menu color and height

  • tomislav
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 10 months ago #29171 by tomislav
hello. its me again.
how can i change menu height (the portion of the "tab" above the content itself)?
and how can i change menu colors? (mouse over colors, active menu item color, etc)?
also, how can i change the font type and size of the menu?

thank you in advance!

Please Log in to join the conversation.

More
10 years 10 months ago #29177 by ivan.milic
Replied by ivan.milic on topic menu color and height
Height you can change form template_css.css:

#nav li:hover, #nav li.active {
top: -3px;
position: relative;
height: 53px;
}

by changing height property. If you use custom style you can change colors form template parameters. If you use pre-defined style you can edit:

templates\hot_architecture\styles\styleX.php where X is number of your style.
The following user(s) said Thank You: tomislav

Please Log in to join the conversation.

  • tomislav
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 10 months ago #29206 by tomislav
Replied by tomislav on topic menu color and height
ok that did the trick. thank you.
now, can you please tell me how to change the size, type and style
of module position labels / titles. thanks!

Please Log in to join the conversation.

More
10 years 10 months ago #29219 by ivan.milic
Replied by ivan.milic on topic menu color and height
You can set module suffix with first blank char like " mymodulestyling" then in template_css.css add style definitions like you want using:

.mymodulestyling{
....
}

.mymodulestyling *{/*this hits all inner elements*/
....
}

.mymodulestyling > h3{/*this hits module titel*/
....
}

Please Log in to join the conversation.

  • tomislav
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 10 months ago #29236 by tomislav
Replied by tomislav on topic menu color and height
Im sorry but could you be more specific?
i just need to change the font size and change it to bold.
for example: when i make a custom html module and i put it into
module position, above the module there is a module name. i would
like those letters to be bold and in bigger size.

i also have some other questions:

1. can the background behind (left and right of the main
page body) be changed to a different color? or perhaps to checker it with
an image so that it doesnt effect the area where the modules are placed?
2. where can i turn off or change the type of line that shows under module name/title?

thanks! sorry for being so ignorant :-D

Please Log in to join the conversation.

More
10 years 10 months ago #29246 by ivan.milic
Replied by ivan.milic on topic menu color and height
So :

.mymodulestyling *{/*this hits all inner elements*/
font-size:20px!important;
font-weight:bold!important;
}

would change font size and weight.

Classess for left and right cpolumn are:

.column_left and .column_right

what is "type of line"????

Please Log in to join the conversation.

Time to create page: 0.355 seconds
Powered by Kunena Forum