Tagged: x
-
AuthorPosts
-
August 18, 2016 at 11:37 pm #1137928
piexecParticipanthttp://royalreef.piexec.com/index.php/product/frog-spawn-coral/
On this page, how can I center the title “STORE” and add some padding to the top of it?
Thanks in advance!
August 19, 2016 at 12:42 am #1137968
FriechModeratorHi There,
You can add this under Custom > CSS in the Customizer.
.single-product .x-landmark-breadcrumbs-wrap { text-align: center; padding-top: 50px; }Hope it helps, Cheers!
August 20, 2016 at 3:43 pm #1139710
piexecParticipantThanks!
In the “Find all your Favorite Saltwater Corals and Inverts” black band, I added the WooCommerce Search widget.
How can I:
1. Reduce the width of the search field?
2. Add a Search Now button underneath it?Thanks in Advance!
August 21, 2016 at 3:16 am #1140115
Rue NelModeratorHello There,
Thanks for updating in!
1] To reduce the width of the search field, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.widget_product_search form:before { display: none; } .widget_product_search form input[type="search"] { max-width: 180px; }Feel free to increase the maximum width.
2] To add a search button and position it to the center, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.widget_product_search input[type="submit"] { display: inline-block; } .widget_product_search form { text-align: center !important; width: auto !important; margin: 0 auto; }Hope this helps.
August 22, 2016 at 6:51 pm #1142276
piexecParticipantThanks! Perfect!
August 22, 2016 at 10:49 pm #1142552
Prasant RaiModeratorYou are most welcome. 🙂
August 22, 2016 at 11:05 pm #1142561
piexecParticipantOn the cart Page, do you know how I can increase, or highlight the X to delete a product?
August 23, 2016 at 4:59 am #1142820
ChristopherModeratorHi there,
Please add this CSS :
td.product-remove a { font-size: 45px; font-weight: normal; }Hope it helps.
August 24, 2016 at 7:57 am #1144631
piexecParticipantThanks!
August 24, 2016 at 11:09 am #1144895
RupokMemberYou are welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1137928 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
