emilydownward
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Header image repeatingOk…I added that but it still looks the same (turquoise and underlined). I must have a competing code somewhere that’s overriding it, but where?
Forum: Themes and Templates
In reply to: Header image repeatingThank you, that removed the link. But why does it still look like a link (turquoise and underlined)? I put this in my css:
.site-title {
font-size: 36px;
font-size: 3.6rem;
line-height: 1.3333;
margin-bottom: 0;
color: #505043;
text-decoration: none;
}
But it’s still showing up formatted like a link.Forum: Themes and Templates
In reply to: Header image repeatingYes, I’ve been watching a lot of those tutorials!
I have a follow-up question. The site title in the header is a link somehow, and I don’t want it to be a link. Where can I find the code that affects that and/or remove that element?
Forum: Themes and Templates
In reply to: Header image repeatingThanks for the reply, TouchCoding.
No, I’m not at all sure I created a child theme properly! 🙂 I’m learning through trial and error. But I did it again and *think* I got it right this time.
I think I found the duplicate you mentioned, and I removed it, which stopped the repeat.
Thank you!