• adredwood

    (@adredwood)


    Hi folks – first of all, thanks for making a really quite pretty and useable theme, I’m enjoying it.

    I’m also trying to change the colour of my post titles but can’t see an option anywhere – ‘Colors’ in the settings can change many things but, unless I’m being blind, post title text colour is not one of them.

    Thanks for any suggestions,

    A (:

Viewing 3 replies - 1 through 3 (of 3 total)
  • CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    .entry-title {
        color: HEX CODE HERE;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter adredwood

    (@adredwood)

    Hey, thanks for the reply. This sounds like something that would work but I’m afraid my experience of editing css is a little limited – can I simply paste this code anywhere in that css (child theme or editor)? Does it have to be at a certain point or is that not important?

    A (:

    Thread Starter adredwood

    (@adredwood)

    Hi folks – I’m sorry for my cluelessness but I really have no idea how to implement the code above in my site. I’ve tried putting it straight into the css editor but no luck. Does it need to be in style.css? If so, which part? I can’t find any guides that are basic enough to instruct someone like me who doesn’t know where to start editing.

    Thanks,

    Andy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to change the post title colour?’ is closed to new replies.