Classic slider twitter embed issue

Hello,

Couldnt find the solution to this issue on forum.

I have created classic slider and embedded twitter posts.

Im getting various grey padding below the post once the slide changes.

Could you advise solution to this issue


image

Hello Haz,

Thanks for posting in! The grey color could be a background color of your slides or the slider itself. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Regards.

Sure, im attaching it in the secret note

Hello Haz,

It seems that you are using a custom CSS. When I check the page in questioned, I noticed that there is this code:

.x-flexslider {
    width: 100%;
    margin: 0 0 1.5em;
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
}

If you can update it and change the code into transparent, the grey color should disappear on the page.

We would love to know if this has worked for you. Thank you.

Unfortunately i was not able to find that CSS code anywhere

Hello Haz,

It turns out that you are using Renew and in Renew stack, the classic slider has a default background color. To get around this, you will need to override the background color with custom CSS. You need to add CSS code into X > Theme Options > CSS .

.x-flexslider {
  background: transparent;
}

You must delete the cache from Autoptimize and WP Fastest Cache plugin.

Please apply the code and check your site after.

1 Like

Beautiful
image
Thank you so much, you guys are the best!

You’re welcome!
We’re glad we were able to help you out.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.