• Resolved Derek

    (@kered316)


    Hi,

    Can you tell me how I would change the title background color on the accordion widget?

    Thanks!

    Derek

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Derek

    (@kered316)

    Well, I guess what I am looking for is how to change the title background color when the accordion is expanded. Right now, it is gray. Oh, and how do you change the title font color and the content font color?

    Plugin Author livemesh

    (@livemesh)

    You can do the same with some simple CSS –

    .lsow-accordion.style1 .lsow-panel.lsow-active .lsow-panel-title {
        background: #eee;
        color: #444;
    }
    
    .lsow-accordion.style1 .lsow-panel .lsow-panel-content {
        color: #888;
    }

    Replace style1 with another one if you are using a different style.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change title background color in accordion widget’ is closed to new replies.