I am able to change the Border color of the Main Content in the Enfold menu but is it possible to change the size of that border. Currently it seems like it’s 1px, how can I change that value?
Hi,
Can you post the link to your website please?
Regards,
Josue
I can’t currently get you in past our Under Construction page. When you are in the WordPress Dashboard you can go to Enfold/Styling/Main Content. There is a section called “Border colors” when you change that it changes the color of the thin border between color sections on the page. Is it possoble to change the thickness of those borders as well?
Hey!
Try adding this code to the Quick CSS:
.avia-section.main_color {
border-width: 5px;
}
Cheers!
Josue