Support » Plugin: Recent Posts Widget Extended » Removing styles

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Try this, put this codes in your theme functions.php

    add_action( 'init', 'rpwe_remove_style', 1 );
    function rpwe_remove_style() {
     wp_dequeue_style( 'rpwe-style' );
    }

    Plugin Author Ga Satrya

    (@satrya)

    Please update to 0.8, I added option to remove the default styles.

    Thread Starter lansipaltta

    (@lansipaltta)

    Thanks for your awesome quick reply.

    There’s still one.

    Is there some reason why this widget uses <h3> tag for those list elements? Normally WP uses the body text/font inside the <li>. When I take that Default styles tap off and edit that h3 style to match my body style. The placement and the size of the text goes really weird. But when I add another widget (2 widgets same time) where that tap is on, both of them uses now my original body texts.

    I think this is maybe too complicated widget for my purposes because I have to do too much css editing to get it look just plain link list.

    But thanks for your effort.

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