How can I make borders to mobile header ?

Posted in: Newspaper
Post count: 312

Hi how can I make borders to mobile header ?

I was forced to include borders in my image but it’s not a good idea. I prefer real borders with css.

lowtechnation.com/?amp

Thank you

Kind regards

Post count: 312

.td-header-wrap {
border-bottom: 15px #3d3535!important;
border-top: 15px #3d3535!important;
}

I found this, but it only works when I use solid black

Post count: 35449

Hi,

Please try like this:
#td-outer-wrap .td-header-wrap {
border-bottom: 15px solid #3d3535!important;
border-top: 15px solid #3d3535!important;
}

Also if you set a border you must set a value for it as solid/dashed … you can check more in this guide -> https://www.w3schools.com/css/css_border.asp

Thank you!

Post count: 312

Thank you

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