New Landing How can we help? Themeforest Theme Support Dante Accordion Border Styling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #108397
    drhilton
    Member
    Post count: 21

    Hi there,

    I want to style the Border of the Accordion in another Colour for the active (clicked) entry. I tried to find the styling with the Developer Tools, but there is no border styling but it has a gray colour. Where to find the handler?

    Kind Regards

    Sebastian

    #108427
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m getting a 404 on that page, please can you check?

    – Kyle

    #108499
    drhilton
    Member
    Post count: 21
    This reply has been marked as private.
    #108510
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb_accordion .spb_accordion_section {
      border-color: #111111;
    }

    – Kyle

    #108516
    drhilton
    Member
    Post count: 21

    Hi Kyle,

    thx for your solution, but I dont want to change the color of the border for not activate Accordions. Only for the one that is Active and displayed in full…

    Ideas?

    Kind Regards,
    Sebastian

    #108532
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .spb_accordion .spb_accordion_section {
      border: none;
    }
    .spb_accordion .ui-state-active, .spb_accordion .ui-state-default {
      border: 1px solid #eaeaea!important;
    }
    .ui-accordion-content-active {
      border: 1px solid #111111 !important;
      margin-top: -3px;
    }
    

    – Kyle

    #108539
    drhilton
    Member
    Post count: 21

    Hi Kyle,

    thx for your support. With a little Tuning of your Code it works now just the way I wanted it!

    THX

    #108544
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great

    – Kyle

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 one of the following items
Login and Registration Log in · Register