More Article Box

Posted in: Newspaper
Post count: 131

Hi..

I would like to replace the post with Facebook Like box in MORE ARTICLE BOX can you please help me with it.

Thanks!

Post count: 23312

Hello Sayeed,

Unfortunately, our theme does not have such option with Facebook Like box in More Article Box. If you want to achieve this, it is necessary to alter the code in the file core -> http://screencast.com/t/k6VpfVQuSyEX and make the properly customization and it requires custom work. If you are not aware the steps in this regard, please consider hiring a freelancer/developer from Envato to implement this functionality in our theme for you because we cannot provide custom services at the moment, sorry!

Thank you for your understanding!

Post count: 131

Hi…

Thanks for the reply!

Few more queries.

1. How to disable the the More Article Box for desktop
2. How can I hide the title “More Stories” from the the article box and make the “X” little smaller.

Thanks!

Post count: 131

I was able to disable the title.. 🙂

But still few things I couldn’t do.

1. How to hide MORE ARTICLE BOX on desktop
2. How can remove the space bellow the title in the More Article box? http://imgur.com/EBihWmu

Thanks!

Post count: 23312

Hello Sayeed,

If you want to hide the More Article Box for Desktop version, please try the code below and add it in Theme panel like in this image -> http://screencast.com/t/IUyMu7xvu

.td-more-articles-box {
display:none;
}

If you want to decrease the space below the title in the More Article Box, please try the code below and add it in Theme panel->Custom CSS area like this -> http://screencast.com/t/obtLEeHjc

The code is ->

.td-more-articles-box-title {
margin-bottom: 5px;
}

The result you should see here -> http://screencast.com/t/ANyGXR68

Thank you for the message!

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