Tagged: color sections
Hi all,
With the newest update ALL of my color sections (colors) have stopped working. I have gone into each page and tried to manually change the color however the correct color is showing/chosen on the backend but not on the live site.
Can you assist please – my site colors are ALL wrong as I use color sections all throughout my website. They should be black as is chosen on the backend.
Website + log-in details are below!
Thanks in advance for any assistance!
Hey Blanche,
Thank you for using Enfold.
The login did not work.
But you seem to use custom CSS:
#main .container_wrap{
background-color:transparent;
}
This is overriding our stylings we moved from inline style to a post css file since 4.8.4:
.avia-section.av-7hswsj-2158e82c968e2b97fb5ef1c60194f984 {
background-color: #000000;
}
Change your styling to:
#main .container_wrap :not(.avia-section) {
background-color:transparent;
}
Best regards,
Günter
Hi Günter,
Thank you for the note.
I removed the old css:
#main .container_wrap{
background-color:transparent;
}
and added:
#main .container_wrap :not(.avia-section) {
background-color:transparent;
}
However that did NOT seem to change the color sections back to black as they should be. I also reset the password (below) so hopefully you can log-in now. Please let me know your thoughts.
Appreciate your help!
Thanks!
Hi,
Did you clear your browser cache – I have black sections, our selector is used and I do not see any #main .container_wrap selector for the sections ?
Also try an incognito window.
Best regards,
Günter
All works perfect now, Günter!
THANK YOU!!!!