Heming Rewritten, make site title not a link?
-
I don’t like the cyan/teal colors that come with it so I’ve used CSS to change them (see below) to how I want, but I’m running into a snag…the site title under site identity is a link so it’s changing color as well when I would rather it didn’t. I’m brand new to all of this, my CSS is code snippets I found from googling so I’m not 100% sure I’m doing it right, but my site is 99% perfect, I’ve gotten all of the teal/cyan out and have it the reds I want, I just need my site title to be white/grey and stay that way. What confuses me is that ,in the customizer it looks perfect, it only shows wrong on the actual site. Any assistance would be greatly appreciated. I also need an answer on my other question, how do I show tags on excerpt views?
My CSS:
#secondary .widget a {color: #6e0b04; }
#secondary .widget {color: #888; }
a {color: #6e0b04; }
body a {color: #6e0b04; }
body a:hover {color: #fe5252 !important; }
body a:visited {color: #6e0b04; }The blog I need help with is: (visible only to logged in users)
-
OK, found a post here that lets me exert some control over it, but I don’t know enough CSS to know what to add. I want to make the .site-title *NOT* a link, just text. This is the sample code I found, what should I add to just make it text? Thanks in advance for your wisdom.
.site-branding .site-title {
font-size: 36px;
line-height: 1.2em;
text-align: left;
}
.site-branding .site-description {
font-size: 20px;
line-height: 1.4em;
margin-top: -1em;
padding-top: 0;
text-align: left;
} -
- The topic ‘Heming Rewritten, make site title not a link?’ is closed to new replies.