Support » Fixing WordPress » Cart icon not showing

  • Resolved chandan435

    (@chandan435)


    Hy my cart is not showing .it’s showing square icon in all pages. I can’t understand what I have to do. I try fix from WooCommerce customiztion but not work. Please help

    Thank you .

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi

    You can use below CSS if you do not find any solution put this in CSS or Header file

    .elementor-menu-cart__toggle.elementor-button-wrapper i.eicon:before {
    content: “🛒” !important;
    position: relative;
    left: -11px;
    }

    Thanks
    Praveen

    Thread Starter chandan435

    (@chandan435)

    Hi
    vpraveen60, I put this CSS into customize < custom CSS/JS . but this css is not working on my site . If I puting wrong place this css pls suggest me where i have to put.

    Thanks
    Chandan

    Hi

    Put the css in style.css or header.php file in the theme files.

    Thread Starter chandan435

    (@chandan435)

    I have to copy & paste that code or anything else write before paste code. I am non technical user.

    Thank .

    Thread Starter chandan435

    (@chandan435)

    hi praveen i put this css in style.css in my child theme but CSS did not work for me . then i paste this CSS in function.php after removing css from style.css , when i paste in function.php it says

    Your PHP code changes were rolled back due to an error on line 25 of file wp-content/themes/oceanwp-child/functions.php. Please fix and try saving again.

    syntax error, unexpected ‘.’, expecting end of file

    i cant understand what to do .

    thanks .
    chandan

    Hi

    do not paste css in functions.php

    please paste below css in below header.php file

    <style>

    .elementor-menu-cart__toggle.elementor-button-wrapper i.eicon:before {
    content: “🛒” !important;
    position: relative !important;
    left: -11px !important;
    }

    </style>

    Thread Starter chandan435

    (@chandan435)

    hi

    i paste thiss css in header.php but it did not work . i copy header.php file from my theme and paste it to my child theme then i paste this css .
    you can see in this url – https://ibb.co/wYb43dM .

    Thread Starter chandan435

    (@chandan435)

    Please help me Anyone . 🙏

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Cart icon not showing’ is closed to new replies.