Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1082188

    How do I change the colour of the text on the menu bar?

    #1082336

    Hey Mavone1,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1082393

    the side bar updated, need to change the colour of the buttons on the bottom for the social links on http://snbracing.ca

    A.

    #1082408

    Hi,

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

    .social_bookmarks a{
    color:red!important;
    }

    Best regards,
    Jordan Shannon

    #1082783

    that did not work…….. I am referring to the hover colour of the social links.

    #1082916

    Hi Mavone1,

    Can you try using this css code in Quick CSS, located in Enfold > General Styling:

    .html_header_sidebar #top #header .social_bookmarks li a:hover {
        color: white !important;
    }

    Best regards,
    Nikko

    #1083177

    It is still hovering red for youtube link and brown for instagram.

    #1083379

    Hi Mavone1,

    Okay, just use this code, adjust the colors as you see fit:

    #top #wrap_all .av-social-link-youtube:hover a {
        color: #a72b1d;
        background-color: transparent;
    }
    
    #top #wrap_all .av-social-link-instagram:hover a {
        color: #a67658;
        background-color: transparent;
    }

    Best regards,
    Nikko

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