This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Eva Kemp
Currently the category image show on the category page which is my products listing page.
Can you set the image not to appear on the page itself?
Also I have added a banner to the page using a banner plug in.
Can I amend the html code to align the banner to the center of the pages?
Also out of interest is there a reduce cost to upgrade the theme to the latest verison do you need ot pay for the theme again in full?
Hello,
Please add this code in custom.css file:
.cat-banner {
display: none;
}
@media (min-width: 1200px){.wbm_category_banner_image {
margin-left: 55px;
}}
You don’t need to pay for the theme update, just log in to ThemeForest account with your Envato credentials and find new theme archive in Downloads section.
Regards,
Eva Kemp.
Thanks Eva Kemp, Again such great support on this forum.
Is there a quick guide for updating the theme over the current version?
Hello,
You can follow the instructions from this video:
(it’s for Legenda theme but the process is the same).
Before update delete “woocommerce” folder in the directory wp-content/themes/blanco/ and it’ll be reuploaded from a new theme package.
Don’t forget to create back up of your files and database before starting update process!
Regards,
Eva Kemp.
Regarding Category image the code works on IE but the images still displays on Chrome.
Cached cleared and checked on other machines.
Any ideas?
Hello,
Please try to add !important
to the code:
.cat-banner {
display: none !important;
}
@media (min-width: 1200px){.wbm_category_banner_image {
margin-left: 55px !important;
}}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up