• Resolved raolkashyap

    (@raolkashyap)


    hello can you tell me how i change the same font size of all the counter numbers

    and how i permanently remove title and icon from backend i only want to show number no title and icon

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

Viewing 1 replies (of 1 total)
  • Hi @raolkashyap,

    Yes, you can change the same font size of all counters using the setting of the counter font size. And you can hide icons using the setting Display icon but for the title remove you can use custom CSS to remove the title. Like

    .wpb_wrapper h6{
     display:none; !important;
    }

    if it works let us know

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘How to change font size’ is closed to new replies.