Losing custom link color on mobile

Hello,

For some reason custom link colors stop working on tablet and phone.
Is there anything I need to specify to keep them active on those smaller screens?

Thanks in advance for your help.

Hey Daniel,

Your link color CSS is inside an un-closed media query. Please close the media query and the colors should work.

Hope that helps.

1 Like

Probably missing something, but not working. :frowning:

You have un-closed the top media query.

I closed it and it works.

1 Like

Thank you so much.
Still a little confused on the bracket closing, I see sometimes there are double closing brackets after @media query

Hi there,

The last closing curly bracket in a media query is the closing for the media query block and the curly bracket before is the closing for the last CSS block inside it.

You may check your code here to check for errors:

http://csslint.net/

Hope this helps.

1 Like

It does help a lot.
Thank you much!

Edit: This is awesome! but it will definitely hurt my feelings :grin:

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.