Change Header Color

  • Unknown's avatar

    How to change Header Black Color of theme Tuned Balloon?

    Secondly how to align top menu to left?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, for the header color change, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .toppart {
      background-color: #cc0000 !important;
    }

    For moving the nav to the left, add this.

    #toppart #mainnav {
      float: left !important;
    }
  • The topic ‘Change Header Color’ is closed to new replies.