Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1033962
    Map
    Participant

    Hi,

    My site is http://maruapula.staging.wpengine.com/

    I want to a) change the navbar buttons to square and b) change the topbar font size and turn off uppercase. I have looked for solutions on these boards, but when I paste the code into Custom CSS, nothing happens…

    #1034221
    Joao
    Moderator

    Hi There,

    Regarding changing the navbar buttons to square please add the following code to your Appereance / Customizer / Custom / CSS

    .x-navbar .desktop .x-nav>li>a>span {
    border-radius: 0em !important;
    }

    I Can´t see any content on your top bar, your topbar is not even on it looks like, but please try this code on Appereance / Customizer / Custom / CSS

    .x-topbar p {
    font-size: 30px;
    text-transform: none;
    }

    Let us know how it goes,

    Thanks

    Joao

    #1035318
    Map
    Participant

    Thanks!

    That worked perfectly 🙂

    How do I change the size of the social media buttons in the topbar though?

    #1035456
    Rue Nel
    Moderator

    Hello There,

    To change the size of the social media buttons in the topbar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-topbar .x-social-global {
        margin-top: 10px;
    }
    
    .x-topbar .x-social-global a {
        font-size: 30px;
        width: 35px;
        height: 35px;
    }

    Hope this helps. Kindly let us know.

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