Shape 5

Joomla Templates => eShopper - Club => : london January 21, 2012, 07:24:08 PM



: Login & Register buttons on mobile version
: london January 21, 2012, 07:24:08 PM
I have noticed that these two buttons on the mobile version are completely white.  Where do I change the font colour for these buttons?  Thanks.


: Re: Login & Register buttons on mobile version
: mikek January 21, 2012, 07:37:55 PM
Hello,

They should be calling the template highlight color. Please post a url to where this occurs.


: Re: Login & Register buttons on mobile version
: london January 24, 2012, 07:15:11 AM
After I posted this, I thought perhaps that was the case.  I have set my highlight colour to FFFFFF, which make sense, now.  Is there a way to change this without changing the highlight colour as I would like to keep my highlight colour white.  Are the buttons images or just blocks of colour that can be changed, so that perhaps I could change them to grey or something?

Thank you.


: Re: Login & Register buttons on mobile version
: mikek January 24, 2012, 09:10:27 AM
Hello,

Inside of the template's index.php file you would need to find </style> and just above that add:

#s5_md_menu_login_wrap .button {
background:#333333;
}