badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Info bar, footer etc. all transparent so background image is visible

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51744
    Jenna
    Participant

    Hello,

    I am currently updating our site and am not familiar with how it was developed or general coding. I am taking sort of a learn-as-I-go approach. I have an image I would like to use as a background, however the the info bar, body, footers, etc. on my page all have white backgrounds. I would like these to be transparent. Can you guide me through the right way to add the custom css. I have tried past postings codes, but I must be getting one or two characters wrong.

    The site is http://www.thanda.org

    Thank you in advance!

    #51816

    Hi @thanda-marketing Jenna,

    To remove the background color for all the sections go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:

    .wrapper,
    .info-bar,
    .widget_ourclients,
    #colophon .widget-wrap,
    #colophon .info-bar
    #site-generator {
    	background-color: transparent;
    }

    Also please remove the CSS code that you have added. You have added a wrong code which shown an invalid code.

    Thank you for using our theme.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.