background image in menu bar

Hi leandro,

In this case you can add it by css so that the header is not saturated, and the load of your website.

header#main-header {
background: rgb(117,170,219);
background: linear-gradient(
180deg
rgba(117,170,219,1) 0%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 60%, rgba(117,170,219,1) 100%);
}

The problem with this is that the white of the flag makes the menu not visible and you would have to add a color to it. You can also add this code for this:

div#et-top-navigation a {
colour: #87b5e0;
}

Check and tell us.

Greetings 🖐️

Answered: 06/05/2021 1:28 am

See also  What is a newsletter and how can you design it yourself? -
Loading Facebook Comments ...
Loading Disqus Comments ...