Home>Support>Creating a tagline with Vantage

Creating a tagline with Vantage

Hi,
I’m using Vantage Premium, and I’d like to create a tagline to go to just to the right of my logo. I’ve read in the forums that Vantage doesn’t use the tagline from the Customizer, so I’ve tried creating a text widget in the header area, but it is always right justified. I’m fairly new to WordPress so my CSS skills are weak at best. I’ve read the other threads and tried some of the examples you’ve given to other people but nothing seems to work. My site is not live so I can’t give you a link…I have lots more work to do on it before going live. Can you give any advice without actually seeing the site?
thanks in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Hi maple

    Thanks for reaching out.

    Appearance > Theme Settings > Logo > Header Text is sort of the Vantage replacement for the tagline. This is a legacy issue. Our next theme will definitely support the tagline. Both header text and the header widget area are position in the same location, far right of the header. I don’t think we’ve ever moved that location using Custom CSS. Sorry I don’t have better news. (If you’ve seen a thread where I’ve moved the header text to the logo, please send through the link).

  2. 9 years, 4 months ago Private Message - maple

    This is a private message.

  3. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    I’m feeling energetic :) Let me see if I can child theme this change quickly.

    One moment…

  4. 9 years, 4 months ago maple

    :)

    Eventually I'll learn to do that…

  5. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Right, let’s give this a swing:

    https://siteorigin.com/wp-content/uploads/2015/05/vantage-child-tagline-support.zip

    Download the ZIP to your desktop.
    Install from Appearance > Themes > Add New: Upload Theme
    It’s normal for menu location assignments and Customizer settings to reset.
    Test the child theme out before redoing those settings.

    Let us know how you come along.

  6. 9 years, 4 months ago maple

    Thank you! That was fast! (sorry for my delay, had to go run an errand)

    It's *almost* perfect. It is aligned with the bottom of the logo…which intuitively sounds right but I think it would look better if I could center it against the logo. Any way I can raise it a few pixels?

    Also, will I be able to modify the font, size and color? I want it to really pop.

    thanks so much!

    Danielle

  7. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Glad that helped :)

    To adjust the alignment of the header go to Appearance > Editor > style.css and change the following declarations from baseline to center:

    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	-webkit-box-align: center;	
    	align-items: center;
    

    To target the tagline add the following to that style.css file or to Appearance > Custom CSS and edit as required:

    .site-header .site-branding h2.site-description {
    	color: ;
    	font-family: ;
    	font-size: ;
    }
    

    Here is how to use each of those properties:

    http://www.w3schools.com/cssref/pr_font_font-family.asp
    http://www.w3schools.com/cssref/pr_font_font-size.asp
    http://www.w3schools.com/cssref/pr_text_color.asp

  8. 9 years, 4 months ago maple

    Thank you! I'll give it a shot.

  9. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    For sure! Let us know how it goes.

  10. 9 years, 4 months ago maple

    Hi,
    Sorry for the delay, just got to it. Works perfectly! Thanks so much for your help. I really appreciate it.

  11. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Thanks for the update. Glad to hear this did the trick :) All the best.

  12. 9 years, 4 months ago Private Message - maple

    This is a private message.

  13. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    This is unfortunately one of those moments where we’d need to see the site and inspect the code to see what’s up. If your site is online but not live, please send through a set of login details and url using [email protected] and we’ll take a look.

  14. 9 years, 4 months ago maple

    Hi Andrew

    I sent my log in info to that email address.

  15. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, it doesn’t look like it came through. Would you mind sending it here using the Private Reply checkbox at the bottom right of the comment form?

  16. 9 years, 4 months ago Private Message - maple

    This is a private message.

  17. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    Sorted! Thanks for your help.

    The same rule was being used at Appearance > Custom CSS and in style.css. There were also a few small errors in style.css. I’ve resolved. You should now be able to edit at Appearance > Custom CSS.

  18. 9 years, 4 months ago maple

    Thank you! That was fast.

  19. 9 years, 4 months ago Andrew Misplon
    Hi, I Work Here

    For sure :) Glad we could help.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More