• Resolved eltel337

    (@eltel337)


    I am finding this plugin a bit tricky to set up, but I’ve found a workaround. I’m putting a line of text under my main price to tell the person how much my £ price looks like in $. I only really need that one currency conversion so it’s ok.

    However, I’d like to change the format of that text. I want it to be bigger, centered, and in a different font. How do I alter the shortcode to do that?

    [wpcs_price value=20] is the shortcode I’d like to work with. Happy to change the value to suit, but how do I change the font etc? I’m in Elementor and there’s no option in any of the shortcode settings to do that.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    In this case you need CSS customization. For example the same style as your main price:

    .wpcs_price {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change font for shortcode’ is closed to new replies.