Home Forums Basel support forum Product Title and Header

Product Title and Header

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

    gqjesus
    Participant

    How do I center the product name and price under the image?

    and above in the category view (circle in black) how do I remove the breadcrumb and title bar?

    Attachments:
    You must be logged in to view attached files.
    #276822

    Hello,

    You need to choose the design on hover in the Theme Settings > Shop > https://prnt.sc/10wz76f

    You can view the demo of the design on our demo: https://prnt.sc/10wz81f

    Best Regards

    #276863

    gqjesus
    Participant

    Hi, this isn’t referring to ‘add to cart ‘ look how the text for the product name is left not under the product image.

    #277037

    Hello,

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

    body .basel-hover-alt .product-title {
        text-align: center;
    }
    body .wrapp-swap{
    width:100%;
    text-align: center;
    }
    body .basel-hover-alt .price {
        text-align: center;
    }

    Best Regards

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