Questions about top bar style

Posted in: Newspaper
Post count: 80

Hey there,

As shown in IMG 1, my website’s top bar is based on a predefined style, however, I want to check if it is possible for the TOP BAR to have a style similar to https://demo.tagdiv.com/newspaper_health/. Where I can implement a line below the top bar, instead of a background colour. Much help is appreciated!

IMG 1: https://1drv.ms/i/s!Ai3uwVtbSehutfsLmlVNXcfJvo47EQ
IMG 2: https://1drv.ms/i/s!Ai3uwVtbSehutfsMtECIyI-NeUrR6g

Post count: 22421

Hello,

The underline for the tob bar can be added using a custom css. Try this code in the theme panel->custom css box:
.td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0;
margin-bottom: 20px;}

Thank you!

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