Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1119106
    sdvlpadmin
    Participant

    I have been trying to change the background color of the Donate menu item on the navbar for http://www.sdvlp.org

    This post seemed to be exactly what I’m trying to do: https://community.theme.co/forums/topic/menu-item-background-color/

    But I tried this a few different ways with no success:

    .menu-item-1673 a {
    background-color: #f1c400;
    color: #ffffff;
    padding: 0.575em 0.5em 0.525em !important;
    }

    Many thanks.

    #1119290
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Code that you are using is working fine on my end. Please see the screenshot. Request you to please clear browser cache and try again. One thing that i would like to point out is to remove padding.

    http://prntscr.com/c23a7s

    If you are still facing issue then please replace the code with following:

    li#menu-item-1673 a {
        background-color: #f1c400;
        color: #ffffff;
    }

    Thanks.

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