Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1137928
    piexec
    Participant

    http://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!

    #1137968
    Friech
    Moderator

    Hi 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!

    #1139710
    piexec
    Participant

    Thanks!

    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!

    #1140115
    Rue Nel
    Moderator

    Hello 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.

    #1142276
    piexec
    Participant

    Thanks! Perfect!

    #1142552
    Prasant Rai
    Moderator

    You are most welcome. 🙂

    #1142561
    piexec
    Participant

    On the cart Page, do you know how I can increase, or highlight the X to delete a product?

    #1142820
    Christopher
    Moderator

    Hi there,

    Please add this CSS :

    td.product-remove a {
        font-size: 45px;
        font-weight: normal;
    }

    Hope it helps.

    #1144631
    piexec
    Participant

    Thanks!

    #1144895
    Rupok
    Member

    You are welcome!

  • <script> jQuery(function($){ $("#no-reply-1137928 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>