• Resolved mattperry008

    (@mattperry008)


    Hi There,
    I’m at a loss as to how to customise the header cart in Storefront Theme.

    Mainly, I’d like to change the background colour of each item in the header cart drop down.

    https://www.exalearn.com.au

    Thanks for your advice.
    Matt

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hey @mattperry008

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .site-header-cart .widget_shopping_cart {
      background-color: red;
    }

    You should see the changes right away, but this is just a preview for you, so you can experiment a little with different colors if you like.
    Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter mattperry008

    (@mattperry008)

    This worked a treat – Thank you so much.

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘customise Storefront Header Cart’ is closed to new replies.