New Landing How can we help? Themeforest Theme Support Flexform Toggle within toggle

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #3701
    deaconpt
    Member
    Post count: 47

    Hello,
    I am having problems with the toggle element.
    I wanted to create something similar to this:

    Main toggle
    > sub toggle 1
    > sub toggle 2
    > sub toggle 3

    But I couldn’t do it properly. Please check the attached image please. What am I doing wrong?

    Thank you.

    #3827
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    This isn’t supported as standard. You’d be better off trying to have an accordion within a toggle.

    – Ed

    #3842
    deaconpt
    Member
    Post count: 47
    This reply has been marked as private.
    #3947
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    Accordions don’t have tabs, that won’t work. Have you tried Ed’s suggestion?

    Tried to access that link, but it won’t load…

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4069
    deaconpt
    Member
    Post count: 47

    Hello,

    I figure out a solution for our needs.

    But I still have  a question regarding the accordion element. I was able to change the default background colour, but I can’t find a way to change the colour when the accordion is on the active state.

    Do you have any idea how to do it?

    Thank you.

    #4197
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Custom CSS:

    .wpb_accordion h3.ui-accordion-header:hover a, .wpb_content_element .ui-widget-header li:hover a {
      background: #FFCC00 !important;
      color: #000 !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #4242
    deaconpt
    Member
    Post count: 47

    Hello,

    That didn’t help, that’s only when it’s on ‘hover’ state.

    I need when the  ‘accordion’  is open. (see attached img)

    #4293
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Ah, sorry, misunderstood.

    Try this instead:

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .wpb_accordion .wpb_accordion_section > h3.ui-state-active a {
      background: #FFCC00 !important;
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register