Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1331776

    Hi team, I am trying to have title box in blue and then the content on white with blue letters. Can we apply that using CSS ? I tried and the content is always taking the title box background. this is my test page. Thanks G

    #1331805

    Hey aruizhuidobro,

    Thank you for the inquiry.

    Yes, the custom background color is going to be applied to both toggle title and the toggle content. To adjust the style of the toggle title directly, try to use this css code.

    #top .togglecontainer .av_toggle_section .single_toggle .toggler {
        background-color: #9cc2df;
        color: #fbf3e4;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.