• Resolved fursttedesco

    (@fursttedesco)


    Hello,

    I am trying to change the font and size (in CSS) of the product title on our single product page developed with Woocommerce and Elementor. However, I cannot seem to find which selector to use in order to target the product title.

    I have managed to find the correct one for the currency symbol and price, but somehow none of the usual selectors will work on the product title.

    .product_title {
        font-size: 20px!important;
    }
    h2.woocommerce-loop-product__title {
        font-size: 20px!important;
    }

    etc.

    Does anybody happen to know how best to proceed?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @fursttedesco ,

    I could not locate a single product on the site. Can you please share a direct URL of the single product so that I can check the possible CSS solution?

    Looking forward to your response.

    Thank you ??

    Thread Starter fursttedesco

    (@fursttedesco)

    Hi Rashed,

    Thank you very much for stepping in.

    The direct URL would be https://fursttedesco.com/the-bathrobe/

    The product ID is 1718 if that is of any help to you.

    Again, thank you!

    • This reply was modified 3 years, 11 months ago by fursttedesco.
    Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    Can you please confirm this is the title you’re trying to update:

    title
    Link to image: https://d.pr/i/vJLCVL

    If yes, you can try

    a.wl-gradient-heading {
        font-size: 3rem !important;
    }

    Doesn’t look like it works without the important tag.

    On that note, please do note that this comes from Elementor, and we will only be able to assist with queries specific to core WooCommerce features.

    If you have further CSS requests that come from Elementor, please reach out to their team directly regarding customization questions.

    Hi there,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution to your problem! If you have further questions, please feel free to open a new topic.

    Thank you ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woolementor Product Title Customisation’ is closed to new replies.