Changing fonts on category listing

  • Posts: 115
  • Thank you received: 0
11 years 6 months ago #72042

Can you tell me the easiest way to change the fonts on the category listing?

www.britishfoodabroad.co.uk/index.php/shop-by-category

my website is as above but as you can see the text looks a bit boring how can I change the font and font size and Colour

Thanks in advance

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 6 months ago #72054

Hi there,

It's a css issue. You can take a look at the documentation to get more information but here is what you roughly have to do:
First, find the class or id of the element you want to customize, for example hikashop_category_name for the product name.
Then go to System>Configuration>Display and edit your front end css file.
Add the things you want in this way (it's a class):

.hikashop_category_name{
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	color:red;
}

This is an (ugly) example but it should give you an idea of how css works.

Please Log in or Create an account to join the conversation.

Time to create page: 0.067 seconds
Powered by Kunena Forum