-
AuthorPosts
-
July 14, 2015 at 7:48 am #329776
Hi
I am trying to remove the product sub category on the products pages.
I have tried some solutions on the forum and none seem to be working this is the last thing I have tried.
.p-landmark-sub { display: none; }
And the sub cat is still there.
Any suggestions?
Many thanks
July 14, 2015 at 8:15 am #329798Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
July 14, 2015 at 10:56 am #329965Ooops Sorry about that 🙂
devsite2.16cdesigns.com
Thanks 🙂
July 14, 2015 at 11:25 am #329998Hello There,
Thanks for updating! Unfortunately I am not sure what you meant by “sub category” as I can’t see any sub category there on products page. Would you please clarify it a bit with a screenshot?
If you meant the subtitle Welcome to our online shop, Take some time to browse through our items., then the code should work. Make sure it was added through Appearance> Customize > Custom > CSS
.p-landmark-sub { display: none; }
Hope this helps.
Cheers!
July 14, 2015 at 11:45 am #330012Hello again,
have tried that but its still showing up.
I want to remove the wording “Our Products”
http://devsite2.16cdesigns.com/product-category/a-truffles-foie-gras/
Cheers 🙂
July 14, 2015 at 12:28 pm #330060Hi There,
Please update your custom CSS to the following CSS which I mentioned in this ticket: https://community.theme.co//forums/topic/top-bar-navigation/page/2/#post-330019.
After that try adding following CSS under Appearance > Customize > Custom > CSS:
.p-landmark-sub { display: none; }
Hope it helps.
July 14, 2015 at 1:12 pm #330128Wahooo!!!!
Its working ..
Thanks for your support as ever 🙂
July 14, 2015 at 1:18 pm #330139You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts