1. pigos
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Sunday, 01 February 2015
  5.  Subscribe via email
Hi Ciaràn,

I'm working on this site:
http://www.erumpere.eu/wip/
based on Joomla 3 and J51 Classic. The site is multi language

I am not able to change background and text color on mobile menu, what I got is attach1



Menu setup in Classic is here:



the menu is assigned to hornav-mobile position and the advance dconfiguration is here:


I try to add this code in the template css:
#hornav-mobile {
background-color: #000000;
color: #ffffff;
}

the full template css is attached.

Please give me some hint. If you think that other J51 template is best suited for mobile, give me an indication and I will buy it.

Many thanks and regards
Accepted Answer Pending Moderation
0
Votes
Undo
do you have firebug installed?
I had a similar issue and i used firebug and firefox to change it in to the desired colour.
I minimized the size of the window first .
I had to edit the files though i dont know if there is another method of doing it.

..............just in case you are new to websites like me.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks magsmag, it works like you say.

The css parameters are:
.slicknav_menu .slicknav_nav a {
background-color: #000000;
color: #ffffff;
}
.slicknav_menu .slicknav_btn {
background-color: #000000;
color: #ffffff;
}
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!