This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage Theme: How to change slogan style?

10 years ago · Last reply by Magus 10 years ago

I would like to change the CSS style for the slogan / header text. Where do I have to make the changes?
Actually the header text is displayed in the middle of the header. How can I place it at the bottom (see picture link).

URL: http://www.bilder-upload.eu/show.php?file=87e216-1431337072.png

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Magus Staff 10 years, 9 months ago

    Hi Le-tom

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    #masthead .hgroup .support-text {
        top: 90%;
        font-family: arial;
        font-style: normal;
        font-size: 15px;
        color: red;
        font-weight: bold;
    }

    I have included settings for all the font attributes, you can change these as required. More info on that here

    http://www.w3schools.com/css/css_font.asp

    Let us know how you get on

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread