• Resolved franzgasser

    (@franzgasser)


    Hi,
    I use event list as widget version. How can I change font size of the text appearing in the widget, i.e. what is the CSS code?

    Kind regards

    Franz

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

    (@guido07111975)

    Hi Franz,

    Example for whole widget:

    
    .vsel_widget {font-size:1.2em;}
    

    Example for event content (event text) only:

    
    .vsel_widget #vsel .vsel-info {font-size:1.2em;}
    

    Guido

    Thread Starter franzgasser

    (@franzgasser)

    Guido, thanks a lot!
    Franz

    Hi,

    How can I change the font type using shortcode? Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Font Size’ is closed to new replies.