Site Title Color and Font – I read through other threads
-
Hey – Noob here. I read through other threads before posting a new one.
Anyways, I wanted to change the website title’s color, font, and size. I was able to install a plugin that enabled me to install whatever fonts I want, and I designated h1 (site title) to be a specific font I uploaded.
However, I wanted to make the site title (h1) a different color (and possibly larger), and I went into the CSS style sheet and edited it to say:
.site-title {
margin: 0 0 0.5%;
line-height: 1;
text-align: center;
color: #d33434;
word-wrap: break-word;
}However, this (and many other attempts at looking at the h1 and header code) has had the desirable effect I wanted.
For reference, I am using the “Decode” wordpress theme. As an fyi, I just got a new server from bluehost and uploaded wordpress into it for my band’s website. We already have our domain purchased a while ago from another company, and the nameservers were orignally pointed to a different host, but I just changed them to blue host. I don’t know if I can really adjust this stuff while waiting to add the permanent domain names to wordpress. Again, I’m pretty novice at this stuff.
Thanks for the help in advance!!
- The topic ‘Site Title Color and Font – I read through other threads’ is closed to new replies.