-
AuthorPosts
-
February 19, 2016 at 8:01 am #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/Jg3t60WFebruary 22, 2016 at 7:57 am #586916Hi Антон!
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.
February 24, 2016 at 7:31 am #588183Hi 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/wZyaOF7If the field is set to blank, menu background is transparent as I want, but the table has partially lost the background.
http://imgur.com/3W1ID9ISo the background is missing in the application form and Accordion.
http://imgur.com/tbJAabEFebruary 26, 2016 at 7:59 am #589582Hey!
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,
IsmaelFebruary 26, 2016 at 10:51 am #589642Hi 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.March 1, 2016 at 12:39 pm #591490I’m sorry,will be a solution?
March 3, 2016 at 6:36 pm #592778Hi!
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!
YigitMarch 4, 2016 at 7:00 am #593131Hi Yigit!
Thanks you have helped me.March 7, 2016 at 4:42 am #594043 -
AuthorPosts
- You must be logged in to reply to this topic.