William Wolf
asked 10 years ago

Hi, 
How can i remove the top left red box with the category name at the Focus Slider. 
Thanks,

1 Answers
DominicStaff
answered 10 years ago

Hello William ! 
To remove the Category box on the top left in the DW Focus, you can do as the following:
1. Install the Jetpack by WordPress.com plugin.
2. Setting Jetpack then enable the Custom CSS feature.
3. Move through Appearance > Editor Css, add the following code:

.news-slider .carousel .carousel-inner .entry-category {
    display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro