Home Forums WoodMart support forum AJAX Product Tabs Tittle

AJAX Product Tabs Tittle

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #252175

    lucablight2
    Participant

    Hello support,
    Is there any way to change Font size for Ajax Product Tabs Title – I mean when scalled down to mobile – the font is too large…I did not find any option of custom topography for that in elementor.

    #252202

    Hello,

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

    body .elementor-2337 .elementor-element.elementor-element-4679457 .tabs-design-simple .products-tabs-title li {
    font-size:10px;
    }

    Set the size as per your needs.

    Best Regards

    #252211

    lucablight2
    Participant

    Hello Elise,
    Thank you for your reply.
    That’s not quite what I wanted.

    I want to change the Main tittle of Ajax Product Tabs – it’s called “Polecamy” on my website. And I want to change it only on mobile view – desktop font size is okay.

    You sent me code for sub tabs – it’s going to be usefull for me but also – If u could send me code that changes only the mobile view font size.

    Best Regards

    #252237

    Hello,

    Please replace the code with this one and add to the Theme Settings > Custom CSS > Mobile:

    .woodmart-products-tabs.tabs-design-simple .tabs-name > span {
        font-size: 17px;
    }

    Best Regards

    #252427

    lucablight2
    Participant

    Thank you Elise.
    That helped.
    Cheers

    #252439

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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