Change font - font colors - font size

  • mverkerk
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 4 months ago #10486 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

Please Log in to join the conversation.

More
13 years 4 months ago #10495 by ivan.milic
Hi,

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
  • New Member
More
13 years 4 months ago - 13 years 4 months ago #10498 by mverkerk
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
Last edit: 13 years 4 months ago by mverkerk.

Please Log in to join the conversation.

More
13 years 4 months ago #10504 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.166 seconds
Powered by Kunena Forum