This topic has 6 replies, 3 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
I have what appears to be a blank placeholder image on my ‘Shop’ page here:
http://naturallysuburban.com/shop/
How do I access it or remove this placeholder image?
Hello,
Try to add this code into custom.css file.
.cat-banner{
display:none;
}
Regards,
Robert Hall.
Robert, it doesn’t matter where or what sequence I add this CSS file, right? I know you gave me at least one other CSS modification to implement.
First you need to create custom.css file.
Please watch video tutorial: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks Robert, that has removed the blank image.
Can you please supply me with the CSS to get the image of the dog and cat I have aligned with the top of the ‘Categories’ graphic? Right now it is not aligned.
Hello,
Please add this code in custom.css file:
#products-sidebar {
margin-top: 35px !important;
}
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up