Help to fix the load problem menu

Posted in: Newspaper
Post count: 42

Hello, my menu load first total back (demo load menu) and than the right background.
Could someone help me to change the right code att CSS childtheme?
http://www.magazinefeminina.com/

Post count: 42

I don’t know why, now the background don’t load anymore.

I Would like to have a menu like this:

.td-header-style-5 .td-header-top-menu-full{
background-color: #eb1583;
background: url(//www.magazinefeminina.com/wp-content/uploads/2017/02/background.png),
linear-gradient(to right,rgba(255,15,127, 0.8),rgba(77,25,89, 0.8));
}

But css code its not working anymore =( But on the floater, same code is working well.

Can you help me?

Post count: 22421

Try the code like so:
.td-header-menu-wrap{
background-color: #eb1583;
background: url(www.magazinefeminina.com/wp-content/uploads/2017/02/background.png),
linear-gradient(to right,rgba(255,15,127, 0.8),rgba(77,25,89, 0.8));
}

As for the black loading, this happens when there are more rewrites to the css. Css works in cascades. You will have to leave the menu color on default if you plan on changing it with css and not overwrite it from the theme panel with one color and then add another through css.
If too many rewrites are applied to a css code you will be able to see each one happen as css will have tyo load the code over again to apply your change and in most cases if the rewrites are more than 2, you will be able to see the changes.

I hope this helps.
Thank you!

Post count: 42

It Works, thank you.

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