Jump to content

Archived

This topic is now archived and is closed to further replies.

tandan

how to remove white background from content area

Recommended Posts

tandan

Hi there, 

This is regarding my site: http://66.147.244.143/~floribun/about-us/

 

I'm still getting used to DMS and I'm not sure why there is a white background box behind my content area. On most pages it's okay but on the gallery page where I just want to use the title and no content, it looks funky. 

Can you please let me know how to change this so that it's transparent? 

 

http://66.147.244.143/~floribun/gallery/

 

 

Share this post


Link to post
Share on other sites
batman

Hi tandan

You can try to add in

Custom > Custom CSS/LESS

or in 

Child theme

 

.article-wrap {background: none;}


Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
Danny

Try this:

 

#site .article-wrap {
background: rgba(0, 0, 0, 0);
}

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
tandan

Thank you, that solved it!! 

Share this post


Link to post
Share on other sites

×