• Resolved onboarddesign

    (@onboarddesign)


    Hi Mat,

    Thanks for the great plugin.

    I have some links in a footer widget on my page.
    The links all have a light background color, that covers the width of the widget.
    How can I remove this?

    Thank you, regards,
    Eelco

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

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

    (@mat-lipe)

    Hi Eelco,

    It seems you have a background coming from one of your theme’s style sheets. This one to be exact /wp/wp-content/themes/x/framework/legacy/cranium/css/dist/site/renew.css

    Adding this css to you site will override it.

    .sl-links-main.widget ul li {
        background: none !important;
    }

    This article has some tips for adding custom css to your to site if you need it.

    Cheers

    Mat Lipe

    Thread Starter onboarddesign

    (@onboarddesign)

    Thanks Mat, you’re a champion!
    For some reason I just couldn’t find this particular one ??

    Cheerio,
    Eelco

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link background color in Widget’ is closed to new replies.