Reply To: Color & Styling of link

Home Forums Any Mobile Theme Switcher Color & Styling of link Reply To: Color & Styling of link

#1810
Dinesh
Keymaster

Hi Christina,

Thanks for your url.

I have found that you are using the wrong css selector based on your element structure as below.

The css selector should be like this.
.switchmobile a:link, .switchmobile a:visited, .switchmobile a:active, .switchmobile a:hover { YOUR CSS STYLING GOES HERE}

Hope this help.

Thanks