Titles for featured content
Hi.
How can I remove the styling in the Featured Content titles? I don’t want the links italicized and I don’t want them underlined. I would also like space underneath the titles. (My goal is to have the titles look like yours in https://catchthemes.com/demo/catch-responsive/) The last 2 lines of this CSS code do not work. What am I doing wrong?
#featured-content .entry-title {
display: inline;
color: #aed651;
font-size: 15px;
text-decoration: none;
padding-bottom: 10px;
}
ALSO, why are slugs appearing in the excerpts of the Featured Page widgets? (The Featured Post widget is okay.)
Alice
https://wellnesswarriorsboston.org/featured/
P.S. I had to include the display:inline code because the titles weren’t showing up at all.