Site logo

Archived topic

Box shadow only in Blog Post

3 replies · Started by vanesajackson on February 21, 2018

Viewing posts 1–4 of 4

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!

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.

Yes!! this help a lot! so much thank you!! you are awesome! :D

Glad I could help :)

This archived topic is closed to new replies.