change color font nav menu

Homepage Community Forums Epik Theme Support change color font nav menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13119
    joeydrums
    Customer

      hi,

      I am using epik-gray and I want to change the color of the nav menu in the header to #004f9e.

      It tooks me adges at the moment 馃檨

      Thansk in advance.
      Joachim

      #13128
      kronos
      Customer

        Hi, do you have a link?

        #13130
        joeydrums
        Customer
          #13144
          kronos
          Customer

            You can add this to your css –

            .epik-gray .head-wrap .genesis-nav-menu a {
            	color: #004f9e;
            }

            and that would change it.

            #13155
            joeydrums
            Customer

              Dear Kronos,

              thanks a lot it works perfect.

              Additionaly I want to change the background of the
              <nav itemtype=”http://schema.org/SiteNavigationElement&#8221; itemscope=”itemscope” role=”navigation” class=”nav-primary”>

              Finally I did change the background like this:
              .epik-gray .nav-primary .genesis-nav-menu a {
              background: #eeeeee;

              but I want to change the background of the complete strip at the top. Andy idea how to fix this?

              Thanks in advance.
              Joachim

              #13160
              kronos
              Customer

                If you want a background I would do it like this instead –

                .nav-primary .wrap {
                	background: #eee;
                	padding: 0 20px;
                }

                I added the padding to the code above so you can add some space, otherwise your text will show up at the edge of the div container.

                #13167
                joeydrums
                Customer

                  alright kronos, thanks a lot for your help!!
                  It works perfectly.

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘change color font nav menu’ is closed to new replies.