Shape 5

Joomla Templates => General Commerce - Club => : Freak May 23, 2014, 12:12:51 PM



: When I am using the @ the address is grayed out
: Freak May 23, 2014, 12:12:51 PM
When I type an e-mail (using the @ ) address in the s5_module_bo, the color changes and gets grayed out in the template (using it in the footer area) ? how can I avoid this?


: Re: When I am using the @ the address is grayed out
: mikenicoll May 23, 2014, 06:56:36 PM
Hello,

Please post a URL to the page where this occurs.

-Mike


: Re: When I am using the @ the address is grayed out
: Freak May 25, 2014, 08:03:32 AM
Hello Mike

Thanks for quick replay. As requested here is the url: www.osagian.dk  - the site is not launched yet, but can login with shape5/shape5.
Br.
Freak


: Re: When I am using the @ the address is grayed out
: mikenicoll May 25, 2014, 01:24:13 PM
Hello,

Those credentials do not appear to be valid.

-Mike


: Re: When I am using the @ the address is grayed out
: Freak May 26, 2014, 03:31:15 AM
Hello Mike

Sorry - I have a temporary test page here - www.nyhegnet.dk
Br.
Mr. Freak


: Re: When I am using the @ the address is grayed out
: mikenicoll May 26, 2014, 11:05:40 PM
Hello,

Any links on the Template are automatically set to black here:

Template.CSS - Line 671

.module_round_box a {
    color: #000000;
}

You can override this on any position with the code below:

#s5_bottom_row3_area1 .custom a {
color: #FF0000 !Important;}

-Mike


: Re: When I am using the @ the address is grayed out
: Freak May 27, 2014, 12:25:18 AM
Hello Mike

Problem solved - thanks for your help
Br.
Mr. Freak


: Re: When I am using the @ the address is grayed out
: mikenicoll May 27, 2014, 01:32:43 AM
NP

-Mike