• Resolved samulen

    (@samulen)


    Hello. I have seen many posts of this kind but none of them have resolved my problem so far. It just seems like everybody has completely different coding than I do

    And I am not too clever about coding either. But I am a fast learner if any helpful soul would like to help me.

    In my sidebar I have some pesky bullets in front of all widget titles. How do I get rid of them!!!???

    here is my site to check out the misery.
    http://www.unblogyourself.com

    Thanks in advance

Viewing 1 replies (of 1 total)
  • Thread Starter samulen

    (@samulen)

    Ok, I solved it myself. I don’t really know how but I just played around in functions.php and finally got the result I wanted.

    Here is what I did if it interests anyone.
    I edited the code so that ‘after title’ => is empty, that is, ”

    ‘if (function_exists(‘register_sidebars’)) {
    register_sidebars(1, array(
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’.'<!— BEGIN Widget —>’,
    ‘before_title’ => ‘<!— BEGIN WidgetTitle —>’,
    ‘after_title’ => ”,
    ‘after_widget’ => ‘<!— END Widget —>’.'</div>’

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove bullets in widget titles in sidebar’ is closed to new replies.