• Hi, I’m having such a hard time trying to figure out how to change my posts title, its dark blue and I want to change it to another color. I have the Bombax theme and I have no clue, I’ve read up on everything and I just can’t find out how to do it. This theme has it’s own CSS and don’t know what to put in it. Can someone please help because my site is not the colors I want it to be. passionforlivinglife.com
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding:

    .singlepost .titlewrap a, .post .title a {
        color: #c00;
        text-shadow: 1px 1px 1px #DDDDDD;
    }

    to the bottom of your theme’s stylesheet – replacing #c00 with the colour code of your choice.

    Thread Starter christina4733

    (@christina4733)

    Thank you thank you thank you,,,, three hours later !!! One more question. How to I change the link colors that are on the side bars…and make them bigger? Thank u..

    I’d suggest using Firefox with the Firebug add-on to locate which parts of your theme’s stylesheet you need to change.

    where do you FIND the color codes???

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the color in post titles’ is closed to new replies.