Tagged: color sections
-
AuthorPosts
-
July 30, 2021 at 10:03 pm #1313519
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!July 31, 2021 at 10:37 am #1313578Hey 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ünterAugust 1, 2021 at 9:36 pm #1313740Hi 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!
August 2, 2021 at 1:21 pm #1313916Hi,
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ünterAugust 5, 2021 at 1:42 am #1314541All works perfect now, Günter!
THANK YOU!!!!
August 5, 2021 at 11:51 am #1314629 -
AuthorPosts
- The topic ‘Color Sections + Boarders NOT working! Please help!’ is closed to new replies.
