Site logo

Archived topic

Logo and tagline question

3 replies · Started by Timo on December 18, 2019

Viewing posts 1–4 of 4

Is it possible to add an icon as a logo, even if I have defined a site title?

Also, how can I set the background color of the tagline in CSS?

Cheers,
Timo

Hi there,

you can add a Site Logo as well as the Site Title.

Try this CSS:

.site-description {
    background-color: red;
    display: inline-block;
    padding: 10px;
}

Thank you!

What about the CSS of the site title - how do I change that?

Cheers,
Timo

It should be:

.main-title a {
    background-color: #fff;
}
This archived topic is closed to new replies.