Customizer supercedes CSS editing
-
I would like to put a lateral gradient background in my header. I am using a Portfolio Press child’s theme and add the code: ‘
#branding {
background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(65,81,106,1)); /*Safari 5.1-6*/
background: -o-linear-gradient(right, rgba(255,255,255,0), rgba(65,81,106,1)); /*Opera 11.1-12*/
background: -moz-linear-gradient(right, rgba(255,255,255,0), rgba(65,81,106,1)); /*Fx 3.6-15*/
background: linear-gradient(to right, rgba(255,255,255,0), rgba(65,81,106,1)); /*Standard*/
} ‘
to the CSS.
The new code works in trial on Firebug, but when I put it in the editor the change does not happen. Firebug shows the new code struck out and superceded by whatever I have in the customizer. How do I over ride the customizer? Thank you.
The topic ‘Customizer supercedes CSS editing’ is closed to new replies.
