This topic has 12 replies, 4 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hello I have two issues:
1. With the info bar below featured products.
I want to hide it but can’t find how
Here is a screenshot to show you what I mean.
https://www.dropbox.com/s/y1yu1ndfja7keay/Screen%20Shot%202015-04-20%20at%2011.41.41%20AM.png?dl=0
2. Can I make the theme not to show availability of products on the products page but only on the backend of the website?
Thank you
Hello
1.Please put this code into the custom.css to hide it on single product pages only:
.single-product #prefooter{display:none!important;}
2.You may try to add this code to the custom.css:
.single_variation p{display:none}
How to create custom.css you may watch here.
With best regards
Brian Johnson
Hello and thanks for fast reply.
I want to hide this bar from all the pages not only single product.
by the way you should make it a lot easier is someone wanted to change the content in there don’t you think?
I don’t necessarily want to hide it all together, but how can I change the content of this bar?
I tried the other thing about availability but doesn’t seem to work.
I want to hide this part that I link in the screenshot:
https://www.dropbox.com/s/yz974dxazqczl1a/Screen%20Shot%202015-04-20%20at%2012.40.02%20PM.png?dl=0
Thank you
Hello
1. Please add an empty text widget in appearance->widgets->prefooter area to overwrite default demo footer conten. You may add your html/ another widget if you want to change content there.
2. Please use this code:
.in-stock{display:none!important}
With best regards
Brian Johnson
Ok, the second issue with availability is OK.
I added an empty text box on the prefoot area but nothing changed.
I already sent you the login data as well.
Thank you
Hello
Sorry. We are unable to login. Please check the credentials.
With best regards
Brian Johnson
Hello correct username is “test”
can u check again please?
Hello,
Please add this code in custom.css file
#prefooter{
disaply:none;
}
Regards,
Robert Hall.
Hi, that didn’t work either, can u check it out please.
Login credentials are ok at this point
thanks
Please navigate to the theme-options and disable default prefooter area as on the screenshot http://prntscr.com/6xj4ha.
Regards,
Briam Johnson
Cheers that worked 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Info bar problem’' has been successfully resolved, and the topic is now closed for further responses