Some problems

Posted in: Newspaper
Post count: 56

1-I want to delete the writing only

2- I want to delete this

3-Change this color

  • This topic was modified 9 years by adam21s.
Post count: 20688

Hi,

1. Removing the Back/Next from the smart list pagination can only be done by modifying the theme files. You can try removing the text in this file, from these locations
https://www.screencast.com/t/WtAQrsWo1w
https://www.screencast.com/t/m5LXRTQNow

2. The author box displayed on the post page, can be disabled in theme panel
https://www.screencast.com/t/ffTJUg8P20X

3. If you want to set a background color for the bottom sharing, you could do that with a code like this
https://www.screencast.com/t/CImJhWySp
The code must be entered in Theme panel->Custom Css

.td-post-sharing-bottom {
background-color: red;
}

Thanks

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