remove
-
How do I remove the copyright line? I’ve tried a few CSS changes and I can get it removed on desktop, but it stays on my iPhone. I’d rather not guess on how to remove it if you know exactly how to.
This is what I did by changing the display to none:
.company-name {
width:100%;
display:none;
text-decoration:none;
font-family: ‘Open Sans’;
font-weight:bold;
color:#000;
font-size:16px;
text-align:center;
float:left;
}Any help you can offer is always appreciated.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘remove’ is closed to new replies.