Header Style 2 font size

Home Forums WordPress Themes – Premium Flat Responsive Header Style 2 font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16515
    Jordan
    Participant

    Is there any way to change the font size of the main menu links under Header Style 2? It seems to work fine in Header Styles 1 & 3, just not in 2.

    #16516
    Anonymous
    Inactive

    Hi Jordan,

    We found the bug in our theme and we will fix it next update. For now please follow the instruction below to fix the issue:

    Goto=>Theme directory =>Your theme (default : flat-responsive-pro)=>inc => customizecss.php line no. 78.

    You can see code line below:

    ul.navmenu > li > a {font-size: ; }

    Please replace the above line of code with given code of line blow:

    ul.navmenu > li > a,
    ul.navmenu2 > li > a {font-size: ; }
    

    Please let s know, If any issue further again….
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.