• Resolved jiyuu19th

    (@jiyuu19th)


    how to edit css widget title same other template widget title.
    my css widget title use “h4” and class “widget-title”

    I have already to edit on template-thumbnails.php

    $output .= '<h3>' . $thumbnails_heading . '</h3>' . "\n";

    to

    $output .= '<div class=widget-title><h4>' . $thumbnails_heading . '</h4><div>' . "\n";

    but h4 have double size from other title.

    http://wordpress.org/plugins/yet-another-related-posts-plugin/

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

    (@jeffparker)

    Rather than editing your template-thumbnails.php file, just make CSS changes in your theme’s style.css file. Can you provide a link to one of your pages with a sidebar widget?

    Thread Starter jiyuu19th

    (@jiyuu19th)

    I am so sorry it my mistake, I add new class for YARPP widget.
    they don’t display double size anymore.

    thank so much, this is the best relate post plugin i love it 🙂

    Plugin Author YARPP

    (@jeffparker)

    Oh good. Glad to hear!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problem with css thumbnails widget title’ is closed to new replies.