How to adjust main menu?

Homepage Community Forums Adapt Theme Support How to adjust main menu?

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15905
    marmoset
    Customer

      Hi all
      I’ve been trying to adjust the menu. I had it as primary menu and now I have switched into top right hear via custom menu widget.
      I canot find the code to adjust the fonts in the menu to standard weight – they are bold as default.
      I have looked at all CSS that involving this item and cannot find it anywhere.
      Can someone help?

      #15916
      Eric
      Customer

        Hi! I would need a link to your site to see which part needs to be edited.

        You’ll want to search for something like this in your CSS .genesis-nav-menu a

        .genesis-nav-menu a {
        	border: none;
        	color: #888;
        	display: block;
        	font-weight: 700;
        	padding: 13px;
        	position: relative;
        }

        You can change the font-weight by looking for that code in your CSS, but if you have a link to your site I can tell you the exact line it’s located if you’re using a CSS editor. If not, just do a search for .genesis-nav-menu a by using Ctrl + F (PC) or Command + F (Mac)


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #15945
        marmoset
        Customer

          Thanks Eric

          Unfortunately that code didn’t work

          the site is at
          http://www.christineweber.com.au/temp/
          I am trying to get the menu at top right to be normal font weight

          #15947
          Andykev
          Customer

            On line 1555 of your CSS

            .genesis-nav-menu a {
            	border: none;
            	color: #888;
            	display: block;
            	font-weight: 400;
            	padding: 13px;
            	position: relative;
            }

            I changed your font weight from 700 to 400 and the menu text got thin. It works. Try it on your site using “inspect element” or Firebug.

            #15966
            marmoset
            Customer

              Thanks Andy
              all good now

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘How to adjust main menu?’ is closed to new replies.