-
AuthorPosts
-
February 11, 2015 at 12:29 pm #394262
I have tried adding
.related.products {
display: none;
}Yet the related products still remain. I have look at plugins both direct from WordPress and CodeCanyon but nothing is working.
Many thanks in advance
February 11, 2015 at 12:58 pm #394283Hey sambo258!
Thank you for using our theme.
The link you gave us is not working.
It would be helpful to see your site. And can you also specify more closer, on which pages you want to remove the related products.
Regards,
GünterFebruary 11, 2015 at 6:45 pm #394583This reply has been marked as private.February 11, 2015 at 10:45 pm #394738Hey!
Try putting that snippet at the very beginning of Quick CSS, there is an unclosed media query that seems to be blocking all code below it.
Regards,
JosueFebruary 12, 2015 at 4:44 pm #395139Thank you very much Josue, that was most helpful and worked great.
I am having trouble removing the Additional Information from my checkout page. I have entered the suggested snippet but yet Additional Information still remains.
This is the snippet I have used but yet it’s still showing.
li.additional_information_tab {
display: none !important;
}Many thanks in advance
February 12, 2015 at 8:26 pm #395294Hey!
Can you post a link to your actual Shop or one of your products so i can get to the checkout page?
Regards,
JosueFebruary 13, 2015 at 12:54 am #395455This reply has been marked as private.February 13, 2015 at 2:31 am #395476Hey!
If this is what you want to remove use this code:
#customer_details .col-2 { display: none; }Regards,
JosueFebruary 13, 2015 at 1:01 pm #395657Hi thanks all worked brilliantly, my last one would be to remove/rename company name from the billing information/.
Many thanks
February 13, 2015 at 2:03 pm #395718Try with this:
p#billing_company_field { display: none; }Cheers!
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
