• Hi, great theme thanks for your work.

    Is there a way to remove the post title text from content slider with custom CSS?

    It’s bold white text that sits in the center of the slider.

    Thanks,
    RPC

Viewing 1 replies (of 1 total)
  • Theme Author Cockatoo

    (@elevate360)

    Hi there,

    Thanks for using our theme.

    You can add this CSS code at customizer > Additional CSS

    
    #featured-content .entry-title {
        display: none;
    }
    
    • This reply was modified 7 years, 11 months ago by Cockatoo. Reason: code tags
Viewing 1 replies (of 1 total)

The topic ‘CSS – Remove Content Slider Text?’ is closed to new replies.