This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Royal WP Theme ver. 4.2
I want to change the icon from shopping bag to cart. I found the place in the theme to change this to another icon in the header settings for the theme, but it doesn’t seem to work. I put “shopping-cart” in the option and size: 25px, but it doesn’t seem to work.
I’ve cleared my browser cache, I can see when I refresh the page, the new cart icon shows momentarily, then is immediately over written by the shopping bag again.
I can’t figure out how to fix this. Can you help?
There is some problem with the theme, that the option doesn’t work, but I found a work around if anyone else has this problem. I added this to custom CSS:
/**********change cart icon*****/
.cart-bag:before {
content: “\f07a” !Important;
display: inline-block;
font: normal normal normal 14px/2 FontAwesome;
font-size: inherit;
font-size: 2em;
top: -27px;
left: -21px;
color: #959B5B;
-webkit-font-smoothing: antialiased;
position: absolute;
z-index: 2;
}
.ico-sum:after,
.ico-sum:before,
.horizontal-break-alt:after,
.cart-bag .ico-sum{
border-color:transparent !important;
background-color:transparent !important;
}
Another update… even though I cleared the cache…. about an hour later, the icon changed to the cart. So possibly cached somewhere else in my network. False alarm.
Hello,
I am glad that the problem was solved.
Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up