Topic: Menu/page content transparency/opacity – EngineThemes

  • Hi,

    Any chance to set some transparency of menu,logo, page content?

    Yes you can.. just add a code like

    background:rgba(0,0,0,0.6) 
    

    thanks

    Thank you, but where exactly should I add this code?

    Hi,

    you should add this code here: “Appearance >> Theme Options >> General >> Custom CSS”

    thanks

    Hi,

    I’ve asked you about the place to add the

    code because it’s not working, I added it there first.

    I’m not sure if we understand each other I’d like to get the result like I have on my other theme which I’m testing here: mojitopictures.com/gallery/quick-portfolio-overview/

    Thanks

    Huh? I understand you correctly, you need a background opacity/transparency for menu, logo and page content.. if it’s not working here: “Appearance >> Theme Options >> General >> Custom CSS” you need to add (!important) to overwrite the existing code..

    thanks

    Hi,

    Still not working, I’ve tried different combinations, with different braces, brackets etc.

    But I’ve found in style css some parameters which give me the effect I’m looking for, I’ve had no time to find all elements, could you tell me please where I will find parameters for menu, logo, plus/minus and grey top of page content?

    This is what I’ve added so far:

    .sf-menu li.sfHover ul {

    background:rgba(255,255,255,0.8) !important;

    }

    section.blog { background:rgba(255,255,255,0.8) !important;   .plus-menu {   background:rgba(243,35,123,0.8) !important }

    and this is the result:

    http://mojitopictures.com/

    edit this changes in style.css

    for logo find line 77

    .logo { background:rgba (255,255,255,0.8); }
    

    for menu find line 81

    .plus-menu { background:rgba (243,35,123,0.8); } 
    

    for page content it’s working already I saw it on your site..

    thanks