This topic has 8 replies, 5 voices, and was last updated 7 years, 7 months ago ago by Olga Barlow
Hi,
I’ve tried lot of codes but couldnt change those..
1 – Could you please help me to change this buttons color ( with hover ) ?
http://prntscr.com/ew4wpj
http://prntscr.com/ew4wve
http://prntscr.com/ew4x4k
2 – How to i disable this tabs ?
Thanks!
Hello,
For screeenshot 1.2 and 1.3
I added these to custom css and it is working :
.footer-product .button {
background : #yourcolor
}
.view-color-dark .yith-wcwl-add-button a.add_to_wishlist,
.view-color-dark .yith-wcwl-wishlistexistsbrowse a,
.view-color-dark .yith-wcwl-wishlistaddedbrowse a {
border-left: 1px solid #4C4C4C;
background-color: #yourcolor;
}
.view-color-dark .show-quickly {
border-right: 1px solid #4C4C4C;
background-color: #yourcolor;
}
You may try but i think Olga can give better answer.
Hello,
Your first and 3rd screenshot shows just a blank page.
Let us know the pages url too with your screenshot.
In private content we do not see your site url.
Please let know that too
I didnt realize that sorry.
1-
https://s10.postimg.org/bfi92cn2x/Screenshot_1.png
https://s10.postimg.org/8mp1ibmqh/Screenshot_2.png
https://s10.postimg.org/ywa4148nt/Screenshot_3.png
2- in portfolio page
https://postimg.org/image/doj0kjgob/
Help ?
1)
.view-color-white .footer-product .button { background-color: #ff0000; }
.view-color-white .footer-product .button:hover { background-color: your hover color code; }
2)
.portfolio-filters { display: none; }
put above code in,
8theme options >> styling >> custom CSS >> global custom CSS
This is still same color.
Hello,
Custom for these buttons
idle
.shopping-container .cart-popup .button.btn-checkout {
border-color: red;
background-color: red;
}
.shopping-container .cart-popup .button.btn-view-cart {
border-color: red;
background-color: red;
}
Hover
.shopping-container .cart-popup .button.btn-checkout:hover {
border-color: blue;
background-color: blue;
}
.shopping-container .cart-popup .button.btn-view-cart:hover {
border-color: blue;
background-color: blue;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up