Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1340660

    Hi,
    i put a new colour in the coloursection but it will not be shown. i just see the main background that is set normally for all pages.
    Can you help me with that?

    Thanks a lot,
    rixi

    #1340678

    Hey rixi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1340681
    This reply has been marked as private.
    #1340833

    Hi,

    Thank you for the update.

    This css overrides the custom background color of the color section.

    .main_color {
        background: #ffffff url(https://www.site.de/wp-content/uploads/2022/02/silber-schmal.jpg) center center repeat scroll;
    }

    Did you add the css in the Quick CSS field, or is it set as the default main content background? Please try to disable the Performance > File Compression settings temporarily, purge the cache, then check the page again.

    Best regards,
    Ismael

    #1340875
    This reply has been marked as private.
    #1341195

    Hi Rixi,

    Thanks for the information. I could reproduce the issue in older versions as well and reported the issue to our devs.

    As a temporary workaround, please edit your Color Section where you would like to override the background image and give it a custom CSS class “bg-section” in Advanced > Developer Settings. I already added following code to Enfold theme options > General Styling > Quick CSS in your installation so currently it works as expected with custom CSS class

    .bg-section.main_color { background-image: unset; } 

    Best regards,
    Yigit

    #1341199

    Hi Yigit,
    perfect :))))) Thanks a lot! Big help for me!

    Many greetings rixi

    #1341200

    Hey,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

    #1342733

    Hi Rixi,

    For your information, our devs have fixed the issue and it will be included in upcoming version :)

    Best regards,
    Yigit

    #1342735

    Hi Yigit,
    great, thanks a lot!

    Many greetings
    rixi

    #1342736

    Hi,

    You are welcome :)

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Coloursection colour is not shown’ is closed to new replies.