-
AuthorPosts
-
March 12, 2024 at 11:32 am #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.png2. 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)
March 13, 2024 at 5:25 pm #1437151Hey 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,
RikardMarch 13, 2024 at 5:27 pm #1437152Hi,
…and this:
#top #wrap_all .avia-slideshow-button, #top .avia-button { background-color: rgba(0, 0, 0, .4) !important; }
Best regards,
RikardMarch 13, 2024 at 6:52 pm #1437175Yes, 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! DianaMarch 14, 2024 at 3:57 am #1437195 -
AuthorPosts
- The topic ‘Wrong color display of buttons after theme update’ is closed to new replies.