Border lines removal in Newsmag version: 4.7

Posted in: Newsmag
Post count: 38

1. How to do i remove border lines in the Newsmag theme?
2. How do I make my website’s background white instead of current default grey?

Post count: 23312

Hi,

1)
You can try using the code below and place it in Theme panel -> Custom CSS area if you want to remvoe that boder.

.td-header-border:before{
background-color: black;
}

Check here -> https://www.screencast.com/t/e9haWVeD

2)You can use the background image if you want, set up from here -> https://www.screencast.com/t/sKyKwZZ2 or set up the color from here -> https://www.screencast.com/t/zbI2vAQSq

Thank you!

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