• Resolved gooalgenie

    (@gooalgenie)


    Hey Team,

    You have most amazing and easy to use plugin Love it:

    But I am facing following issues:

    1. Domain not Publisher approved Domain – Please approve my domain

    2. I have a Dark theme and trying to set this CSS in customizer but not supporting:

    .seekbar.svelte-1476ycc.svelte-1476ycc {
    height: 6px;
    background: #8c50ec;
    border-radius: 5px;
    }
    .root.svelte-1udxy7x {
    border: 1px solid #8c50ec;
    border-radius: 0px;
    padding: 13px 35px 20px 35px;
    }
    .label.svelte-pob9g3 {
    height: 14px;
    font-size: 12px;
    color: #eab00c;
    padding-bottom: 3px;
    font-family: ubuntu;
    text-transform: capitalize;
    font-weight: 500;
    }
    .button .button.svelte-64px62 {
    border: 3px;
    width: 52px;
    height: 52px;
    }
    .main.svelte-3xsz8f.svelte-3xsz8f {
    grid-template-columns: 60px 1fr;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author AudioPlace.me

    (@edge226)

    Hi gooalgenie,

    To get your domain approved, log in to audiate.me and add your domain to the domain list in your account management panel.

    The widget is encapsulated in shadow DOM, so that it won’t be affected by external CSS.

    If you still want to edit the widget style you need to use CSS parts

    For example, to change the color of the seekbar add this css:

    audiate-me::part(seekbar) {
        background: red;
    }

    The supported CSS selectors are:
    audiate-me::part(root)
    audiate-me::part(button)
    audiate-me::part(seekbar)
    audiate-me::part(label)
    audiate-me::part(time)

Viewing 1 replies (of 1 total)
  • The topic ‘Domain not publisher approved + Dark Theme CSS styling’ is closed to new replies.