Action bar colours and font-weight

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Action bar colours and font-weight

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23518
    steadymarvin
    Member

    Hi,

    is there any way to change the colour and weight of the type in the action bar menu?

    #23522
    Raghavendra
    Moderator

    Can you pls clarify what you mean by action bar menu? Are you referring to the WordPress admin menu at the top by any chance? Thanks

    #23523
    steadymarvin
    Member

    It’s the one where you can put a telephone number and email address on the left hand side, and a custom menu on the right – directly above the main site menu

    #23533
    Veena
    Moderator

    Pls use the below custom CSS in themeoptions –

    #top-header-area ul.contact-info > li, #top-header-area ul.contact-info > li > a, #top-header-area #header-menu > ul.menu > li > a {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    #top-header-area ul.contact-info li, #top-header-area ul.contact-info li i, #top-header-area ul.contact-info li a {
        color: #fff;
    }
    
    #23536
    steadymarvin
    Member

    Thank you, your code worked perfectly

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Action bar colours and font-weight’ is closed to new replies.