• Resolved philosophicalinvestor

    (@philosophicalinvestor)


    I recently installed your featured post widget which does what I want and is simple to use.

    When I use it with pages (not with categories) it inherits an accent top borderline from the Extra theme I use.

    Is it possible to override this?

    Thanks
    Phi

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Aguilera

    (@davilera)

    Sure! Just create a custom CSS rule that overwrites that. I checked your website and I didn’t find any “featured page with an accent top borderline”, but if I had to guess, I’d say the following CSS rule would do the trick:

    .widget_neliofp_widget article {
      border-top: none;
    }
    

    If that doesn’t work, you need to discover which element has the “accent top borderline” and remove it.

    Thread Starter philosophicalinvestor

    (@philosophicalinvestor)

    Thanks David, it works! Now “featured Posts” looks the same on all my pages.

    Thanks again for this plug-in.

    Regards
    Phi

    Plugin Author David Aguilera

    (@davilera)

    Glad to know ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing an inheritted accent line’ is closed to new replies.