Home Forums Pro Themes Clean Commerce Pro Button Colours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37490
    PhilCummings
    Participant

    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.

    #37493
    wensolutions
    Keymaster

    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!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.