Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Brecht

    (@brechtvds)

    You could use some CSS for that. Can you give me a link to the page where you’re using the plugin?

    Thread Starter laughingjame

    (@laughingjame)

    https://papergoat-vfx.com/tylomere-travels/austria/

    Also, I’d like to make it so that when I put one VLP after another, they stay side by side instead of stacking on top of one another. Is this possible?

    Thread Starter laughingjame

    (@laughingjame)

    Oh, it’s probably good that I also mention that I am using Elementor here.

    Plugin Author Brecht

    (@brechtvds)

    You could use a columns block in Elementor for that, if I’m not mistaken?

    To change the font you could try adding the following CSS through the Appearance > Customize page:

    .vlp-link-title {
    font-family: Verdana;
    }
    .vlp-link-summary {
    font-family: Verdana;
    }

    Using any font you want, of course.

    Thread Starter laughingjame

    (@laughingjame)

    The VLPs are inside of tabs so I don’t think it’s possible to put a columns block in.

    Thread Starter laughingjame

    (@laughingjame)

    Anyway, the CSS for changing the font works, so thanks! I’ll mark this thread as solved, but please do get back to me if you’re able to help me out with my other query. Thanks again.

    Plugin Author Brecht

    (@brechtvds)

    You could try some CSS like this:

    .vlp-link-container {
    float: left;
    margin-left: 20px !important;
    }
    Thread Starter laughingjame

    (@laughingjame)

    Thanks, worked like a charm! If it’s not too much trouble, do you have any idea why the VLPs are not aligned to the top in the tab?

    Edit: Scratch that, I figured it out. Thanks for all your help!

    https://papergoat-vfx.com/tylomere-travels/austria/

    • This reply was modified 4 years, 7 months ago by laughingjame.
    • This reply was modified 4 years, 7 months ago by laughingjame.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change font type’ is closed to new replies.