Home Forums Pro Themes Clean Commerce Pro Cart title background color

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #40959
    lee bell
    Participant

    cat bg color

    I want to change the background color of the shopping cart title.

    #41007
    wensolutions
    Keymaster

    Hello @combove,

    To change the color of the background color of the shopping cart title use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    table.shop_table.cart thead {
        background: #000;
    }

    You can change the hex color code according to your requirement .

    Hope this helps.

    If you need any assistance 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.