Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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!

    #1313578

    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

    #1313740

    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!

    #1313916

    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

    #1314541

    All works perfect now, Günter!

    THANK YOU!!!!

    #1314629

    Hi,

    Glad we could solve the problem.

    Enjoy the theme and have a great day. Feel free to come back when you need further assistance.
    I will close this thread for now.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color Sections + Boarders NOT working! Please help!’ is closed to new replies.