New Landing How can we help? Themeforest Theme Support Dante Accordian Tab and Box Color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #140340
    tsimarketing
    Member
    Post count: 267

    I have attached two screenshots of the accordian tab not opened and the accordian box when it is opened. I would like to make sure the accordian tab and the box, once opened, are white. Because I have the accordian over a blue background sometimes and right now they must be transparent because you can see the blue through the accordian and I don’t want that. I have looked through the forum but none of the codes worked for me.

    Attachments:
    You must be logged in to view attached files.
    #140374
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Where’s the accordion?

    – Kyle

    #140404
    tsimarketing
    Member
    Post count: 267
    This reply has been marked as private.
    #140446
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .spb_accordion .ui-accordion .ui-accordion-content {
      background-color: #ffffff;
    }
    

    – Kyle

    #140468
    tsimarketing
    Member
    Post count: 267

    That helped with making the accordian content area white. But is there also a code for making the tab itself white when it’s not opened?

    #140470
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code also:-

    .spb_accordion .ui-accordion .ui-accordion-header {
        background: none repeat scroll 0 0 #ffffff !important;
       
    }

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.