Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / customise "categories tabs-menu"

customise "categories tabs-menu"

Views: 614

Results 1 to 3 of 3
10 May 2013, 6:27 PM
#1
marton_1 avatar

marton_1

Totally Zenned

Join Date:
Apr 2013
Location:
eglisau switzerland
Posts:
568
Plugin Contributions:
0

customise "categories tabs-menu"

Hi

Probably a dumb question; I just want to change the style of the text for the categories in the categories tabs-menu that is in the middle of the page in the header.

I tried changing settings in the Main CSS Stylesheet & eventually in "Module Template - categories_tabs" & in "index category_row.php" & "tpl_index_category_row.php".

I can change text that is in the neighbourhood but I cannot hit on these guys.

My site is https://www.simmar.ch/catalog & I want to change the text stvle for Einzigartige_Anhaenger, Hundeartikel &
Trollbeads.

thanks

Marton

10 May 2013, 7:06 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: customise "categories tabs-menu"

Depending on how you want to style it, something like this added to your stylesheet:

.categoryListBoxContents {font-size: 2em; font-family: georgia;}

10 May 2013, 10:40 PM
#3
marton_1 avatar

marton_1

Totally Zenned

Join Date:
Apr 2013
Location:
eglisau switzerland
Posts:
568
Plugin Contributions:
0

Re: customise "categories tabs-menu"

Many thanks -I will experiment with that :)