Hi,
That’s your website -> https://www.screencast.com/t/duLRJnLQJW? I cannot do anything, sorry! Provide a valid URL so we can take a closer look at it.
Thanks.
Hi,
We could try a more general code and see if it works for you. Something like this
– https://www.screencast.com/t/QgFM5nt3fU9u
The code will add a border bottom to the top menu and main menu, all the values in the code can be changed (border size, style and color)
.td-header-menu-wrap,
.td-header-top-menu-full {
border-bottom: 5px solid red;
}
Custom codes such as this can be entered in the Theme panel->Custom CSS section. Try it and see if it works properly.
Such customization can easily be done with the browser inspector tool. Inspect the location you want to customize and identify the elements used. Then create custom code. This is a guide in the matter with some examples
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If the code does not work for you, please mention the header style used, it might need modifications.
Thanks