Reply 333667 to: Cannot find where to edit colors and font on categories menu

Avatar: Awais Ahmed
Awais Ahmed
Participant
September 10, 2022 at 07:57

Hello, @James,

I have understood your issue. But the thing is that there is no option in the theme for this from you can change the font color, and font size of the categories. You have to make it with the help of custom CSS code. You can add your custom CSS code in the XSTORE >> Theme Options >> Theme Custom CSS >> Global as you can see in this image: https://postimg.cc/wyP0Yy82

Here is the CSS code that you see on the above image:

.sidebar-widget ul li a, .widget_product_categories.sidebar-widget ul li a{
		color:white !important; 
		font-size:18px !important;
}

Note: In the above code the word “white” is the color of the font and the word “18” is the size of the font you can change it with you want.

I hope you understand.

Regards 8Themes Team.

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.