• Resolved rod

    (@nomadarod)


    Hi,
    The background-color of the arrows of the slide changed since the last time I checked. It became with the same color as the arrows. Is there a way to change its color, or remove it completely (transparent) ?

    Thanks.
    Rod

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author eedee

    (@eedee)

    @nomadarod yes in the pro version you can. We looked at your site and it seems that your theme stylesheet sets a gray background color on buttons:

    background-color: var(--local--color-primary, var(--global--color-primary));

    So to disable it you should e.g. put the following css somewhere (e.g. the customizer):

    .eedee-gutenslider-nav {
      background: transparent;
    }

    Hope that helps.

    Plugin Author eedee

    (@eedee)

    closed after ~2weeks

    Thread Starter rod

    (@nomadarod)

    Hi @eedee sorry for the silence; life constraints.

    It work like a charm… with an “!important” added.

    I searched for the reference to apply the same transparent background to the slick dots and I couldn’t find it. Can you help?

    salutations
    Rod

    Thread Starter rod

    (@nomadarod)

    Already found it.

    Thanks for this great plugin.
    cheers

    Rod

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Arrow background color’ is closed to new replies.