Transparent Header

Support Area Forums Moonrise Transparent Header

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://tovazussman.com/clients/brooklyn/
  • Author
    Posts
  • #17855
    Tova Zussman
    Participant

    How do I make the header background color transparent?
    (I want to show the logo and header links on top of the image, not a solid color.)
    Thanks!

    #17856
    Bill Robbins
    Moderator

    Good Afternoon,

    You can set the header to work that way. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .fixed #header {
      	background-color: transparent;
      }
      
      .home div#one {
      	margin-top: 0;
      }
      

      The first style sets the color to be transparent. The second one moves the image up under the header.

    3. Update your settings.

    If you run into any questions or trouble, just let me know.

    Thanks,
    Bill

    #17857
    Tova Zussman
    Participant

    Great, that works! Thanks!

    #17858
    Bill Robbins
    Moderator

    Anytime! Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Transparent Header’ is closed to new replies.