- Posts: 125
- Thank you received: 0
Remove the underline on H1
-
paul1
Active member - Topic Author
- Member
Less
More
6 months 1 week ago #51453
by paul1
Remove the underline on H1 was created by paul1
Sorry, cant find an answer to a forum question I must have asked before
How do I remove the underline from h1 - can't ee it in custom.css so must be looking for wrong name.
My thanks as always.
Paul
How do I remove the underline from h1 - can't ee it in custom.css so must be looking for wrong name.
My thanks as always.
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
6 months 1 week ago #51454
by milos
Replied by milos on topic Remove the underline on H1
Hello,
Please send the link so we can inspect this.
Regards,
Milos
Please send the link so we can inspect this.
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 125
- Thank you received: 0
6 months 1 week ago #51456
by paul1
Replied by paul1 on topic Remove the underline on H1
Sorry Milos - didn't make myself clear.
Its on all sites that use the Business template - as the image.
paul
Its on all sites that use the Business template - as the image.
paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
6 months 1 week ago #51457
by milos
Replied by milos on topic Remove the underline on H1
Hello,
Please edit the file /media/templates/site/business/css/custom.css and around line 50, delete this:
Regards,
Milos
Please edit the file /media/templates/site/business/css/custom.css and around line 50, delete this:
Code:
h1::after, h2.tick::after {
content: " ";
display: block;
width: 70px;
height: 3px;
margin: 15px auto 30px;
background: #1371b1;
}
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.163 seconds