-
AuthorPosts
-
December 19, 2013 at 9:58 am #201952
Hi,
I have 2 questions:
1. When I change the color of the top menu’s background to black, the background of the cart in the top right corner changes also. Is there any way I can get white background and black font color for this section?

2. I am trying to remove border-top-width of “no-padding” color section only. I tried this code but not successful. It removes border of other “padding” color section too.
.container_wrap { border-top-width: 1px; }Sorry for my bad English and thank you for you help.
December 19, 2013 at 4:20 pm #202063Hey Brittneeclark08!
Can you post the link to your website so we can inspect elements and provide you an accurate custom CSS code?
Cheers!
YigitDecember 19, 2013 at 6:16 pm #202168This reply has been marked as private.December 19, 2013 at 6:32 pm #202170Hi!
Please add following code to Quick CSS
1).header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, #top .header_color .dropdown_widget .buttons { background-color: white; color: black; } .header_color .cart_dropdown .dropdown_widget li a, .header_color strong { color: black; }2) Can you point out the color section that you would like to remove borders from?
Cheers!
YigitDecember 19, 2013 at 6:55 pm #202178Hi Yigit,
Thanks for your quick reply.
1) It works perfect now!
2) Actually I want to remove border of all “no-padding” section. Here is its class:
<div id="av_section_2" class="avia-section main_color avia-section-no-padding avia-no-shadow avia-builder-el-4 el_after_av_section container_wrap fullsize" style="background-color: #fcfcfc; "><div class="container">Thanks
-
This reply was modified 11 years, 11 months ago by
Brittneeclark08.
December 20, 2013 at 1:54 am #202339Hey!
Please try adding following code to Quick CSS
.avia-section-no-padding, .avia-section-no-padding .container_wrap { border: none!important; }Cheers!
YigitDecember 20, 2013 at 5:42 am #202429It works perfect!
Thanks you so much, Yigit!
December 20, 2013 at 6:37 am #202446 -
This reply was modified 11 years, 11 months ago by
-
AuthorPosts
- The topic ‘Problem with menu when in black background and no-padding section’ is closed to new replies.
