- Posts: 10
- Thank you received: 0
HOT e-COMMERCE change lettertype and menu block la
-
tom4ever
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19476
by tom4ever
HOT e-COMMERCE change lettertype and menu block la was created by tom4ever
Question, how can i change the letterype for the template hot ecommerce? I want a smaller lettertype for the menus.
And how can i change the menu’s smaller?
Great,
Tom
And how can i change the menu’s smaller?
Great,
Tom
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19483
by ivan.milic
Replied by ivan.milic on topic Re: HOT e-COMMERCE change lettertype and menu block la
for top menu use :
#nav *{
font...
}
for other menus:
UL.menu *{
font...
}
add that in bottom of template_css.css,
if you add both rules first put UL.menu *{... then #nav *{...
#nav *{
font...
}
for other menus:
UL.menu *{
font...
}
add that in bottom of template_css.css,
if you add both rules first put UL.menu *{... then #nav *{...
Please Log in to join the conversation.
-
tom4ever
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
12 years 6 months ago #19595
by tom4ever
Replied by tom4ever on topic Re: HOT e-COMMERCE change lettertype and menu block la
Thank you it's working jet!
One question, i want the category name bigger see the attachment below
One question, i want the category name bigger see the attachment below
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19602
by ivan.milic
Replied by ivan.milic on topic Re: HOT e-COMMERCE change lettertype and menu block la
template_css.css:
.column_right ul.menu li a:link, .column_right ul.menu li a:visited, .column_left ul.menu li a:link, .column_left ul.menu li a:visited {
text-decoration: none;
display: block;
font-size: 14px;
padding: 5px 7px;
font-weight: normal;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 23px;
}
.column_right ul.menu li a:link, .column_right ul.menu li a:visited, .column_left ul.menu li a:link, .column_left ul.menu li a:visited {
text-decoration: none;
display: block;
font-size: 14px;
padding: 5px 7px;
font-weight: normal;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
line-height: 23px;
}
Please Log in to join the conversation.
Time to create page: 0.156 seconds