Archived topic
Increase thickness horizontal line
1 reply · Started by jolicoeur on January 11, 2019
Viewing posts 1–2 of 2
Hi
how do i increase the thickness 9or change the colour of an horzantal line ......
i have used the classic block.
Regards,
jc
Hi there,
try this CSS:
hr {
height: 0;
border-color:#17154c;
border-width: 2px;
background-color: transparent;
}
This archived topic is closed to new replies.