- Posts: 9
- Thank you received: 0
Change font - font colors - font size
-
mverkerk
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago #10486
by mverkerk
Change font - font colors - font size was created by mverkerk
Hello,
How can I change the font, font color and font size of the main menu, top menu, top2 menu and heading of an article?
Kind regards,
Martin
How can I change the font, font color and font size of the main menu, top menu, top2 menu and heading of an article?
Kind regards,
Martin
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10495
by ivan.milic
Replied by ivan.milic on topic Re: Change font - font colors - font size
Hi,
select in template parameters Style: "Custom" , then you can use parameters below to change colors and font.
select in template parameters Style: "Custom" , then you can use parameters below to change colors and font.
Please Log in to join the conversation.
-
mverkerk
Inactive member - Topic Author
- New Member
Less
More
- Posts: 9
- Thank you received: 0
13 years 4 months ago - 13 years 4 months ago #10498
by mverkerk
Replied by mverkerk on topic Re: Change font - font colors - font size
Hello Ivan,
Thank you for the reply. I see no possibility for changing the font and the size.
Maybe I have to ask this one in another topic:
When I change the standard Style to Custom then the website is immediately different in some way. I just want to keep the settings of an original style and change a little thing.
Kind regards,
Martin
Thank you for the reply. I see no possibility for changing the font and the size.
Maybe I have to ask this one in another topic:
When I change the standard Style to Custom then the website is immediately different in some way. I just want to keep the settings of an original style and change a little thing.
Kind regards,
Martin
Last edit: 13 years 4 months ago by mverkerk.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10504
by ivan.milic
Replied by ivan.milic on topic Re: Change font - font colors - font size
OK, you are using one of predefined styles. Values for it come form
templates\hot_designnow\styles\style1.php - style4.php
for articels heading use:
.contentheading h2{
...
}
for top menu:
#nav a , #nav a span{
...
}
for main menu items:
.column_left .menu a,.column_left .menu a span
{
...
}
for main menu title:
.column_left h3 span
{
}
for top panel modules use:
.topPanelModules .menu a,.column_left .menu a span{
...
}
and for its titles:
.topPanelModules h3 span{
...
}
add this new definitions at the bottom of template_css.css so they override defaults.
templates\hot_designnow\styles\style1.php - style4.php
for articels heading use:
.contentheading h2{
...
}
for top menu:
#nav a , #nav a span{
...
}
for main menu items:
.column_left .menu a,.column_left .menu a span
{
...
}
for main menu title:
.column_left h3 span
{
}
for top panel modules use:
.topPanelModules .menu a,.column_left .menu a span{
...
}
and for its titles:
.topPanelModules h3 span{
...
}
add this new definitions at the bottom of template_css.css so they override defaults.
Please Log in to join the conversation.
Time to create page: 0.166 seconds