• Resolved eloylb

    (@eloylb)


    Hello,

    Can you please tell me how to change the green color in the posts titles and basically everywhere?
    If you send me the classes used for these, i can write the CSS.

    Thanks.

    I’ve mentioned it before that your theme is great.
    I’m using it on the following website
    Celebritiesreport.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • martcol

    (@hotmale)

    Do you know how to use the Firefox plugin called Firebug? It is great for working through CSS. If you know how to code the CSS rules, you should pick it up real easy.

    Thread Starter eloylb

    (@eloylb)

    Thank you, I used Firefox’s integrated Developer Tools, especially the Inspector.
    Here’s the necessary CSS to include in a CSS plugin, I personally use the JetPack one.

    .featured-content-secondary .entry-title a {
    color: green;
    }

    You can modify the value of color to suit your needs, you can use plain words like green, red, or Hex color codes like #cc66cc

    Thread Starter eloylb

    (@eloylb)

    please see the topic “A little Css to help you out”

    cultivatedwellbeing

    (@cultivatedwellbeing)

    I tried this and it only changed the color of the text in the featured section under the main feature. How do I change the color of the main featured title and the posts in the feed underneath?

    cultivatedwellbeing

    (@cultivatedwellbeing)

    nevermind! Just saw your other post that answers this question. thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Green Color change’ is closed to new replies.