Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203341
    bambooinn
    Participant

    Hello X,

    Could you help me with

    1) changing the colour of only 1 item on my navbar, it is called RESERVEER.

    and wondering:

    2) is it possible to change that into a button (theme standard button)

    see: dev.bamboo-inn.nl

    I am not sure which way to go yet.

    Thanks

    #1203417
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    #menu-item-1169 a {
        color: rgb(255,148,56);
        border-radius: 0.25em;
        border: 3px solid rgb(255,148,56);
        padding: 10px;
        height: 46px;
        margin-top: 16px;
    }

    Hope that helps. 🙂

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