Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #882282
    ahallmark
    Participant

    I added a link in my topbar at https://fredsappliance.com called “NOW HIRING”. See attached for image. I have tried to enter custom CSS to change the link color and hover color but I have not been successful. I want to match it with my header links. Any advice?

    #882390
    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    a#top1 {
        color: #ffffff;
    }
    
    a#top1:hover {
        color: #BDBDBD;
        box-shadow: 0 2px 0 0 #BDBDBD;
    }

    Hope this helps – thanks!

    #882832
    ahallmark
    Participant

    It works great, thanks for the support!

    #883578
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-882282 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>