Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #861206

    In the Accordion element is there a way to make it so that when one tab is open/active the title (or background color) for tha specific open tab is different than the rest? I have tried everything I can think of and every time it changes the colors for all of the tabs not just the open / active one.

    Here is the site is question
    http://hotspotcreative.ca/testsites/rwr/site/resources/

    For example, when the Retirement Transition Tab is open I’d like for the title that says Retirement Transition to be #f16423

    #861278

    Hey Chris,

    Please, I could not find the accordion element. Can you provide the link with this element?

    Best regards,
    John Torvik

    #861301

    Sorry. I have it so that it only shows on screens less than 768. You’ll need to resize the browser window.

    #861468

    I got it figured out.

    .main_color .toggler.activeTitle {
    font-weight: bold;
    color: #f16423;
    }

    #861507

    Hi,

    Great, glad you got your code working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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