Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #746503

    hi, i want hide the bottom border of color section and the top padding/margin.

    you can see two examples on these links:
    http://www.626bardolino.com/lavori-stradali/#ponteggi
    http://www.626bardolino.com/addetti-alle-emergenze/#antincendio

    thanks

    #746505

    Hey Pas7o,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #after_section_2 .content {
        padding-top: 0!important;
    }
    #after_section_2 {
        border: none;
    }
    

    Best regards,
    Yigit

    #746518

    the border code is not correct

    #746554

    Hi,

    The code Yigit provided does work! Please try adding it to the top of the Quick CSS section.

    There are various reason why the code may not work, one is if there are any syntax errors in the code added earlier or you may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #746583

    i put the code on the top of quick css code but i see the border also on mobile!

    #748522

    Hi,

    Can you please try adding your content into a color section and choose not to display border and padding?
    If that does not help, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    #748539

    do it

    #748544

    I applied the changes. Review your website

    Regards,
    Yigit

    #748551

    What did you do?

    #748552

    I placed your 1/1 column element into a color section element and chose not to display border and decrease padding.

    Regards,
    Yigit

    #748553

    padding of 1/1 element or color section?

    #748554

    In Color Section element

    Regards,
    Yigit

    #748574

    thank you so much!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘color section border and margin’ is closed to new replies.