New Topic

Reply To: Header

Home › Forum › Help › Header › Reply To: Header

#2080

StartupWP
Keymaster

To customize the site title header use:

#site-title a, #site-title h1 a, #site-title h1 {
  color: #000;
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-shadow: none;
}

Simply copy and paste:

https://startupwp.com/topic/customizing-your-theme/

Change it up however you like or make specific requests if you’d like us to write the code for you.

Generally, there’s not a good reason to have both a site title in the form of text AND a logo. Normally, you’d either just have the text there or if you wanted to have a logo, the text would appear within the logo graphic.

If you still want both, this will probably require more advanced customization than you might be comfortable with.

One creative solution we could utilize might be to have you upload a logo graphic and then we can use the Description (set under Settings > General) for the text you want to appear alongside the image.