Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1251443
    Hello
    Participant

    Yes please. All caps.

    My original question was how to set/edit the text in the Top Bar to the same as the rest of the theme, Verdana.

    As you can see from the previous replies from support, the CCS doesn’t work and I don’t have a child theme.

    Can you fix this as well.

    Thank you.

    #1251517
    Paul R
    Moderator

    Hi,

    The css doesn’t work because we misunderstood what you are trying top achieve.

    Please add this in Custom > Edit Global CSS in the customizer

    
    .x-navbar .desktop .sub-menu a {
        text-transform: uppercase;
    }
    
    .x-topbar .p-info {
        font-family: Verdana, Geneva, sans-serif !important;
    }
    

    Hope that helps.

    #1251557
    Hello
    Participant

    Hi,
    The capitals work for the submenus! Thank you. But again the Top Bar font is the same.

    Please try again.

    Thank you.

    #1251709
    Joao
    Moderator

    Hi there,

    The code below works, I verified and the font is Verdana when loaded.

    .x-topbar .p-info {
         font-family: Verdana, Geneva, sans-serif !important;
    }

    How you would like it to look?

    Let us know,

    Joao

    #1251750
    Hello
    Participant
    This reply has been marked as private.
    #1251935
    Joao
    Moderator

    Hi There,

    Please add the following code instead:

    .x-topbar .p-info {
        font-family: Verdana, Geneva, sans-serif !important;
        font-weight: 600;
        color: red;
    }

    Thanks

    Joao

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