Slide – Background colour
-
Hi there!
My blog is http://ateaoscem.comI have a slide with images at the top of the blog.
Each image is an article / post.
So, when I put a background color in the area of the posts, the pictures slide stays with the same color.
However I want the slide to be transparent in the background, and with the same dimensions.I have this
.featured-posts-wrapper {
margin: 0 0 50px;
background-color: transparent !important;
border: 3px solid #792900;
}.post {
border: 3px #792900 solid;
background: #FFFFFF;
}How can i solve this?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the sticky class to focus on the background of the slider without changing the background of the other posts on your blog. Here is the CSS you can use to do that:
.sticky { background: none; }Please let me know how this works out for you!
-
-
- The topic ‘Slide – Background colour’ is closed to new replies.