Article Display View

Posted in: Newspaper
Post count: 59

Hello,
I am interested if it is possible to edit article modules?
for example, im my website, http://siteww.com/ , I want to add “Read More” button to the articles that are displayed in categories ( I am using module 19 ). See the screenshot:

Post count: 23312

Hello hellonikoloz,

Please try using the code below and place it in Theme panel -> Custom CSS area.

.td-week .td_module_19 .td-read-more {
display: block;
}

Thanks.

Post count: 59

Thank you so much,

its font and color should be changed through Theme panel > Theme Color/Theme Fonts or i should use custom css to change it?

Post count: 23312

Hello hellonikoloz,

All the settings which can be made from Theme panel do not require to be overwritten from Custom CSS code.

Thanks.

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