*

echosam

  • *
  • 2 posts
help , i want to reduce the font size on the categories icon
« on: December 14, 2020, 11:03:52 PM »
hi everyone please i would like to reduce the font size of the text in the categories icon so that the entire category text (name) will appear inside the icon box instead of cropping off the category name with longer text. i would like this change to reflect in both mobile and web view,
i have attached the image from my site, and a sample of how i want the text to appear.
i would appreciate any assistance to make this work.
thanks in anticipation.

Marked as best answer by frosticek on December 15, 2020, 03:41:34 PM
*

MB Themes

Re: help , i want to reduce the font size on the categories icon
« Reply #1 on: December 15, 2020, 03:41:30 PM »
@echosam
You can do such simple modifications by yourself.

  • Right click on element you want to reduce font size
  • Click on inspect button
  • Browser opens console with element inspector, you will see what line is related to this element and in what file
  • Go to your theme folder and open related CSS file, find proper line and adjust/add font-size property
  • Example: font-size:12px;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

echosam

  • *
  • 2 posts
Re: help , i want to reduce the font size on the categories icon
« Reply #2 on: December 16, 2020, 10:34:20 PM »
thanks alot i will try it out

*

MB Themes

Re: help , i want to reduce the font size on the categories icon
« Reply #3 on: December 17, 2020, 09:39:53 AM »
Np, you can modify all design aspects like that   ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots