Site logo

Archived topic

Link Color

11 replies · Started by Forum User on January 17, 2023

Viewing posts 1–12 of 12

I know how to change the color for all links but want to know if it is possible to change the link color on my main page only?

Hi there,

Try this CSS:

.home a {
    color: red;
}

That did not work.

Sorry, missing a dot in the code, try again :)

That did not work

.home a {
    color: white;
}

Which link are you referring to on the home page? Can you provide the text so I can search?

Please also disable SG optimizer and any other caching you might be using.

The boxes "Daisy", "Dalia", etc

https://postimg.cc/qNfxS766

So I changed the heading color to white but that did not work?

Your screenshot does not show me the colors settings.

I just figured out what I was doing wrong. Thanks for your patience

No problem :)

This archived topic is closed to new replies.