Home Forums WoodMart support forum questions about installed theme

questions about installed theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #142563

    nektarios
    Participant

    hello
    i installed and recognize the theme and have some questions

    1- how can i remove history back from the title of the shop pages?
    https://flying-sim.co.il/test/2019-09-08_023008.jpg

    2- i am using custom fields plugin, how can i make the last price in center??
    https://flying-sim.co.il/test/2019-09-08_023054.jpg

    3- on PRODUCTS STYLES under theme setting i used Tiled effect, how can i center the text under the picture?
    https://flying-sim.co.il/test/2019-09-08_022937.jpg

    thank you

    #142601

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    1. The categories are removed from the Title in the Theme Settings > Shop > Title and Sidebar > Categories in page title > OFF https://prnt.sc/p3bl8j

    2. The HTML structure does not allow to do that, these parts are contained in the table.

    3. Please add this code to the Theme Settings > Custom CSS > Global:

    body .product.product-grid-item .product-title {
        text-align: center;
    }
    body .product-grid-item .woodmart-product-cats{
        text-align: center;
    }
    body .product-grid-item .price {
        text-align: center;
    }

    Best Regards

    #142640

    nektarios
    Participant

    thank you
    how can change the PRODUCTS STYLES to be like this

    https://www.flying-sim.co.il/test/2019-09-08_182256.jpg

    #142670

    Hello,

    Woocommerce product page structure differs from the screen your show. Our support does not cover such customization.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)