Back to Multipurpose Theme with PAGE BUILDER - Success Support

jleinbaugh
jleinbaugh

Have loved working with your theme launching a new site. The starting points really helped me get started quickly. Quick question (that's probably embarassingly easy). Where in the CSS is the link color created? It appears to take on the primary color. My only issue is that iPhones and iPads automatically make phone# and emails "clickable". With a dark green primary theme color, phone# and emails are hard to read on dark backgrounds. Is there a single place in the CSS files to set the color for links?

Charis
Charis

jleinbaugh said:

Have loved working with your theme launching a new site. The starting points really helped me get started quickly. Quick question (that's probably embarassingly easy). Where in the CSS is the link color created? It appears to take on the primary color. My only issue is that iPhones and iPads automatically make phone# and emails "clickable". With a dark green primary theme color, phone# and emails are hard to read on dark backgrounds. Is there a single place in the CSS files to set the color for links?

Hello!
You can go to your "Advanced" tab in your theme settings and put this in custom css editor:

a {
    color: #3798ff !important;
}

Last updated

1-2 of 2