How to my will be dotted.

Posted in: Newsmag
Post count: 39

Hello guys, how I can edit the default <hr> in the Newspaper theme, because it is a solid line.

I want it to be dotted, thanks.

  • This topic was modified 7 years by purlp.
Post count: 23312

Hi,

Please provide your website URL and some useful screenshots with that section so I can investigate it closer.

Thanks for your understanding!

Post count: 39
Post count: 23312

Hi,

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

.td-post-content hr{
display:none;
}

Thank you!

Post count: 39

Hi Catalin, What i want on the <hr> display is to become dotted, not a line.

Post count: 23312

Hi,

Please take a look at this screen -> https://www.screencast.com/t/AhsMjhFQ5J Try to add the code below and place it in Theme panel ->

hr{
border-top: dotted 1px;
}

Thanks.

Post count: 39

Hi @Catalin, I implemented this why its look like two lines. https://snag.gy/G9v6rE.jpg

Post count: 23312

Hi,

Please check the code below and place it in Theme panel -> Custom CSS Area and check the results. The code is below ->

hr{
display:none;
}
.td-post-content p{
padding-bottom:26px;
border-bottom: dotted 2px;
}

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

Thank you!

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