Home Forums Pro Themes Kids Education Pro Author

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #98596
    A Miretskiy
    Participant

    Hi, how can I remove the author of the page and his photo? “Admin” in my case.
    http://finburg.fun/tp-course/%d1%84%d0%b8%d0%bd%d0%b1%d1%83%d1%80%d0%b3-%d1%8d%d0%ba%d1%81%d0%ba%d1%83%d1%80%d1%81%d0%b8%d0%b8/

    #98601
    wensolutions
    Keymaster

    Hello,

    Please add the below given CSS code by going to Admin Panel > Appearance > Customize > Additional CSS to remove the requested section.

    .about-author{
    	display:none;
    }

    Hope this helps.

    For any further query/confusion, feel free to reach back to us.

    Best Regards!

    #98608
    A Miretskiy
    Participant

    Thanks. And how can I remove date, likes and comments too?

    #98609
    A Miretskiy
    Participant

    One more question. How can I make the team not clickable?

    #98611
    wensolutions
    Keymaster

    Hello,

    To remove date, likes and comments, please add the below given CSS :

    p.entry-meta {
        display: none;
    }

    To make the team not clickable, please add the below given CSS :

    .team-img {
        pointer-events: none;
    }

    Hope this helps.

    For any further query/confusion, feel free to reach back to us.

    Best Regards!

    #98999
    A Miretskiy
    Participant

    Hi, thanks. And how can I make a feature block not clickable?

    #99249
    wensolutions
    Keymaster

    Hello,

    Add below given CSS to remove the link.

    .featured-item a {
        pointer-events: none;
    }

    Hope this helps.

    Thank you.

    #99270
    A Miretskiy
    Participant

    Thanks. One more question: how can I make a slider not clickable?
    Finburg.fun

    #99272
    wensolutions
    Keymaster

    Hello,

    Add below-given CSS.

    #main-slider .black-overlay {
        pointer-events: none;
    }

    Hope this helps.

    Thank you.

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