Hide Byline in News Carousel

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23568
    amjaved
    Member

    My News Byline date links don’t resolve…

    Is it possible to have the date in the Byline of the News Carousel NOT a hyperlink, or hide the Byline completely if that is not possible?

    #23571
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    #news-carousel span.published {
        pointer-events: none;
    }
    
    #23573
    amjaved
    Member

    Thanks – that worked nicely.

    Is there a way to do the same thing on the page that shows each News Item as well (after you click on details)?

    – don’t want the date or author to be hyperlinks when viewing any particular News Detail.

    #23578
    Veena
    Moderator

    You can use this custom CSS –

    .single-news .news.type-news .entry-meta {
        pointer-events: none;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.