Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1466510

    Hi
    I have one text block that I need the link color different than the rest of the site.
    The ID is .socialbanner.
    I have this css but it’s not working on that text block:

    #top .av_inherit_color a {
        color: #9e80ef!important;
    }
    
    .socialbanner .av_inherit_color a {
        color: #ffffff!important;
    }

    can you help with this?
    thanks
    Nancy

    • This topic was modified 2 weeks, 4 days ago by Munford.
    #1466520

    Hey Munford,

    You have added that as an ID, not a class. Please try this instead:

    #socialbanner .av_inherit_color a {
        color: #ffffff!important;
    }

    Best regards,
    Rikard

    #1466522
    This reply has been marked as private.
    #1466554

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘need help with link color in one text block’ is closed to new replies.