Site logo

Archived topic

How to Add a Ghost Button?

5 replies · Started by Downtown Spanish on July 8, 2020

Viewing posts 1–6 of 6

Hello.

How do I add a transparent ghost button?

This CSS is not working:

.button.ghost, .button.ghost:visited {
background: transparent;
border: 2px solid #FFF;
}
.button.ghost:hover,
.button.ghost:active {
background: #FFFFFF;
color: #222222;
border: 2px solid transparent;
}

I am not familiar to HTML. How do I match or edit the HTML?

When I add a button it doesn't ask me what class I want so I don't see where that ghost class you refer to is.

Would a plugin like GenerateBlocks work better for you?

You can replicate that layout with container and buttons block much easier without any CSS.
https://generateblocks.com/

Definitely. Thank you for the recommendation, Leo!

I will install it ASAP.

No problem :)

This archived topic is closed to new replies.