- This topic has 1 reply, 2 voices, and was last updated 7 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Commerce Pro › Button Colours
Tagged: Button Colours, sub-menus
Hi
I have two outstanding issues that I cannot resolve with my store. I’ve tried to change the settings in appearance, and i’ve tried to add some additional CSS (i’m no CSS expert however) therefore im hope for some help.
I suppose it will help to see the store so here is it (still in development): https://shop.chesterlestreet.football/cart
1. The text of my sub-menus is not correct. See “Mens” sub-menu items. You can see the text is barely visible until i hover-over. I tried to change the CSS but when it seems to defualt the hover-over colour to be the same (thus losing the text on hover)
2. The “Update Cart” button in the ‘Cart’ isnt reflecting the button colours of my site. No idea why.. When i tried to look at the CSS in a browser i cannot access it..
Thanks for any help.
Hello @philcummings,
To change the color of the the sub menu please go to Admin Panel > Appearance > Customize > Color Options > Primary Menu Color Options . You can change the color of the sub menu item as well as the hover color from here.
Now to change the color of the button (cart) us below given CSS .
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS.
#cart-section .cart-icon {
border: 2px solid #fff;
color: #fff;
}
#cart-section .cart-icon-handle {
border: 2px solid #fff;
}
You can change the hex color code according to your requirements.
Hope this helps.
If you have any issue further please let us know.
Best regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |