Archived topic
Help with CSS for Underline in Headline
5 replies · Started by Huseyin on September 9, 2020
Hi GeneratePress Team,
I need help with the underline headline on my homepage, the problem that in heading settings it's aligned centred however this code makes it left. Want the text with underline centred, thanks
I want to achieve this https://ibb.co/yWsGM6x
.headlineforindexstats {
box-shadow: 0px -15px 0px #A1EC83 inset;
display: inline-block;
z-index: 2;
position: relative;
}
Hi there,
try this CSS instead:
.headlineforindexstats strong {
box-shadow: 0px -15px 0px #A1EC83 inset;
}
nahh it doesn't work
Can you delete your CSS.
Add the CSS i provided.
Then clear any caches.
If still a problem - leave my CSS in place so i can see the issue.
fixed, the problem was with my browser with caches.
Thanks, legend.
Glad to be of help.