Okay
  Public Ticket #2830891
Opacity over links in footer and off canvasnavigation
Closed

Comments

  •  1
    krlmng started the conversation

    Hello!

    i'm having some problem with changing the a:hover color for my footer and off canvas navigation. It seems like there's some opacity overlay color over the one i choose, but i can't find the string that cause this effect. 
    Can u help me solving this?

  •  8,847
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover, #footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):focus {
        opacity: 1 !important;
        color: #e73030 !important;
    }

    Thanks


    ThemeNectar Support Team