Edit Homepage Blocks?

Posted in: Newsmag
Post count: 5

Hi,

I’ve just installed the newsmag theme and used one of the prebuilt sites to get started (clear voice).

On the homepage there is a ‘Must read’, ‘hot this week’ and ‘past stories’ section. How do I edit these? Also how do I change the colour of the little underline (currently yellow).

Thanks!

Post count: 35449

Hi,
The homepage from the Newsmag voice can be edited using the tagDiv Composer -> https://forum.tagdiv.com/tagdiv-composer-tutorial-2/ -> https://i.imgur.com/Tr3f6Ed.jpg
The underline from the homepage is set with a custom css from the demo files -> https://prnt.sc/TMc7fh9DPJuS to change it you need to set another custom css for the code -> https://i.imgur.com/1FvjUdi.jpg
.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after {
background-color: red;
}

This code need to be set in the theme panel > custom code > custom css.
I hope this will help you!
Thank you!

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