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
On this page, under the "slideshow" there is a ghost image of a box with some shadow under it, Turns out, it's the Content Area/Main Copy area. In Backlight, I have it a transparent background color and I don't see a border shadow checkbox. This issue does not appear in the other sections of this website.
What's wrong?
Offline
http://community.theturninggate.net/vie … hp?id=8551
Page template > Contact Areas > Main Copy : Box Shadow
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Sorry about the duplicate post. It's been awhile since I've returned to this project and I had forgotten I already asked the question.
But, looking at the Backlight settings for this page, the box-shadow box is on off.
Last edited by pideja (2018-04-02 02:42:40)
Offline
Are you checking the correct page template (template-identifier-galerie)? Cleared template cache?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I just took a closer look. The "ghost image" is coming from your own custom css (starting on line 25):
.the__copy>.content {
background-color: transparent);
border-radius: 1;
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.06), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
width: 100%;
max-width: 1440px;
padding: 50px;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod. Got to be more carefull how I write theses CSS files.
Offline
Pages: 1