Primary Navigation font color

Homepage Community Forums Epik Theme Support Primary Navigation font color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19397
    admgamer
    Customer

      Hi all,

      Currently I tried to change primary navi font color to BLACK by using Appearance=>Editor. Below is my code after edit but the color is still white not black. Please help thanks.
      My site: fbaexpresser.com

      
      /* Primary Navigation
      --------------------------------------------- */
      
      .nav-primary {
      	text-align: center;
      	color: #000000;
      
      }
      
      .nav-primary .genesis-nav-menu {
      	float: right;
      }
      
      .nav-primary .genesis-nav-menu a:focus,
      .nav-primary .genesis-nav-menu a:hover {
      	color: #aaa;
      }
      
      .nav-primary .genesis-nav-menu .sub-menu a:focus,
      .nav-primary .genesis-nav-menu .sub-menu a:hover {
      	color: #000000;
      }
      #19413
      Eric
      Customer

        If you adjust this code on line 1646 in your Style.css file, it will change the color –

        .genesis-nav-menu a {
        	color: #000;
        	display: block;
        	font-size: 13px;
        	font-weight: 300;
        	letter-spacing: 2px;
        	padding: 26px 12px;
        	text-transform: uppercase;
        }

        That should change it, if not let us know and we can tell you what needs to be changed 🙂


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

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