• I just started wordpress and am using Coller as my theme. Do I have to upgrade in order to change the color on my headline or to add a picture to the homepage?

Viewing 1 replies (of 1 total)
  • Hi vinotravels,

    You don’t need to upgrade in order to change the color of your headline. The color can be changed with some CSS.

    What you’ll need to do is to create a child theme and put the CSS code into the style.css file. This way when the Coller theme updates, your customizations won’t get overwritten since they’re in the Coller child theme.

    Or if you don’t want to mess with that, you can install the Simple Custom CSS plugin and insert the following CSS:

    h1.site-title a { color: #41c12e; }

    Just replace #41c12e with your desired color.

    Can you clarify what you mean by “add a picture to the homepage”? Are you talking about the image slider that’s built into Coller?

    Amy

Viewing 1 replies (of 1 total)
  • The topic ‘Changing colors in headlines and adding pictures on home page’ is closed to new replies.