Jaysarie Gundran
asked 9 years ago

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
DominicStaff
answered 9 years ago

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,

jaysa
replied 9 years ago

Thanks Dominic

Powered by DW Question & Answer Pro