child theme

Posted in: Newsmag
Post count: 280

Hello

How to install childe theme? and what is the file path?

Thanks

Post count: 23312

Hello Lewis,

Check our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Post count: 280

Thanks man

any chance to make newsmag animals layout slider with out read more button and category tags?

http://prnt.sc/ew1nr5

Post count: 23312

Hello Lewis,

Please notice that our animals demo uses the block style 12 which uses the Read more button to link the entire post content. So, if you want to remove this, you should change the block from your backend or also, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td_block_12 .td-read-more{
display:none;
}

The result is here ->https://www.screencast.com/t/utbinQYAY

Regarding on category, tag, notice that you can hide them from Theme panel, according to your blocks/modules used by you, from here -> https://www.screencast.com/t/SAoaTV89b2

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.