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
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
the border code is not correct
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
i put the code on the top of quick css code but i see the border also on mobile!
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
do it
What did you do?
I placed your 1/1 column element into a color section element and chose not to display border and decrease padding.
Regards,
Yigit
padding of 1/1 element or color section?
thank you so much!