Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129606
    abisbee
    Participant

    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.

    #129627
    tikaram
    Keymaster

    @abisbee : Go to Appearance => Customize => Additional css and add the following css for featured content titles.

    #featured-content .entry-title a {
    	font-style: normal;
    	text-decoration: none;
    	font-size: 24px; 
    	margin-bottom: 10px;
    }

    Can you please explain a bit more about the slugs appearing in featured page widgets? If you are trying to mimic the link as in the demo content that doesn’t happen with post and pages. Let me know if you have any more issues.

    Regards,
    Tikaram

    #129646
    abisbee
    Participant

    PERFECT! Exactly what I needed, Tikaram. Thank you.

    As for the slugs appearing in the widgets – it turns out that I was using text instead of titles in my page content. Once I fixed that, all was well. Sorry for the false alarm.

    Alice

    P.S. This really is a wonderful theme. I truly appreciate how you and your team have provided the help I’ve needed to take full advantage of the theme. You guys rock!

    #129751
    tikaram
    Keymaster

    @abisbee :Glad to know that the issue has been solved. Have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Titles for featured content’ is closed to new replies.