Hide Recent Articles in Sidebar on Website but show on Mobile

Posted in: Newspaper
Post count: 76

Hi,

1) How do I hide recent articles in sidebar on website but show on mobile?

http://sansan.qriosity.com.sg/2016/01/28/why-connector-personalities-are-power-assets-for-your-company-and-how-to-identify-them/

Please give me the CSS code.

2) How to change the title of MORE STORIES to RECENT ARTICLES? Is it possible to show on mobile horizontally at the end of page?

Thanks!

  • This topic was modified 10 years by joyceloh.
Post count: 7909

Hi,

1. Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/HEuBGarTLlaZ

@media(min-width: 768px) {
.single .td-ss-main-sidebar .rpwwt-widget{
display: none;
}
}

2. I’m not sure what title you want to change, please provide more details if you did not changed already.

Thanks!

Post count: 76

Thanks!!!

for 2nd qn, don’t worry about it. I used a plugin. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.