H1 title > Add border
-
Hello,
I would like to put the same css style to my H1 title “Nos récompenses” (site : https://viticulteur-exemple.fr/nos-vins) than the page title.
How can I do ?I try with the code below but it adds borders on the 2 titles :
.nos-vins h1 {
padding-bottom:15px;
padding-top:15px;
border-top:1px solid;
border-bottom:1px solid;
}Thanks for your help
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘H1 title > Add border’ is closed to new replies.