• Closed
  • Lydia Stucki
    Spectator
    15.03.2019 at 18:45 #43304

    Where do I find shortcode for a button? Or is there such a thing?

    I’m running Evolve Plus Child theme and have the Component Shortcodes plugin installed and activated. I was under the impression it would give me the shortcode for a button but I can’t find it. I might be missing something obvious.

    Roman
    Spectator
    Posts: 3147
    16.03.2019 at 10:26 #43305

    Hello Lydia, at this moment we don’t have the button shortcode yet, but you can use the Bootstrap definition. For example:

    <a href="http://example.com" class="btn btn-primary">Button</a>

    You can use any definition of the Bootstrap button as examples are here https://getbootstrap.com/docs/4.1/components/buttons/