[Support request] Logo and tagline question

Home Forums Support [Support request] Logo and tagline question

Home Forums Support Logo and tagline question

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1107612
    Timo

    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

    #1107888
    David
    Staff
    Customer Support

    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;
    }
    #1108090
    Timo

    Thank you!

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

    Cheers,
    Timo

    #1108123
    Leo
    Staff
    Customer Support

    It should be:

    .main-title a {
        background-color: #fff;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.