Archived topic
Creating ghost button like on site template
9 replies · Started by Jessica on December 1, 2020
Hi! I'm building a site on the Stream template and can't figure out how to get a button like on the template demo site (top right). I searched the forum and found custom code, but felt like there must be an easier way since it was on the original template. Thanks!
Hi there,
Are you trying to add that in the content?
If so the buttons block from GenerateBlocks would be what you are looking for:
https://docs.generateblocks.com/article/buttons-overview/
Hi Leo, not in the content but in the top menu (primary navigation). Thanks!
So are you trying to add a second button then?
Can you link me to the page in question?
You can use the private info field.
Let me know :)
I figured it out! Realized it was adding the nav-button CSS from the original menu - I implemented a new menu and wasn't sure how that button had that style. Got it now, thanks!
No problem :)
Hi Leo,
One more question on this top menu CTA button as I'm changing the design. How do I edit the nav-button style? And can I make it a solid button instead of a ghost button like the other buttons on the site?
https://staging1.mammothrealestateblog.com/
Thanks!
Hi Jessica,
Are you trying to re-style the button in primary navigation?
If so you could go find the original CSS you added with this selector .main-navigation:not(.slideout-navigation) .main-nav li.nav-button a to add or change some of the CSS.
Let me know :)
Ah yes perfect, that worked, thank you!
Great!
You are welcome :)