amir ali
asked 8 years ago

i want to hide or remove must read article in v 1.1.0

1 Answers
DominicStaff
answered 8 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

#under-navigation {
    border-left: 1px solid #ddd;
}
.navbar {
    border-left: 1px solid #ddd;
}
.desktop .top-news {
    display: none;
}
@media (min-width: 980px) {
.desktop .wrap-navigation {
    width: 100%;
}
}

Hope this helps !

Powered by DW Question & Answer Pro