Jump to content

categories font change


Recommended Posts

where can I font change? I need contact font in the image. I find div categories, but there is no font style.css. I saw div categories li h3. But that doesn't help me.

Please let me know if you know thanks.

26580_irblgdG34PO2cX4DBDqd_t

Link to comment
Share on other sites

where can I font change? I need contact font in the image. I find div categories, but there is no font style.css. I saw div categories li h3. But that doesn't help me.

Please let me know if you know thanks.

Edit the global.css of your theme

for the categories search and find:
div#categories_block_left ul.tree li {

}

and put here:
font-family: Arial

for the contact find:
#header_links li{

}

and put
font-family: Arial
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...