There is no transparency in my theme demo, however, you can implement it using RGBA color.
For instance to create transparent wrapper div you can add this code to Theme Options – Other – Custom CSS
.wrapper {
background-color: rgba(255,255,255,0.4);
}
Last number (0.4) stands for transparency where 1 means no transparency at all and 0 means complete transparency.
You can use the same code for other elements as well, such as article
article {
background-color: rgba(255,255,255,.4);
}
Thank’s very much for the simple fix on the wrapper.
If I want to use the “Article” one AS WELL how would that look code wise on Custom CSS
http://www.tigertracks.us
I figured it out so all resolved.
Now just have to start adding all of the Motorcycle info
Thanks for the help.
http://www.tigertracks.us
hi,
on the main page page http://colorlib.com/travelify/
there is a slider and on each slider transparent square with a text.
how and where to add this to my template webpage?
when I inspected element it pointed me to <article class=”featured text”>
which file should i modify? thanks,
k.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
hi,
sorry, added a page instead of post to the slidebar and it worked, resolved.