Hi,
How can i remove the top left red box with the category name at the Focus Slider.
Thanks,
1 Answers
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 !
Please login or Register to submit your answer