Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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/

    #487337

    Hey 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,
    Elliott

    #487384

    Hey,

    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 8 years, 7 months ago by palmeirenses.
    #487447

    Hi!

    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!
    Dake

    #487452

    Thanks!!

    #487536

    Hi!

    You’re welcome :)

    Please let us know if you ever need help in the future.

    Cheers!
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Theme all transparent’ is closed to new replies.