Jump to content

Modifica CSS


gioreva

Recommended Posts

Buongiorno.

Nella versione mobile, in torno al logo è bianco invece che arancione.
Se dentro a <div class aggiungo stile funziona.
Come devo modificre i css per renderlo effettivo ?
Se scrivo così, con o senza punto, non funziona.


top-logo {
    background-color: #f1bc00
}
 

image.png.22021bc9d95bcd358f9b12018abf9f85.png
image.thumb.png.36eb7f631c5766cff819407d5aba7a9a.png

Link to comment
Share on other sites

Risolto

 

/home/web/gevaelettronica.it/subdomains/shop/htdocs/NUOVO/themes/classic/assets/css/theme.css

dentro a

@media

    #header .header-nav {
        background: #f1bc00;
    }
    #header .header-nav .top-logo {
        background: #f1bc00;
    }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...