Hi!
I'm currently having small problems with the responsive version of the Elvira template.
1.) Slideout Toggle Color:
I'm using "#ffffff" as color BUT I only get a white rectangle on my HTC One mini 2! Shouldn't there be an icon?? Not only a rectangle? The wipe function itself is working fine.
2.) Is it possible to change the "Header Height" for the responsive version?
3.) I'm to stupid to find the CSS code (color) for the text decoration for menu "hover", "active"...
Best regards and Thank you
Manfred
- MySigma
- Commercial Templates
- Tuesday, 10 January 2017
- Subscribe via email
Hello
In what way would you like the hover of your menu items to be styled. By default there is no hover effect on these items (http://www.joomla51.com/demo/0140).
Ciarán
In what way would you like the hover of your menu items to be styled. By default there is no hover effect on these items (http://www.joomla51.com/demo/0140).
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine these issues further. For our reference please paste a link to this post in your email.
Ciarán
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine these issues further. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Thank you Manfred
1. This issue should be now amended.
2. You appear to be using the contentop-# module positions for your logo. Is this the area you wish to edit the height on mobile devices? Or maybe just the menu area?
3. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
1. This issue should be now amended.
2. You appear to be using the contentop-# module positions for your logo. Is this the area you wish to edit the height on mobile devices? Or maybe just the menu area?
3. To amend try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
a:hover {
color: #000000;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
Thank you for your support
1.) PERFECT! Where was the bug?
2.) The module positions for the logo is correct. My customer is having the same style on the old website and I'm not allowed to change that I just want to change the height of the menu for mobile devices a little bit... and if possible also the base (footer).
3.) I don't want to change the color of a:hover. If you take a look on the website (not mobile version) there is the menu on top. The font color of the text "Stickbienchen",.. is white but the text decoration "underline" is orange and so you won't see the "hover". If you scroll down, the height of the menu is getting smaller and you see the orange line für "hover". I would like to reduce the distance between text and line and change the color of the line.
Kind regards,
Manfred
P.S.: The new menu for the mobile version is cool!
Thank you for your support
1.) PERFECT! Where was the bug?
2.) The module positions for the logo is correct. My customer is having the same style on the old website and I'm not allowed to change that I just want to change the height of the menu for mobile devices a little bit... and if possible also the base (footer).
3.) I don't want to change the color of a:hover. If you take a look on the website (not mobile version) there is the menu on top. The font color of the text "Stickbienchen",.. is white but the text decoration "underline" is orange and so you won't see the "hover". If you scroll down, the height of the menu is getting smaller and you see the orange line für "hover". I would like to reduce the distance between text and line and change the color of the line.
Kind regards,
Manfred
P.S.: The new menu for the mobile version is cool!
- more than a month ago
- Commercial Templates
- # 4
Hi Manfred
1. The bar icon was replaced with a more wide supported Font Awesome icon.
2. To amend the height try adding the following to the Custom CSS field of your templates parameters...
3. To amend the active underline try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
Ciarán
1. The bar icon was replaced with a more wide supported Font Awesome icon.
2. To amend the height try adding the following to the Custom CSS field of your templates parameters...
#container_slideshow {
padding-top: 64px;
}
.hornav > ul > li > a {
line-height: 26px;
padding: 5px 0;
}
3. To amend the active underline try adding the following to the Custom CSS field of your templates parameters (edit to taste)...
.hornav > ul > li.active {
border-bottom: 1px solid #ffffff;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Ciarán,
Ahhhh... it's looking better, but still not perfect
How do I get the HOVER for the hornav-menu items?
Kind regards,
Manfred
Ahhhh... it's looking better, but still not perfect
How do I get the HOVER for the hornav-menu items?
Kind regards,
Manfred
- more than a month ago
- Commercial Templates
- # 6
Hi Manfred
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
.hornav > ul > li:hover {
border-bottom: 1px solid #ffffff;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- 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 »