Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #408922

    Hi guys

    In the Enfold Theme Options I’m setting my main content background color to white 50% transparent, and it looks fine in Enfold Theme Options, but when I publish the background is full white with no transparency.

    Strange :-)

    #409088

    Hey mar10nlund!

    Hmm, can you send us a link to your page? You can set your reply as private if you wish.

    Cheers!
    Elliott

    #409791
    #409967

    Any news? :-)

    #410473

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .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 {
      background-color: transparent; 
    }
    #main, .avia-msie-8 .av_header_sticky_disabled#header {
      background-color: rgba(255,255,255,0.5);
    }

    Regards,
    Yigit

    #410507

    Coool it worked.
    I also need to:
    1) Make the social icon ‘bar’ and the header transparent in two different colors
    2) Make header stand out in ‘fake 3d’Style by styling the vertical lines above and below it [read: (a) between social and header and (b) between header and main content]

    Thansk :-)

    #411370

    Hey!

    Change the social bar area with this:

    #header_meta {
      background: red;
    }

    And the header with this:

    .header_color .header_bg {
      background-color: blue;
    }

    Can you please provide a screenshot of the “fake 3dstyle” design that you want?

    Regards,
    Ismael

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