Tagged: x
-
AuthorPosts
-
May 14, 2016 at 11:07 pm #991829
festifly-adminParticipantHello again,
So I have my revolution slider set up with the hero slide. I uploaded and inserted an image using the revolution slider tab within WP. the images look fine at 100% opacity when I insert them- however, when I view the site, the image has a black transparent overlay on it.
I can’t figure out where these overlays are coming from. Is this a setting within the revolution slider tab I’m missing? Or somewhere else? I just want them to appear as 100% opacity. I may want to target these with custom CSS at some point, so if you could tell me what item to target that would help as well.
You can take a look using my provided info. The hero is the second thing you’ll see when you preview the page (a girl wearing white pointing at a video). Thanks
May 14, 2016 at 11:09 pm #991831
festifly-adminParticipantThis reply has been marked as private.May 15, 2016 at 2:29 am #991952
Nabeel AModeratorHi there,
Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.rev_slider .slotholder:after { background: transparent !important; }Let us know how this goes!
May 15, 2016 at 3:37 pm #992589
festifly-adminParticipantI’m sorry but when I entered that code no change took place.
Is there another avenue we can take?May 15, 2016 at 9:29 pm #992933
RadModeratorHi there,
You have existing CSS that has no proper closing bracket.
@media (min-width:767px){ .blog .entry-featured { float: left; width: 38%; margin:2%; } .blog .entry-content.content p { width: 60%; float: right; .x-flexslider.x-post-slider { width: 74%; float: left; margin-right: auto; margin-left: auto; } .archive .x-header-landmark { display: none; } .rev_slider .slotholder:after { background: transparent !important; }@media should have proper closing, though, I’m not sure what CSS are belong to that
@media (min-width:767px) {}blockAnd
.blog .entry-content.content pshould be properly closed too, it should be like this.blog .entry-content.content p { width: 60%; float: right; } /* closing here */ .x-flexslider.x-post-slider { width: 74%; float: left; margin-right: auto; margin-left: auto; }Any incorrect declaration of CSS will invalidate all other CSS under it.
Thanks!
May 15, 2016 at 11:54 pm #993010
festifly-adminParticipantThank you that worked, I can’t believe I missed that. Thanks again…
May 15, 2016 at 11:58 pm #993015
Nabeel AModeratorGlad it worked 🙂
Cheers!
May 16, 2016 at 1:00 am #993053
festifly-adminParticipantAwe Man, the code negated the CSS opacity setting I had originally set for other slides on my site.
That’s a Bummer, is there any way to make sure the CSS I set in place for the overlay on previous slides doesn’t affect other or future slides, and vice versa?
May 16, 2016 at 1:15 am #993068
RadModeratorHi there,
If it’s specific to a page and slide, then it should be like this
.page-id-155 #rev_slider_11_2_wrapper .slotholder:after { background: transparent !important; }Thanks!
May 16, 2016 at 6:04 pm #994507
festifly-adminParticipantThat did the trick. Thank you again!
May 16, 2016 at 7:37 pm #994584
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-991829 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
