Archived topic
Website has added lines and missing colors
4 replies · Started by Mike on October 27, 2021
Website software is completely updated, but all of a sudden there is a bunch of added lines and missing colors, some of the buttons look weird.
Thanks!
Hi Mike,
Not sure if I fully understand.
Which lines are you referring to?
I'm seeing this CSS in Additional CSS field which is adding the lines for <h2>:
h2{
font-family: Lato;
font-size: 30px;
color: #03497D;
font-style: normal;
font-weight: 700;
border-style: solid;
border-color: rgba(215, 215, 215, 1.0);
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
padding-bottom: 10px;
margin-top: 25px;
}
Resolved!
Thanks Leo and Tom!
It was something really stupid on my part. I meant to apply CSS just to one page, instead of the whole site. Then updated all the software right after and blamed the update for the problem. Sorry.
No problem :)