Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262562
    tlwoods
    Participant

    Hello,

    I want to center all of the items in the topbar, but nothing I’ve tried has worked.

    Additionally, I needed all of the links on the website to be underlined, but it’s now showing up on the buttons. I need to remove the underline on the buttons only. How can I do that?

    The domain is reclaimnewyork.org

    Thanks!

    #1262725
    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .x-topbar .p-info {
        margin: 0 auto;
        float: none;
        text-align: center;
        position: absolute;
        width: 100%;
    }
    
    .x-topbar-inner {
        position: relative;
    }

    Hope this helps.

    #1267082
    tlwoods
    Participant

    It does. Can you tell me how to remove the underline from only the buttons? Nothing I’ve tried has worked.

    Thanks!

    #1267094
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    a.x-btn.x-btn-global {
        text-decoration: none !important;
    }

    Thanks.

    #1267288
    tlwoods
    Participant

    This didn’t work, unfortunately.

    #1267290
    tlwoods
    Participant

    Never mind. I figured it out.

    Thank you so much for your help!

    #1267610
    Jade
    Moderator

    You’re most welcome.

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