Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #585894

    I want to make a transparent background for sidebar.
    In General Styling – Main Content – Alternate Background color remove background color to become transparent.
    But then the background disappears in the design of tables on the website.
    Really need to make the menu in this form http://imgur.com/Jg3t60W

    #586916

    Hi Антон!

    We are working on your ticket please wait while we update the results here soon.

    You can choose to show the mobile menu only in smart phones or both in tablets and smartphones. Please go to Enfold Options > Header > Mobile menu > Header Mobile Menu activation > Activate for smart phones.

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 8 months ago by Vinay.
    #588183

    Hi Vinnie, this item I got. You’ve misunderstood me.

    Alternate Background color enter #fcfcfc then the background for the menu and the tables will be white and gray.
    http://imgur.com/wZyaOF7

    If the field is set to blank, menu background is transparent as I want, but the table has partially lost the background.
    http://imgur.com/3W1ID9I

    So the background is missing in the application form and Accordion.
    http://imgur.com/tbJAabE

    #589582

    Hey!

    Set the background to transparent and then bring back the table’s and other elements’ background with this:

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color table, .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item, .main_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .main_color .pagination .current, .main_color .pagination a, .main_color.iconbox_top .iconbox_content, .main_color .av_promobox, .main_color .toggle_content, .main_color .toggler:hover, .main_color .related_posts_default_image, .main_color .search-result-counter, .main_color .container_wrap_meta, .main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb, .main_color .portfolio-preview-content, .main_color .portfolio-preview-content .avia-arrow, .main_color .av-magazine .av-magazine-entry-icon, .main_color .related_posts.av-related-style-full a, .main_color .aviaccordion-slide, .main_color.avia-fullwidth-portfolio .pagination, .main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .main_color .av-catalogue-list li:hover, .main_color .wp-playlist, .main_color .avia-slideshow-fixed-height > li, .main_color .avia-form-success {
        background:  #fcfcfc;
    }

    Please copy the css code directly from this forum and not from your email.

    Best regards,
    Ismael

    #589642

    Hi Ismael, Alternate Background color empty has also inserted your code into Quick CSS.
    Background #fcfcfc; I have appeared in the table and Accordion, and also in the right menu.
    There is no background #fcfcfc; in form.
    The background of the menu has to be transparent.

    #591490

    I’m sorry,will be a solution?

    #592778

    Hi!

    Please add following code to Quick CSS

    .main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra, .main_color table, .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item, .main_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .main_color .pagination .current, .main_color .pagination a, .main_color.iconbox_top .iconbox_content, .main_color .av_promobox, .main_color .toggle_content, .main_color .toggler:hover, .main_color .related_posts_default_image, .main_color .search-result-counter, .main_color .container_wrap_meta, .main_color .avia-content-slider .slide-image, .main_color .avia-slider-testimonials .avia-testimonial-content, .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .news-thumb, .main_color .portfolio-preview-content, .main_color .portfolio-preview-content .avia-arrow, .main_color .av-magazine .av-magazine-entry-icon, .main_color .related_posts.av-related-style-full a, .main_color .aviaccordion-slide, .main_color.avia-fullwidth-portfolio .pagination, .main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image, .main_color .av-catalogue-list li:hover, .main_color .wp-playlist, .main_color .avia-slideshow-fixed-height > li, .main_color .avia-form-success, .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li { background: transparent; }

    Cheers!
    Yigit

    #593131

    Hi Yigit!
    Thanks you have helped me.

    #594043

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

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