Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #418782

    Hi,

    I was wondering if you could help me with the changing the accordion background colour for the title tabs and the content background and also making the accordion tab text black and bold with 2 font size above the default size. Attached is a screenshot.

    Thanks

    #418786
    This reply has been marked as private.
    #418802

    Hey!

    Please add following code to Quick CSS

    p.toggler {
      color: black!important;
      font-weight: bold;
      background-color: white!important;
    }
    .toggle_content {
      background-color: white!important;
    }

    Cheers!
    Yigit

    #418979

    Thanks. it worked.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘accordion’ is closed to new replies.