Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
August 13, 2015 at 2:36 pm #487212
Hi
How i can remove the white background? I want to show only the body background.
Like this: I would like to remove the white background, want to make the background transparent: http://fflflavorizantes.com.br/
August 13, 2015 at 5:37 pm #487337Hey palmeirenses!
Your wanting to get rid of all the white backgrounds so the main background is only shown?
If so then add this to your custom CSS.
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count { background: transparent !important; } .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background: transparent !important; }
Regards,
ElliottAugust 13, 2015 at 7:36 pm #487384Hey,
I add the code but only the header menu stay transparent
(I want to show the content above the image background (the trees))
- This reply was modified 9 years, 3 months ago by palmeirenses.
August 13, 2015 at 9:37 pm #487447Hi!
Please add either one of the two css styles below:
#main { background-color: transparent !important; } #main { background-color: rgba(215, 221, 44, 0.4) !important; }
Cheers!
DakeAugust 13, 2015 at 9:49 pm #487452Thanks!!
August 14, 2015 at 4:43 am #487536Hi!
You’re welcome :)
Please let us know if you ever need help in the future.
Cheers!
Dake -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Theme all transparent’ is closed to new replies.