HOT e-COMMERCE change lettertype and menu block la

  • tom4ever
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19476 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

Please Log in to join the conversation.

More
12 years 6 months ago #19483 by ivan.milic
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 *{...

Please Log in to join the conversation.

  • tom4ever
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 6 months ago #19595 by tom4ever
Thank you it's working jet!

One question, i want the category name bigger see the attachment below
Attachments:

Please Log in to join the conversation.

More
12 years 6 months ago #19602 by ivan.milic
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;
}

Please Log in to join the conversation.

Time to create page: 0.156 seconds
Powered by Kunena Forum