Text color in footer

1 reply·opened Sep 17, 2020
N
nottalexiSep 17, 2020

Hi,

Is it possible to make the text in the footer a lighter color?

For example the following text for the URL provided: © 2019 Alexi Nott. All Rights Reserved.
Website designed by Alexi Nott

Many thanks,

Alexi

S
SemiColonWebSTAFFSep 18, 2020

Hello,

Absolutely. Simply use the following CSS Code:

.dark #copyrights,
#copyrights.dark {
	color: rgba(255,255,255,0.4);
}

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard