• Resolved Trinity7

    (@trinity7)


    I like this MH Mag Lite theme and it seems nicely coded. So far, not one single weird behavior.

    I do have a need to make transparent the white header area (very top site banner) while retaining unchanged the white background for all other content.

    My desire is to float my site title .png in the header area with my site background image visible behind my title.png.

    I have tried a number of CSS mods and nothing makes any changes. Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Trinity7,

    thanks for using MH Magazine lite and we’re happy that you like the theme. ??

    As mentioned yesterday in your other thread, when it comes to customizations and custom coding, you can always make use of tools like Firebug or your browsers inspection tool, check the CSS of the particular elements and then use this information to add your own custom CSS code.

    The CSS class of the header is .mh-header and the class of the header image is .mh-site-logo. In case you want to work with transparency, you could look into opacity and RGBA colors:

    animauxmineau

    (@animauxmineau)

    Hi there !
    I’m using MH Feminine Mag for my wife’s website and i can’t place a transparent header…i tried with ur previous answer but it doesn’t work…

    Shoud i have to type like this in my style.css ?

    /***** Header *****/
    .mh-header { background: #ddc59f; opacity:0.2; }
    .mh-header-tagline { color: #ac6a01; }

    Thanks a lot !

    Michael

    (@mh-themes)

    @animauxmineau: Please create your own thread in the correct forum: https://www.ads-software.com/support/theme/mh-femininemag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Make Header Transparent And Float Header Image’ is closed to new replies.