• Resolved Rhand

    (@rhand)


    I have a theme where I have finally added some widgets too. Styling is an issue because the Widget title somehow does not get a header tag so I can style it. Nor is there a break afterward so the content goes underneath. Any ideas why? I never had this problem. Here is the link.

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

    (@rhand)

    Solved by adding:

    'before_title' => '<h2>',
    		'after_title' => '</h2>',

    to functions.php

Viewing 1 replies (of 1 total)
  • The topic ‘Styling Widgets’ is closed to new replies.