move cart icon in category pages

Home Forums Jevelin Theme move cart icon in category pages

Home Forums Jevelin Theme move cart icon in category pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • davey1975
    Participant

    I’m looking to move the shopping cart circle icon that is on the category pages to under the pricing.

    Below is a link to the page type I’m referring to.

    Thanks.

    Hi @davey1975,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.tax-product_cat #page-container ul.products li.product .add_to_cart_button {
        clear: both;
        display: table;
        float: none !important;
        margin: 0 auto;
        top: 0 !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)