Archived topic
How to manually specify the Headline name
9 replies · Started by Takeru on April 4, 2022
I would like to know how to manually specify the name of the dynamic data in Headline.
Only links use dynamic data.
Right now I can only choose the name of the Headline dynamic data from the following.
Title
Post date
Post author name...
Hi there,
currently with the Headline block, both the text and the link have to be dynamic. Its something we will address in a new update.
Today you can use a GB Button Block instead as it can have a static text and a dynamic link.
Thank you very much.
I will wait for an update because when I use the button, the underline is misaligned with the text.
If you want to share a link to where i can see this i can take a look at some options ?
If this will be addressed in an update soon, I will wait.
Thank you.
Its on our list. I cannot say when - but it will probably be after the next update.
Let us know if you want to revisit this topic
Thank you very much.
I would like to display the same design as the default underlines on the links, but with button links.
Hi Marumoro,
You can try adding custom class add-underline-style to the Buttons as such: https://share.getcloudapp.com/RBunEvX1
Then, add this CSS in Appearance > Customize > Additional CSS:
a.gb-button.add-underline-style {
background-color:transparent;
color:#000;
text-decoration:underline;
}
a.gb-button.add-underline-style:hover {
background-color:transparent;
color:#0000ff;
text-decoration:underline;
}
Kindly replace 000 and 0000ff with your preferred color values: https://htmlcolorcodes.com/color-picker/
Hope this helps! :)
It did exactly what I wanted it to do!
Thank you very much.
You’re welcome Marumoro! Glad to be of assistance! :)