• Dear all,

    The custom color for the button widget is not working for me.

    All the predefined colors are working.

    Is it a bug or has someone an idea how I can fix this?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author livemesh

    (@livemesh)

    Looks like the custom CSS generated is no longer taking effect. Will have this fixed in upcoming update. Meanwhile, if someone needs custom color, they need to use CSS –

    .lsow-button-wrap .lsow-button { background: #96a83f; }
    .lsow-button-wrap .lsow-button:hover { background: #6c792e; }

    Thanks for bringing this to our attention.

    Thread Starter Jonas Lismont

    (@jonaslismont)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Button Color’ is closed to new replies.