We want to remove the words "Latest News and Updates" under the word "Blog" in the orange box in the homepage? How can I remove it WITHOUT removing the header ("Blog" in the orange box)? http://prntscr.com/96qczm
I tried to remove it through the Page>Home Page>DW Page Blog widget, but it also removed the header which has the word "Blog" in the orange box? Here’s the screenshot: http://prntscr.com/96qi38
1 Answers
Hi,
I have helped you resolve this issue, you can check the css code that I have added in the style.css file:
.section-blog .section-header .section-description {
display: none;
}
Regards,
Thanks Dominic
Please login or Register to submit your answer