• Resolved mattroyle

    (@mattroyle)


    Hi there

    Does anyone know how to specify a background colour for the layer menu title. I have quite a few colour options that require a scroll bar. When you scroll down through the options, it becomes apparent that the layer title background is transparent and you end up with text on top of text, which looks messy. Any thoughts would be much appreciated.

    Cheers

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi Matt,

    Here’s a CSS fix for this issue:

    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.layer-choices-title {
        background: var(--mkl_pc_color-dark);
    }

    I’ll also fix this in the theme, but for now you can use that.

    Marc

    Thread Starter mattroyle

    (@mattroyle)

    Thanks Marc, that has sorted the issue out. Really appreciate the support.

    Cheers

    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layer title background transparent’ is closed to new replies.