Remove Smooth Scrolling & visual Composer error

Posted in: Newspaper
Post count: 7

I love this theme but there are a few things that I want to remove from the theme. I am using Newspaper child theme. These are the following things that are causing problems for me:

    1: I personally don’t like the smooth scrolling effect. How Can I remove it from via child theme.
    2: I want to remove the read more button.

    Please provide the support asap.

Post count: 7909

Hi,

1. If you want to remove smooth scrolling please follow this topic: https://forum.tagdiv.com/topic/remove-smooth-scrolling/#post-23634 Unfortunately this cannot be removed using child theme.

2. You can use custom css to hide the read more button in Theme Panel > Custom Css: http://screencast.com/t/rGVfaCnw4

.more-link-wrap{
display: none;
}

Also you can remove it from the code if you don’t want to use css: http://screencast.com/t/l8K0UzXE

Thanks!

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