Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1374282

    Hello,

    is there an Option for having a bigger font size in the menu only for 4k screens? The Menu looks fine on my 27″, but at my customers 27″4k the menu font is really small.

    thanks in advance
    F

    #1374301

    Hey F,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (min-width: 2600px) { 
    #top #header .av-main-nav > li > a {
      font-size: 24px;
    }
    }
    

    Regards,
    Yigit

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