Gravida Pro – changing green links

Home Forums All Other Themes Gravida Pro – changing green links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #34777
    AnnAnn
    Participant
    • Topics: 5
    • Replies: 12
    • Total: 17
    Member since: January 11, 2016

    Gravida Pro is very easy to use and I’ve been able to change all the colors as needed except for the green link text. I don’t see that green showing up anywhere in the color customization section. How do I change that color?

    You can see it on this page: http://scratchboardsociety.org/membership/

    It also appears that the lines between sections in the pulldowns are green.

    Thanks in advance for your help!

    #34800
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Ann,

    Kindly go to Appearance>>Customize>>Custom CSS Box

    Add this code there:

    .entry-summary a, .entry-content a{color:#ffffff !important;}

    Regards,
    Brad

    #34917
    AnnAnn
    Participant
    • Topics: 5
    • Replies: 12
    • Total: 17
    Member since: January 11, 2016

    Perfect, thank you! I also added a hover color.

    So the code I used is this:

    .entry-summary a, .entry-content a{color:#858585 !important;}
    .entry-summary a, .entry-content a:hover{color:#ffffff !important;}

    #34929
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Cool 🙂

    Regards,
    Brad

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.