Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222514
    Steve C
    Participant

    Hi guys,

    Loving your work as always!!

    I’m having an issue with three bits and can’t fathom an answer…

    Topbar font on hover – colour?
    Background of Topbar when viewed in mobile goes to white?
    Aligning top bar content to centre?

    Your help would be greatly appreciated!

    Cheers,

    S

    #1222515
    Steve C
    Participant
    This reply has been marked as private.
    #1222596
    Joao
    Moderator

    Hi Steve,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .x-topbar .p-info a:hover {
    color: red;
    }
    @media (max-width: 767px) {
    .x-topbar .p-info {
    background: none;
    }
    }
    .x-topbar .p-info {
        float: none;
        margin-bottom: -20px;
    }
    

    Hope that helps

    Joao

    #1223904
    Steve C
    Participant

    Thank you!

    #1224049
    Rahul
    Moderator

    You’re most welcome!

    Let us know if we can help with anything else.

    Thanks!

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