Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Topic closed
Hi Matt,
I expected that Text Color in the Footer section applies to the entire footer including the copyright text and not only the TTG notice. Currently,
.page__pallet__wide > .content > ul > li {
color: rgb(255, 255, 255);
}
overrides
.copyright, .page__pallet__bottom li.logo h1 {
color: #ff8000;
}
And my copyright is white instead of orange.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Is that custom CSS you're trying to use, or are you writing in shorthand? My code is using this to set text color in the copyright area:
.page__pallet__wide > .content > ul > li.copyright,
.page__pallet__bottom li.logo h1
The h1 is the "Built with Backlight" badge, while li.copyright is the copyright notice.
Offline
No, I don't have any custom CSS there. I just copied what Chrome inspector reported.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
It looks like you might still be running an older version of the file from our betas. Have you updated your install to the release builds?
Offline
Yes, I have updated them all... maybe I copied the wrong files... I'll try again.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Indeed, I had my installation messed up
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Pages: 1
Topic closed