Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design overwrite inline CSS Reply To: overwrite inline CSS

#257556
VeroMezo
Participant

I made a try with double a, didn’t move a hint

my guess is I am not calling properly the section,

html code is :

.site-branding { padding:75px 0; }
.header-image { height:300px; }

.branding-wrapper { background-color:#fff}
.main-navigation { background-color:#fff}

in the tuto code some text is between brackets…
that’s the example:

div[style] {
background: yellow !important;
}

to override :

The inline styles for this div should make it red.