Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    Go to the (style.css) in the appearance section

    Search for “#header” in the style.css sheet and change the “background-color:#F5F5F5;” to “background-color:#FFF;”

    #header {
      background-color:#F5F5F5;
      background-position:initial initial;
      background-repeat:initial initial;
      float:left;
      padding:0 0 0 2%;
      position:relative;
      width:98.1%;
    }

    Don’t forget to save and that should work well !

    Skarotine

    Hi,

    Go to the (style.css) in the appearance section

    Search for “.secondary-navigation in the style.css sheet and modify the “font-size” by what size you want !

    .secondary-navigation a {
      border-left-color:#FFFFFF;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#E2E2E2;
      border-right-style:solid;
      border-right-width:1px;
      color:#2A2A2A;
      font-size:16px;
      font-weight:bold;
      line-height:1.4;
      min-height:46px;
      padding:18px 30px 18px 20px;
      text-align:left;
      text-decoration:none;
      text-transform:uppercase;
    }

    I hope it helps,

    Skarotine

Viewing 2 replies - 1 through 2 (of 2 total)