Support » Plugin: VS Event List » Font of event listing

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

    (@guido07111975)

    Hi,

    It uses theme styling for that.
    So you can change that inside your theme or using a custom style plugin.

    Example:

    #vsel {font-family:'Open Sans', sans-serif; font-size:1em; line-height:1.5em;}

    Guido

    Thread Starter slewi332

    (@slewi332)

    I’m not a developer. I’ve dawdled a little with the editor for some simple updates to menu colors etc. What section in the CSS editor would I enter that code for #vsel? Thanks.

    Thread Starter slewi332

    (@slewi332)

    Hi Guido, I downloaded simple custom style and entered the code you suggested but nothing changed. The font on each event post is still courier. Any suggestions? Thanks, Sylvia

    Plugin Author Guido

    (@guido07111975)

    Hi Sylvia,

    I have inspected the page and notice all paragraphs are wrapped in html code tags…

    In your stylesheet you will notice this:

    code, kbd, tt, var {
    	font-family: "Courier 10 Pitch", Courier, monospace;
    }

    Change that (directly in your stylesheet or via my custom style plugin) into:

    code, kbd, tt, var {
    	font-family: "Droid Sans", Arial, sans-serif;
    }

    Kind of strange WHY it’s wrapped in these code tags. This is not a part of my plugin. So I think it’s part of your theme.

    Guido

    Thread Starter slewi332

    (@slewi332)

    Got it to work. I deactivated the plug-in, re-installed it, added the code and it worked. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font of event listing’ is closed to new replies.