[Support request] Box shadow only in Blog Post

Home Forums Support [Support request] Box shadow only in Blog Post

Home Forums Support Box shadow only in Blog Post

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

    Hello GP Team!!

    I am using the following code to place a decoration on the links of the post:

    .entry-content a {
    box-shadow: inset 0 -3px 0 #2dcbdb;
    }

    but I cant remove that decoration from the titles of the posts in home. It’s worth saying that those posts in Home are placed with the Elementor plugin.

    My website is VanesaJackson.com

    Thanks for your help!

    #502124
    Leo
    Staff
    Customer Support

    Hi there,

    Try editing the CSS to this:

    .single .entry-content a {
        box-shadow: inset 0 -3px 0 #2dcbdb;
    }

    Let me know if this helps.

    #502194
    vanesajackson

    Yes!! this help a lot! so much thank you!! you are awesome! ๐Ÿ˜€

    #502293
    Leo
    Staff
    Customer Support

    Glad I could help ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.