• Closed
  • Lydia Stucki
    Spectator
    March 15, 2019 at 6:45 pm #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
    March 16, 2019 at 10:26 am #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/