Hello,
As you can see here - http://www.intentionsjewelry.com/shop/product-category/the-portal-collection somehow the sidebar drops down below the bottom. I took at my custom css and that didn't solve the problem. can't seem to figure how to get it back in place. ANy ideas? Thanks!
sidebar at bottom of category pages
17 posts from 5 voices-
Posted 10 months ago #
-
Also, is there a way to remove the "Select OPtions" button from this page?
Thanks!Posted 10 months ago # -
Hi awakeningthedivine,
Kindly add this code in your Quick CSS:
.container .clear { clear: none; }or this code, if the code above doesn't work:
.container .clear { clear: none !important; }Hope this helps. :)
Regards,
IsmaelPosted 10 months ago # -
Great, thanks. That fixed the sidebar. How about removing the "Select options" button from the category pages?
Posted 10 months ago # -
Hey,
This might work.
.button.add_to_cart_button.product_type_variable { display: none; }Regards,
IsmaelPosted 10 months ago # -
hey thanks - my sidebar had dropped down on the product page too - so the
.container .clear {
clear: none;
}worked a treat! I think it was when I did the woocommerce plugin update.
Posted 10 months ago # -
Hi ShortieD,
Glad that we could help you. :)
Cheers,
IsmaelPosted 10 months ago # -
Great, that worked for the "select options" button, they also want to remove the add to cart button from the category page. Is that possible?
see http://www.intentionsjewelry.com/shop/product-category/angel remove the blue "Add to Cart" buttons. I tried-button.add_to_cart_button.product_type_simple {
display: none;
}but it didn't work. Thanks again!
Posted 10 months ago # -
Hi awakeningthedivine,
I tried to check your site, but I can't see anything in it except the text "Forbidden".
Regards,
IsmaelPosted 10 months ago # -
what country are you in, i had to block a bunch of countries because of spam
Posted 10 months ago # -
ok, i unblocked it I think, have a look again. Thanks!
Posted 10 months ago # -
Hi awakeningth,
Can you please explain how you block certain countries from visiting your website? I would like to be able to have this setting on mine as well. Thank you
Posted 10 months ago # -
Hi awakeningthedivine,
Still showing the forbidden text. :(
Regards,
IsmaelPosted 10 months ago # -
Using iQ Block Countries plugin.
I disabled it for now. should be able to access it. thanks!
Posted 10 months ago # -
Hi awakeningthedivine,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .button.add_to_cart_button.product_type_simple { display: none; }Regards,
Devin
Posted 10 months ago # -
that did it, thank you! great support!
Posted 10 months ago # -
Great! Glad I could help :)
Regards,
Devin
Posted 10 months ago #
Topic Closed
This topic has been closed to new replies.














