This topic has 23 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
Hi There,
I am getting 3 little black box with an “X” in them next to my credit card icons in the footer. I can’t figure out why. The icons are still there and then after that there are these 3 boxes.
Thanks!
Hello,
Please provide wp-admin credentials.
Regards,
Rose Tyler.
Hello,
Please provide wp-admin credentials.
Regards,
Rose Tyler.
Thank you for your reply. I have provided the requested information below. While you are in there, I have disabled the cart to display “catalogue only” but the cart icon and the currency is still showing in the header. Please advise.
Thanks,
Leah
Hello,
1. Check your About Company widget and uploaded images.
2. Thank you for the notice. It will be fixed in new theme update, by that time, you can add this code in custom.css:
.top-bar .shopping-cart-link {
display: none;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
3. This phrase appears only if are you logged in as administrator.
Regards,
Rose Tyler.
Thank you so much with the custom CSS issue!! As for the Credit Card Icons…When I look at the “About Company” widget the black boxes are there also and I am not sure why.
Thanks!!
Hello,
Please check credit card icons now.
Regards,
Rose Tyler.
Thank you so much! I see that you removed the html that was in the “About Us” widget. Can you explain how that fixed the issue…just so I know for future reference.
Thanks,
Leah
Hello,
As you can see, I simply deleted code of images which you did not have in the media library.
Regards,
Rose Tyler.
Hi Rose,
I just recently updated my site to the newest version and the shopping cart icon is back. I looked at the CSS you had me enter back and June and it is still in there, but in my FTP there is not a custom CSS file and a default.custom css file. I wanted to ask how to proceed before I started overwriting things.
How should I proceed to remove the cart from the top header bar?
Thanks,
Leah
Hello,
Do you have a backup of your site? Simply copy your custom.css file from backup folder into current theme folder and change this code:
.top-bar .shopping-cart-link {
display: none;
}
to
.header-type-3 .cart-summ .cart-bag {
display: none;
}
Regards
Ok, quick question….right now, in the folder their are two CSS folders. custom.css is the old file from the last update and then there is a default.custom.css file from the new update. Should I change the name of the default css file and delete the old custom css file and then put in the code? The original file is still in there…it would be the same as the one I backed up. Does that make sense?
Do not worry about these files, default.custom.css doesn’t make an effect on work of your site, so you may simply continue to use custom.css file that already exists.
Regards
Ok, I guess what I mean is….I did back up the the site, but as for the CSS file the older one, which is also the backup version is still showing in the FTP. I went in and changed the CSS in the custom.css folder and nothing happens.
Custom.css (created june)
default.custom.css (created last week)
The june file is the same one that I already backed up and its still there.
You need to have only one custom.css file in theme folder with your custom code.
Regards
Ok, I now have the one CSS file and I put in the the CSS you posted above and the cart and dollar icon is still visible.
Thanks,
Leah
Please also add this code:
.top-bar .cart-summ {
display: none;
}
.header-type-3 .top-bar .top-links li {
margin-right: 10px;
}
then clear cache and check.
Regards
Hi Rose,
Thanks again for your help. The new CSS worked, however the “bag” icon is still there. How can I remove that as well.
-Leah
Hello,
Please provide a screenshot.
Regards
I am not sure how to include a screen shot in this forum. The address is PrettyInPatina.com and you will see the “bag” icon up on the header bar.
-Leah
Please try Lightshot program:
http://app.prntscr.com/en/download.html
See this screenshot http://prntscr.com/gq7bzk
Regards
I checked your site in different browsers but didn’t see the icon, so very likely it is a cache of some sort give you such result.
Regards
Tagged: credit card, footer, icons, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up