• Resolved tafchims

    (@tafchims)


    Is it possible to change the size of the main menu, like have it in bold letters.
    In the mobile view how can i change the the menu backgroun color and have bold letters.

Viewing 1 replies (of 1 total)
  • Theme Author ThemezHut

    (@pubudu-malalasekara)

    Hello,

    To make the navigation links bold, copy and paste the following css code in Custom CSS area of the customizer.

    .main-navigation a {
           font-weight: bold;
    }

    To change the mobile view menu background color and text color, use the following css. ( Change the #eeeeee and #777777 to any hex color values you want. )

    /*Background Color*/
    .responsive-mainnav {
        background: #eeeeee;
    }
    
    /*Text Color*/
    .responsive-mainnav li a {
        color: #777777;
    }

    And just for the record, in THBusiness Pro version you will be able to change all most all the colors of the site easily through the customizer.

    Thank You.

Viewing 1 replies (of 1 total)
  • The topic ‘Main Menu size’ is closed to new replies.