Site logo

Archived topic

making a call-to-action button section

9 replies · Started by Whelen Troy on May 26, 2017

Viewing posts 1–10 of 10

Hi Tom,

I need to make a call to action button section at my homepage wherein, there is a text then followed by a call-to-action button.

How can I achieve that using the sections in page builder of the gp premium?

thank you!

Hi Leo,

Thanks! By the way,

1. I wanted to put borders on the call-to-action box.
2. I want to change the text size.

How do I achieve this?

Can you link me to the page with the box so far?

Hi Leo,

I tried what you said. But I seems like something's wrong. I added the code and tried to edit some.

But this is how it looked like: http://whelentroy.com/

The call-to-action button is invisible. You can only see it when you hover through the text.

It just has white text when not hovered. Try adding a color style:

.button.ghost,
.button.ghost:visited {
    background: transparent;
    border: 2px solid #000000;
    color: #fe5e00;
}

Got it bro! Thank you so much!

One more thing, I wanted to make the text bigger. Like it will almost occupy the whole section. What code should I put there? or anything?

Try

.button.ghost,
.button.ghost:visited {
    background: transparent;
    border: 2px solid #000000;
    color: #fe5e00;
    padding: 5px;
}
This archived topic is closed to new replies.