• Resolved moesel

    (@moesel)


    Hello,

    would like to set the Background of the sidebar and area of Header and main Content as semi-transparent like {background-color: rgba(0, 0, 0, 0.7);}

    can you help me where to put the Code in?

    thanks alot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello @moesel,

    Thank you so much for using our theme SuperMag. If you want to change the color of the theme, this feature is available on the premium version of it i.e. SuperMagPro. https://www.acmethemes.com/themes/supermagpro
    If you want to change the color on free version you need to write the Custom CSS. Please add the below CSS on Appearance > Customize > Layout/Design Options > Custom CSS

    .content-area {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .secondary-sidebar {
        background-color: rgba(0, 0, 0, 0.7);
    }

    For the dedicated support, please visit https://www.acmethemes.com/supports/

    Regards,
    Acme Themes

    • This reply was modified 8 years, 5 months ago by Acme Themes.

    Hi Acme,

    Once again. Your css code did work. The problem I’m having is the area behind the content area. Not the background picture area, but right in back of the content area. Thank you so much.

    Thanks,
    Ken

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘semi-transparent’ is closed to new replies.