How do I change the color of the separator lines on the tab module.
The page is here: https://fundraisingcommittee.net/
Here is an image of the line I want to change the color of: http://marckdesign.net/wp-content/uploads/2015/05/Screen-Shot-2015-05-03-at-7.13.44-PM.png
Hi alex5252!
Try adding this to your custom CSS.
.tab_titles > div, .tab_content {
border-color: blue !important;
}
Best regards,
Elliott
Thank you, that worked. Is there anyway to make the border thicker?