- Posts: 11
- Thank you received: 0
Left menu
-
CarlLofgren
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 4 months ago #12682
by CarlLofgren
Replied by CarlLofgren on topic Re: Left menu
...and as with everything else. One solution leads to another question.
Where do I change the colour and font size of the left menu? From what I gathered in the other forums it should be done by adding some code to the template_css.css. The same goes for Chameleon?
/C
Where do I change the colour and font size of the left menu? From what I gathered in the other forums it should be done by adding some code to the template_css.css. The same goes for Chameleon?
/C
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 #12695
by ivan.milic
Replied by ivan.milic on topic Re: Left menu
You will have to code it yourself by using:
#column_left .menu LI a{
...
}
add it to bottom of template_css.css
#column_left .menu LI a{
...
}
add it to bottom of template_css.css
Please Log in to join the conversation.
-
CarlLofgren
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
13 years 4 months ago #12713
by CarlLofgren
Replied by CarlLofgren on topic Re: Left menu
Thanks.
For other people who might be interested in fixing this, this is what I added at the end of my template_css.css
#column_left .menu LI a{
color:#FF6816;
font-size:16px;
}
For other people who might be interested in fixing this, this is what I added at the end of my template_css.css
#column_left .menu LI a{
color:#FF6816;
font-size:16px;
}
Please Log in to join the conversation.
-
orish
Inactive member -
- Member
-
Less
More
- Posts: 43
- Thank you received: 0
12 years 10 months ago #18223
by orish
Replied by orish on topic Re: Left menu
Yes, I also want to know how to make the menu vertical. Did you get a solution yet?
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6793
- Thank you received: 722
12 years 10 months ago #18251
by milos
Replied by milos on topic Re: Left menu
To have a vertical menu, you can create a menu module and publish it in the left or right column. Don't enter anything in Module Tag Id field and leave Module Class Suffix field empty. You can see a vertical menu on our demo:
demo.hotjoomlatemplates.com/index.php?template=chameleon
Please Log in to join the conversation.
Time to create page: 0.096 seconds