Hi, I’m using the puca theme with the general style of: super market 02. In general I have left it in orange but some design settings are still using the turquoise color, how can I solve this?
screenshot:
Hi, I’m using the puca theme with the general style of: super market 02. In general I have left it in orange but some design settings are still using the turquoise color, how can I solve this?
screenshot:
Hello,
That may be some shortcomings, we will fix it in the next version. You can fix them immediately with CSS:
.tbay-breadscrumb.breadcrumbs-color .breadscrumb-inner .breadcrumb a:hover,
.tbay-breadscrumb.breadcrumbs-text .breadscrumb-inner .breadcrumb a:hover {
color: #f25637 !important;
}
.woocommerce-message {
border-top-color: #f25637;
}
.archive-shop div.product .information .yith-wcwl-wishlistexistsbrowse>a, .archive-shop div.product .information .yith-wcwl-wishlistaddedbrowse>a, .woocommerce-message::before {
color: #f25637;
}
Paste it in Theme Options => http://prntscr.com/pgcdh6
Hello, thank you very much for the css code, it has been a great help.