Home Forums WoodMart support forum Mobile title small

Mobile title small

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

    shoaibstar
    Participant

    hi sir, i want to make Product title and Categories title and page title small , Responsive. in mobile title is showing very big, i want small size, where i can set the size for mobile. thanks
    size is very big in mobile , plz check and give me solution

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

    Hello,

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

    .page-title.color-scheme-light .entry-title {
        font-size:10px;
    }
    body .product.category-grid-item .category-title{
    font-size:10px;
    }

    Change the size as per your needs.

    Best Regards

    #271618

    shoaibstar
    Participant

    hi sir, i put that code, working , but i want to change only for my mobile not for desktop , its changing for all , is it possible to change only , in mobile not desktop
    another issue is creating also . Categories Text also decrease. please check . screenshot.

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

    Hello,

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

    Best Regards

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