Hello Cirian,
I made a site with the Stockholm-Template. It looks good, but I miss the blue line under a hovered menu-item. (Screenshot).
My site is here: http://lichtaktuell.markus-wangler.de
Is it possible to mark the active menu-item with a blue line?
Footer menu: In the footer menu there are only main-topics. I see no sub-topics. This is a problem in all templates.
Thanks and greeting from Germany
Markus
- MarkusW
-
- Commercial Templates
- Wednesday, 25 November 2015
- Subscribe via email
Hi Markus
To add the hover effect navigate to your menu item settings, select the 'Link Type' tab and add the following to the 'Link CSS Style' field.
A full list of hover classes can be found here... http://demo.joomla51.com/0120/index.php/features/utility-classes
As the footer menu is a single line menu, for styling purposes only the first level of menu items will be displayed.
Ciarán
To add the hover effect navigate to your menu item settings, select the 'Link Type' tab and add the following to the 'Link CSS Style' field.
hvr-underline-from-left
A full list of hover classes can be found here... http://demo.joomla51.com/0120/index.php/features/utility-classes
As the footer menu is a single line menu, for styling purposes only the first level of menu items will be displayed.
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hi Cirian,
thanks for your promt answer!
Is it possible to mark the active-menu-item with a "underline"?
Markus
thanks for your promt answer!
Is it possible to mark the active-menu-item with a "underline"?
Markus
- more than a month ago
- Commercial Templates
- # 3
Hi Markus
You could try something like the following which will add a border below your active parent menu item (edit to taste)...
Ciarán
You could try something like the following which will add a border below your active parent menu item (edit to taste)...
.hornav > ul > li.active > a {
border-bottom: 3px solid #3c668a;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hello Ciarán,
i have a problem with the template stockholm and the menu too.
I added the code in the custom.css an i have a underline on my menu.
.hornav > ul > li.active > a {
border-bottom: 3px solid #3c668a;
}
but the hover effect "hvr-underline-from-left" doesnt work.
Do you have a idea?
Kind regard Thomas
PS: the templates are amazing!
i have a problem with the template stockholm and the menu too.
I added the code in the custom.css an i have a underline on my menu.
.hornav > ul > li.active > a {
border-bottom: 3px solid #3c668a;
}
but the hover effect "hvr-underline-from-left" doesnt work.
Do you have a idea?
Kind regard Thomas
PS: the templates are amazing!
- more than a month ago
- Commercial Templates
- # 6
Thank you
I am unable to see any issues in your source. Have you enabled the hover.css within the Styling tab of your templates settings?
If yes may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
I am unable to see any issues in your source. Have you enabled the hover.css within the Styling tab of your templates settings?
If yes may I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »