Remove Black Box around Slideshow
-
Hi, I would like to remove the black box around the slideshow on the following page: https://jm2capital.wordpress.com/strategy/
Ideally I would like it to look something like this: https://www.jm2capital.com/strategy
Any CSS help would be appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi there, on the site you reference, I see you have used the following CSS to remove the border and remove the background color.
.slideshow-window { border:none !important; background-color:rgba(0,0,0,0) !important; padding-bottom:75% !important }Let us know if you have additional questions.
-
-
Hi, we can widen the entire parent content area with this. It’s about the best we can do.
.page-id-3 .site-content .content-area { width: 100%; }
- The topic ‘Remove Black Box around Slideshow’ is closed to new replies.