Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1437034

    Dear Support Team

    I have just carried out the ENFOLD THEME UPDATE for the customer website https://www.chateau-immobilie.de/, everything worked fine in the backend.
    Only when checking the website in the FRONTEND, incorrect color settings now appear for all buttons (button line / button across the entire width / …) and this on all pages of the website!

    Here is an example for the HOME page:
    1. in the third section with the heading “Immobilienvermittlung in der Region….” (see screenshot https://osmosis.de/support/sr/01-buttonscreen.png) the buttons created as transparent are now all displayed in black. ??? The following is set in the backend:https://osmosis.de/support/sr/01-button.png

    2. the button at the bottom across the entire width is now displayed in light gray: see screenshot: https://osmosis.de/support/sr/02-buttonscreen.png However, the settings in the backend are as follows: https://osmosis.de/support/sr/02-button.png

    It’s the same as in the 2nd example because the color settings are correct!
    I have already deleted all caches umpteen times, but this view remains.

    What can I do?

    Best regards, Diana

    Translated with DeepL.com (free version)

    #1437151

    Hey Diana,

    You have this added in Quick CSS:

    #top.page-id-206 .avia-button.avia-color-light {
      color: #fcf7ea;
      border: 1px solid #2a3137 !important;
      background: transparent;
    }

    Please try removing it.

    Best regards,
    Rikard

    #1437152

    Hi,

    …and this:

    #top #wrap_all .avia-slideshow-button, #top .avia-button {
      background-color: rgba(0, 0, 0, .4) !important;
    }

    Best regards,
    Rikard

    #1437175

    Yes, thank you very much! The tip helped me a lot.
    The script
    #top #wrap_all .avia-slideshow-button, #top .avia-button {
    background-color: rgba(0, 0, 0, .4) !important;
    }
    because I wanted the button at the top of the slider to be transparent black. I have now given the SLider a class and adapted the script:
    .slider.avia-slideshow-button, .slider.avia-button {
    background-color: rgba(0, 0, 0, .4) !important;
    }

    Now everything is correct again! Perfect
    Many thanks for your great support! Diana

    #1437195

    Hi,

    Great! Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Wrong color display of buttons after theme update’ is closed to new replies.