Increase size font in the Header Right Widget Area

Homepage Community Forums Epik Theme Support Increase size font in the Header Right Widget Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14469
    luca.sempre
    Customer

      I would like to increase the size font in the Header Right Widget Area (MENU TITLE).
      How can i do that?
      Thanks.

      #14475
      Jessy
      Customer

        Hi,

        Do you have a link to your site?

        #14480
        luca.sempre
        Customer
          #14481
          Jessy
          Customer

            You can change the font size on line 2076 in your style.css file from your child theme –

            .genesis-nav-menu {
            	clear: both;
            	color: #ccc;
            	font-size: 13px;
            	font-weight: 600;
            	letter-spacing: 1px;
            	line-height: 1.5;
            	margin: 0;
            	padding: 0;
            	width: 100%;
            }

            You can find this section by doing Command + F on your keyboard if you’re using a Mac, and Control + F if you’re using a PC. Just search for genesis-nav-menu and you’ll find the section it’s located in.

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