Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #513789

    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

    #513798

    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

    #514324

    Perfect, thank you!

    #514412

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adding a Background and Border to the Blog Post Element’ is closed to new replies.