Transparent Background for Promo Text
-
How does one remove the background color from from the promo text field via Custom CSS?
Here’s the original code:
.fruitful_description {
float: left;
width: 100%;
min-height: 50px;
margin: 10px 0 20px 0;
position: relative;
display: block;
background: #fff;
}It’s not working to put
background: transparent;thenbackground-color: none; !important;as with the flexslider.Thanks for the help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Transparent Background for Promo Text’ is closed to new replies.
