Header Design

Home Forums Legacy Support Support queries Setup issues Header Design

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #357909
    ehmscreatives
    Participant
    Hello WPLMS. Please I would like to know the possibility of having my headers in this format? https://prnt.sc/131py0a I would also like to share some private messages but the private reply box is not visible for me to tick. please do let me know my way around it so we can pick the discussion from here. Thank you.
    #357941
    ehmscreatives
    Participant
    This reply has been marked as private.
    #358025
    Ada
    Participant
    Hi, You can use this css code to manage all marked section in the attachment. Hust manage the color code and font family as per your need.
    
    div#headertop {
        background-image: linear-gradient(to right, #ae8625 , #F7EF8A, #ae8625 ) !important;
    }
    div#headertop ul#menu-top li{
        background-color:#562559 !important;
    }
    div#headertop ul#menu-top li a{
        color:#e3e3e3;
        font-family:Lato Heavy !important;
    }
    nav.menu-main-container ul li a {
         color:#241e1e !important;
        font-family:Lato Heavy !important;
    }
    nav .sub-menu{
         background-color:#dcbfd8 !important;
    }
    nav .sub-menu li a{
          color:#e69d9d !important;
        font-family:Lato Heavy !important;
    }
    
    
    Add this code in apearance>>customize>>custom css
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Design’ is closed to new replies.