Archived topic
How can I ad a Line under the Headline?
11 replies · Started by oyoony on October 20, 2021
Hallo all,
how can I add a line under teh Headline from Blog Post.
Can you help?
I didn´t found it in your Documentation...
OYOONY
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi Ying,
Ihabe send my website url
oyoony
Give this CSS a try:
h2.entry-title {
text-decoration: underline;
}
Let me know :)
Hi Ying,
thanks for your answer and vor the Code ...
But I meant a dividing line from the left side of the box to the right. Under the headline.
That was probably put a little wrong by me. Sorry...
And for all boxes in Sidebar...
Do you mean like this?
https://www.screencast.com/t/blNa75Pww
If so, try this CSS instead:
h2.entry-title {
border-bottom: 2px solid grey;
padding-bottom: 10px;
}
thats for sidebar headlines too???
And if i do open the post, it doesn´s work unter the headline...
Do you want it apply to the sidebar headline too? I'm confused.
Yes i Want this Line for headline on Sidebar and Post in all few´s....
If i do open the post, it doesn´s work unter the headline…
Sorry
So you want it everywhere even for pages? If so, try this:
h1, h2 {
border-bottom: 2px solid grey;
padding-bottom: 10px;
}
Thank you for your patience...
It works as it should now ;-)
Greets fom Berlin / Germany
OYOONY
Great! Glad to help :)