Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1189293

    I’m attempting to increase the font size on the “Small menu above main menu” element, but in Advanced Styling, the font size is not there. I’m sure there is some CSS that can be utilizes to make it slightly bigger.. Can someone point me in the right direction?

    Thanks!

    #1189363

    Hey weddingsetgo,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top #header_meta li a {
      font-size: 18px;
    }

    Best regards,
    Rikard

    #1189494

    Thank you! It increased the font size for the menu portion, the “Phone number or small info text” wasn’t affected. Is there an additional variable for that portion?

    #1189634

    Hi,

    Thanks for the update. Please try this CSS as well:

    #top #header_meta .phone-info span {
      font-size: 18px;
    }

    Best regards,
    Rikard

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