Hi,
I was trying to change the colour of the mobile menu background from black. I went into responsive.nav and edited this line. background-color: rgba(0,0,0,0.4); It caused the menu to stop working and the background to go away. I changed it back to the original code but it won't return to normal. Please see attached screen shots. The url is http://www.castlefergusequestrian.com. The template is letterpress.
Thank You,
Kevin Frehill
- kevinfrehill
-
- Commercial Templates
- Thursday, 19 June 2014
- Subscribe via email
Problem solved by reinstalling template. But I did try and modify another colour on the menu and the same thing happened. Is there anyway to modify colours of menu without this happening and why is it happening?
Kevin
Kevin
- more than a month ago
- Commercial Templates
- # 1
Hi Kevin
To edit the background color of your mobile menu try adding the following to the Custom CSS field of your templates parameters where #444444 is your new background color (edit to taste)...
Ciarán
To edit the background color of your mobile menu try adding the following to the Custom CSS field of your templates parameters where #444444 is your new background color (edit to taste)...
.slicknav_menu {
background-color: #444444;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 2
Hi,
I tried that but it doesn't seem to be working with the Calibra template. Morover, I'd like to get rid of the rollovers that imho. are somewhat useless on a finger operated mobile device.
Thanks.
I tried that but it doesn't seem to be working with the Calibra template. Morover, I'd like to get rid of the rollovers that imho. are somewhat useless on a finger operated mobile device.
Thanks.
- more than a month ago
- Commercial Templates
- # 3
Kevin: Great!.. thank you for the update!
cuervo: Would you have a URL to an example of your menu?
Ciarán
cuervo: Would you have a URL to an example of your menu?
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Hi Cuervo
We are failing to the see the suggested custom CSS in your source. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will add the custom CSS for you. For our reference please paste a link to this post in your email.
Ciarán
We are failing to the see the suggested custom CSS in your source. May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will add the custom CSS for you. For our reference please paste a link to this post in your email.
Ciarán
- more than a month ago
- Commercial Templates
- # 7
Hi,
I tried that also but it doesn't seem to be working with the Virtuoso template.
Gr Edgar
I tried that also but it doesn't seem to be working with the Virtuoso template.
Gr Edgar
- more than a month ago
- Commercial Templates
- # 8
Maybe try setting !important to the CSS property like so?...
Ciarán
.slicknav_menu {
background-color: #444444 !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Thank you cuervo
The following CSS has been added and appears to be working correctly...
Ciarán
The following CSS has been added and appears to be working correctly...
.slicknav_menu {
background-color: #444444 !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 12
- 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 »