Site logo

Archived topic

Where can I find the code of the buttons already on my website?

6 replies · Started by Philippe on November 15, 2018

Viewing posts 1–7 of 7

Hi,

I am referring to buttons such as "Read More" on the homepage, for instance. Where can I find their exact code? I need that to create a "Newsletter" button linking to a specific page.

Thank you very much,

Philippe

i am not part of the developer but for exact can you give me the link of your website.

Hi there,

You can use this class: button

So this would be your link: <a href="YOUR-URL-HERE" class="button">My GP button</a>

Excellent. I just forgot to ask: How do I center the button inside a html widget?

Like this:

<div style="text-align: center;">
    <a class="button" href="#">My Centered Button</a>
</div>

I did it!!! :)

Awesome :)

This archived topic is closed to new replies.