• Resolved rlmcculley

    (@webmasternsfd)


    How can I get my buttons to have rounded edges with a border without using another plugin?

    I have them here: http://www.newsharoniowa.com/?page_id=85 but when I am re-designing the site on my local server using an upgraded theme, I cannot get the same shortcode to produce the same result. All that I get are flat rectangular buttons with square edges.

    The shortcode behaves differently between the two themes. This is what the shortcode looks like: [button color=”orange” link=”#” size=”mini” target=”_blank” block=”false”]Download[/button]

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    While this is not a specific TablePress question, here’s the probably cause:
    Your old theme is setting a border radius, via CSS, so that’s what you have to do on the new theme as well.
    Try adding some CSS like

    a.btn {
      border-radius: 4px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Buttons with rounded edges/border’ is closed to new replies.