Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1203668

    Hi
    On our new website, we have to change some link-colors, but we do not know how.
    For the tabs we could do it like that:

    .av-tab-section-inner-container a {
    color: #ec9f0f !important;
    text-decoration: none !important;
    }
    
    .av-tab-section-inner-container a:hover {
    color: #fdfbee !important;
    text-decoration: underline !important;
    }

    But we do not know how we can do it on other pages. See private content section below.

    Thanks very much.

    Best regards
    Mike

    #1203769

    Hey Michael,

    Add this to quick css and adjust the color to what you need:

    .page-id-3048 .post-entry-3048 a,
    .page-id-3169 #av-layout-grid-3 a{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1203793

    Hi Jordan
    Thanks. Is there also a possibility to have a general css code? Or should we work with classes?
    Best regards.

    #1203795

    Hi,

    Classes are best since its page specific.

    Best regards,
    Jordan Shannon

    #1203887

    Hi Jordan
    Ok, I will try it out with classes.
    You can close this issue.
    Best regards.
    Mike

    #1204138

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change link color’ is closed to new replies.