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
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.
I have to copy & paste that code or anything else write before paste code. I am non technical user.
Thank .
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>
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 .
Please help me Anyone . 🙏