Widget Title in Events List Pro

Home Forums Calendar Products Events Calendar PRO Widget Title in Events List Pro

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #957108
    Al
    Participant

    Looking to change font size and weight of widget title in the events list widget for the pro version. Tried some custom css (my own devices as well as searching the forum). However, none appear to be working. Suggestions?

    #957351
    Brook
    Participant

    Howdy Al,

    It’s nice to meet you. I’d love to help you with that.

    After looking at your test site I can see why you are having such difficulty styling that widget.The widget title is not wrapped in any HTML, not even a <p> tag or especially one that has a CSS class. This makes it extremely difficult to style, you actually have to style everything on the page to affect it.

    When you or your theme author created that widget area, I think they accidentally specified a couple of options you don’t want. You likely have  set this:

    'before_title' => '',
    'after_title' => '',

    What that does is remove the opening and closing tags for the titles in tht widget area, without getting extra tricky. If you remove those lines it will use the defaults instead, which I believe is <h2 class=widget-title>. You will likely see the widget automatically inherit the same styles as the rest of your theme once it is set back to default. You can see more information here: http://codex.wordpress.org/Widgetizing_Themes

    Was that the problem? Does that all make sense and help you to fix it?

    Cheers!

    – Brook

    #976561
    Brook
    Participant

    Since this topic has been inactive for a spell we are going to archive it. Please note, if you need anything else or something is not yet resolved please open a new topic. We would love to help!

    Cheers!

    – Brook

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Widget Title in Events List Pro’ is closed to new replies.