Hi, I am trying to change the color of the border line that is on the left side of the widget area on this page: http://www.weather-tight.com/windows/ What CSS should I change?
I don’t want to change the settings in the Enfold syling because that changes many more areas that I don’t want to change.
Hey!
Add this code to the Quick CSS:
#top #main .sidebar {
border-left-color: #F00 !important;
}
Cheers!
Josue
Thanks, its sort of working. Depending on where you have your cursor the color switches. If its in the main content area its grey, if its anywhere else, its the color I’ve specified. Any ideas?
Hey!
Use this code instead:
#top #main .sidebar {border-left-color: #003366 !important; z-index: 100; position: relative;}
Best regards,
Josue