NERVERMIND! Fixed all with this Code Snippets:
.product_content { background-color: #2C2A63; }
#nav-holder { background-color: #2C2A63 !important; }
.wtcpl_category_nav li a:link, .wtcpl_category_nav li a:visited, .wtcpl_category_nav li a:active {
text-decoration: none; display: block; color: #ffffff; text-align: center; padding: 5px 10px; font-size: 15px; background-color: #F4AB0D; margin-right: 14px; font-weight: bold; letter-spacing: 1px; }
Just in case anybody in the future has the same problem!
I could change it with this code:
.product_content { background-color: #2C2A63; }
But now I have to change the background color of the #nav-holder
Any suggestions?
-
This reply was modified 6 years, 1 month ago by habilos.