Menu Header
February 2014 Joomla Template
Rate this topic: 




1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Jan 14, 2015 3:01 am
- Reply with quote
- Report this post
Hi, I am trying to make a Menu Header such as the one shown here:
Can someone walk me through that?
screenshot.png
Can someone walk me through that?
-

- Fresh Boarder
- GK User
- Fri Jan 16, 2015 1:13 am
- Reply with quote
- Report this post
Great thanks! I did figure it out, and now I am adding modules into the menu, but I had another question. Is there a simple way to customize the width of each column in the menu? I have one column that is too large for the content that is in it. Attached is a screenshot of what I mean.
screenshot2.png
-

- Fresh Boarder
- teitbite
- Sat Jan 17, 2015 1:43 pm
- Reply with quote
- Report this post
Hi
Yes You can resize them with CSS. You can add an additional css class to column in menu manager and than set the width You want in override.css
Example: You have added "w300" to menu column so css in override.css should looka like:
Yes You can resize them with CSS. You can add an additional css class to column in menu manager and than set the width You want in override.css
Example: You have added "w300" to menu column so css in override.css should looka like:
- Code: Select all
.w300 { width: 300px !important; }
-

- Moderator
- GK User
- Fri Jan 23, 2015 7:30 pm
- Reply with quote
- Report this post
Hello,
Thanks! I appreciate that. now I am changing the background color in just one of the columns in the menu, but this means I would like to the change the font color in that one column and not the others. Is there a way to do this, or is all the .headers etc sharing the same class? Attached is an example:
Thanks! I appreciate that. now I am changing the background color in just one of the columns in the menu, but this means I would like to the change the font color in that one column and not the others. Is there a way to do this, or is all the .headers etc sharing the same class? Attached is an example:
screenshotnew.png
-

- Fresh Boarder
- teitbite
- Sun Jan 25, 2015 11:24 am
- Reply with quote
- Report this post
Hi
It will take the same action again. An additional css suffix like the one before, but this time You will need to change the font colour. Something like:
It will take the same action again. An additional css suffix like the one before, but this time You will need to change the font colour. Something like:
- Code: Select all
.additional_css_class li a { color: #ffffff !important; }
-

- Moderator
6 posts
• Page 1 of 1
