Gravida colour questions

Home Forums All Other Themes Gravida colour questions

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #51668
    Michael GabrielMichael Gabriel
    Participant
    • Topics: 23
    • Replies: 47
    • Total: 70
    Member since: November 30, 2015

    Hi, two questions, please:

    1) I’m trying to make the background colours of my slider text transparent; and
    2) I’d like to change the colours of the links on my Home page where I have three images (product/Service #1, #2, and #3, Learn More…, etc.) from dark bluish turquoise to a green that matches all other links.

    How do I do these things, please? The site link is http://392.1d5.myftpupload.com/

    By the way, for the trasnaprent text background, I’ve inserted the custom CSS code below (I found it in one of the forum threads) and it doesn’t seem to make a difference:

    .nivo-caption h1 a {background-color:none !important}
    .nivo-caption p {background-color:none !important}

    Thank you very much!

    Cheers,
    Michael

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

    Hi Michael,

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

    Add this code there:

    .nivo-caption h1 a{background-color:rgba(129, 215, 66, 0.5) !important;}
    .nivo-caption p{background-color:rgba(0, 0, 0, 0.5) !important;}
    .entry-summary a, .entry-content a{color:#81d742 !important;}

    Regards,
    Brad

    #51714
    Michael GabrielMichael Gabriel
    Participant
    • Topics: 23
    • Replies: 47
    • Total: 70
    Member since: November 30, 2015

    Hi Brad,

    That took care of rendering the background of the main caption transparent, but not the caption beneath it.

    Also, is there a way to change the colour of the dark turquoise text below, as per my previous question? Here’s a screen cap to show you what I mean. http://imgur.com/EKS0YBS

    The site, once again, is http://392.1d5.myftpupload.com/.

    Thank you very much!

    Cheers,
    Michael

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

    Hi Michael,

    Try this code:

    .nivo-caption p{background-color:inherit !important;}
    .entry-content a{color:#81d742 !important;}

    Regards,
    Brad

    #51746
    Michael GabrielMichael Gabriel
    Participant
    • Topics: 23
    • Replies: 47
    • Total: 70
    Member since: November 30, 2015

    That last one works perfectly. Thank you, Brad, and have a great weekend!

    Cheers,
    Michael

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

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Gravida colour questions’ is closed to new replies.