This topic has 4 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hello,
1) In previous topic you guys helped me to change color of single product sidebar button with CSS. For some reason color of “filter” button in the shop page changed as well. I’d like to change back to a normal text.
2) Could you help me with a section on the main page please? I set a background for a row with WP builder and I’d like it to disappear on all views but desktop.
3)Category filter dropdown is styled differently from other filters. Could you fix it too please?
Thank you!
Hello,
1) Because both buttons have the same classes. Replace the previous code by the following
.sidebar-widget ._shiptor_widget+.button {
background-color: #3c8f0d;
color: #fff;
border: 1px solid #222;
}
2) I would recommend you to set background-position to center http://prntscr.com/oc96bm and then there is no need to hide it for the mobile devices because the only white area will be visible for mobile. In other case it does not look ok for the large resolutions http://prntscr.com/oc95d4
3) These default styles come from the WooCommerce plugin styles http://prntscr.com/ocjcok
To change the blue color to green use the following code
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background-color: #3c8f0c;}
Regards
Thank you!
Hello,
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up