Jump to content

changing fonts and colors for the category block


Recommended Posts

Hi there

 

I would like to change the category block in the front office to different font type and different colors

 

how do I do it and where do I do it?

 

if there is any css code please tell me thanks

 

I have attached the picture below

post-449645-0-14333200-1356499508_thumb.jpg

Link to comment
Share on other sites

category block in image and in site looks different.

Some how you have to make changes in css file to change the font

Open your site files through cpanel OR filezilla or whatever you want.

go to themes/default/css/global.css

Take backup of file before making anay changes.

#categories_block_left h4
{
  font-family: FONT-NAME;
}

Add these lines in end of file. Don't forget to change FONT-NAME with your dresired font-family name.

 

In global.css find "#categories_block_left li a" and add "font-family: FONT-NAME;"

Hope this may help you.

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...