Motif Theme – Is there a transparent background for Front Page Text?
-
Is there a way to make the background for the Front Page text be “transparent”? This way the Background photo shows through…
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Please try the following CSS:
.home .hero-content:first-child article { background-color: transparent!important; border: none!important; box-shadow: none!important; }You can change the text color and size using this CSS instead:
.home .hero-content:first-child article { background-color: transparent!important; border: none!important; box-shadow: none!important; color: #fff; font-size: 15px; } -
-
- The topic ‘Motif Theme – Is there a transparent background for Front Page Text?’ is closed to new replies.