Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1351244

    I have tried multiple variations of color settings on the accordion and can’t find a way to get a different background color for the content section.

    It currently looks like this: https://nimb.ws/RxnrXG

    I want the content section to be white. See link in private content.

    #1351271

    Hey Tiffany,

    Thanks for the screenshot. Could you post a link to where we can see the actual elements as well please?

    Best regards,
    Rikard

    #1351272

    Please see link in private content

    #1351330

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .toggle_wrap .toggle_content {
        color: #000;
        background-color: #fff;
    }

    Best regards,
    Rikard

    #1351423

    I tried that as well as

    .toggle_container .toggle_content {
          color: #000;  
          background-color: #ffffff;
    }

    Any other suggestions?

    #1351431

    Hi,

    Please try this CSS instead:

    .toggle_wrap .toggle_content {
        color: #000 !important;
        background-color: #fff !important;
    }

    Best regards,
    Rikard

    #1352670

    That worked! Thank you very much!

    #1352696

    Hi tiffanytnttobol,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Accordion Toggle Content Color’ is closed to new replies.