• Resolved Hills Web Design

    (@hills-web-design)


    Hi,

    Trying to change font family for this plugin.

    In my templates custom css, I have added:

    #vsel .vsel-info {font-family: Arial,Helvetica,sans-serif;}

    Which works just fine and successfully changed the font in the “info” section…

    Trying change the font for the rest of it and I’m having a problem.

    To change the title font, I tried

    #vsel .vsel-meta-title {font-family: Arial,Helvetica,sans-serif;}

    But it does not work.

    How can I change the font for:

    Title
    Date
    Location
    More Info link

    Page Link is

    https://www.duralchamber.org.au/event-calendar/

    Thanks in advance.

    Greg

Viewing 8 replies - 1 through 8 (of 8 total)
  • I have the same problem

    Alejandro

    Plugin Author Guido

    (@guido07111975)

    Hi,

    I have inspected the source code. Something is wrapping those strings in a html code tag:

    
    <code>Launch of the new Dural Chambers website</code>
    <code>Location: www.duralchamber.com.au</code>
    <code>
      <a href="https://www.duralchamber.com.au" target="_self">More Info</a>
    </code>
    

    That’s not being done by my plugin. Did you perhaps add those html code tags somewhere?

    Guido

    Thread Starter Hills Web Design

    (@hills-web-design)

    No, I did not add those html code tags.

    Must be the template ?

    Can you offer a solution/way to change the font ?

    Thanks
    Greg

    Thread Starter Hills Web Design

    (@hills-web-design)

    Ok, it was my editor that added the code tags

    So, I removed them, now the problem is solved.

    Thank you!

    Greg

    Hi, how did you remove the tags “code” ?

    Thank you!

    Thread Starter Hills Web Design

    (@hills-web-design)

    On the relevant page, in WP admin…

    In the editor, click on “Text View”

    For me it was code and /code and that I removed to make it work

    Fantastic, thank you very much, it was the detail that I needed, it worked out well.

    Plugin Author Guido

    (@guido07111975)

    Great that you’ve sorted it out!

    Guido

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Font change problem…’ is closed to new replies.