Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #89069
    Robert
    Participant

    Hi!

    How can I remove the text under the futured thumbnails?

    http://sziszi.com/wordpress/humbnail.png

    Thanks!

    Sziszi

    #89094
    Pratik
    Keymaster

    Hi @Sziszi,

    To remove the text under the futured thumbnails, just add following code in Appearance=> Customize=> Theme Options=> Custom CSS box:

    
    #featured-content .entry-container {
        display: none;
    }
    

    Let me know if this is what you meant or not.

    Regards,
    Pratik

    #89099
    Robert
    Participant

    Hi!

    Thanks, it works!

    Sziszi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Featured thumbnail text’ is closed to new replies.