Tagged: blog post, post slider
Hi.
I’m trying to add a background and a border to the Blog Post (or Post Slider) element/shortcode, I’ve been using this CSS:
.slide-entry {
background: #f6f6f6;
border: 1px solid rgb(160, 160, 160);
}
Which works fine, but also applies it to the Partner Logo element, which I don’t want.
Can anyone let me know the css reference I need to only apply this change to my blog post element?
Thanks
Hi theitguide!
Please try changing your code to following one
article.slide-entry {
background: #f6f6f6;
border: 1px solid rgb(160, 160, 160);
}
If that does not work, please post the link to your page
Best regards,
Yigit
Perfect, thank you!
Hi!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit