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

    Cart problem

    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.

    #202063

    Hey Brittneeclark08!

    Can you post the link to your website so we can inspect elements and provide you an accurate custom CSS code?

    Cheers!
    Yigit

    #202168
    This reply has been marked as private.
    #202170

    Hi!

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

    #202178

    Hi 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

    #202339

    Hey!

    Please try adding following code to Quick CSS

    .avia-section-no-padding, .avia-section-no-padding .container_wrap { border: none!important; }

    Cheers!
    Yigit

    #202429

    It works perfect!

    Thanks you so much, Yigit!

    #202446

    Hey!

    You are welcome! Glad we could help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem with menu when in black background and no-padding section’ is closed to new replies.