Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #422323

    Good Afternoon!
    wondering if the Toggle /Accordion mode can be styled according the the following parameters
    1 Centered Titles
    2. Background color
    3. Icon change

    AND

    4 My accordion mode isn’t working with all boxes remaining open?

    Many thanks in advance
    Chris

    #422381

    Hi fineart!

    Thank you for coming back.

    Can you give us a link to this page please? Then we can give you the correct CSS. You can post it here as a private reply.

    ad 4) Try to deactivate all plugins and reactivate one by one to check, if there is a plugin conflict.

    Cheers!
    Günter

    #422847
    This reply has been marked as private.
    #422852
    This reply has been marked as private.
    #423106

    Hi!

    Can you please try de-activating all active plugins and check if that helps? Did you add any custom JS codes?

    Cheers!
    Yigit

    #423328
    This reply has been marked as private.
    #423329
    This reply has been marked as private.
    #424021

    Hi!

    Add this to your custom CSS.

    .toggler { text-align: center !important; }
    

    It looks like your already changing the background color in your custom CSS.

    .main_color .toggler {
      align: centered;
      color: #af2323;
      font-size: 15px;
      background-color: #f2f2f2!important;
    }

    For the icons use this CSS.

    span.toggle_icon > span {
      display: none !important;
    }
    span.toggle_icon {
      background: url("URL to your icon image") !important;
    }

    Cheers!
    Elliott

    • This reply was modified 9 years, 7 months ago by Elliott.
    #424457

    Perfect, thanks Elliot!

    #424502

    Hey!

    Glad we could help :)

    Cheers!
    Rikard

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