Okay
  Public Ticket #1992838
Footer hover colour
Closed

Comments

  • Beth started the conversation

    Hello, I want the footer links hover colour to be #fa635b but for some reason I cannot get this to work - is there a bug where the 'footer-font-colour' in the theme options overrides this as if I clear that option with no colour (which defaults to #ccc) I get the hover state I want.

     i'd appreciate the help thanks

  •   Andrew replied privately
  • Beth replied

    Thank you for your help - almost there. The text that isn't linked has a hover colour but the paragraph text that is a link such as BLOG and CASE STUDIES still don't have a hover colour. Any ideas please? Thanks

  •  8,994
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer #footer-widgets .col p a:hover {
        color: #fa635b  !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Beth replied

    Hi Tahir,

    Thank you I already have !important on it. Please see screenshot for the styles that are overriding this somehow. they are not in my Custom CSS so I don't know where they are being pulled from?

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #footer-outer a:not(.nectar-button):hover {
        color: #F44336 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Beth replied

    Perfect thank you.

    I do have a bit of a problem with my custom CSS file being overloaded with !important statements. I've never had to use so many in other themes. IN fact nearly all my custom code has important statements to make them work. Is this normal?

    Thank you for you help

  •  8,994
    Tahir replied

    Yes its normal when you have so many features in a single theme. 

    Best 


    ThemeNectar Support Team