• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to user navigation

Designody

WordPress and Genesis Tutorials

  • Get Started
  • About
  • Archive
  • Services
  • Membership
  • My Account

Show logo after Site Title in Genesis Sample

Last Updated on April 20, 2019Leave a Comment Favorited: 0 times

In the old post on Designody, I have written about adding a logo before site title in Genesis. Today i am going to show you how you can add a logo after the Site Title in Genesis.

We will use the same approach to get this.

So, what we have to to it to make the .title-area:before to .title-area:after

What are you waiting for? Add this to your CSS file.

.title-area {
    width: 220px;
}
.title-area:after {
    background: url(/logo.svg) no-repeat !important;
    width: 80px;
    display: inline-flex;
    float: right;
    min-height: 45px;
    margin-top: -35px;
    margin-bottom: -12px;
    content: " ";
}

and the result be like this:-

Still using .png? no worry. here is the CSS for you.

.title-area {
    width: 200px;
    padding-left: 10px;
}
.title-area:after {
    background-image: url(/logo.png);  no-repeat !important;
    width: 50px;
    height: 50px;
    background-size: contain;
    display: inline-flex;
    float: right;
    margin-top: -35px;
    margin-bottom: -12px;
    content: " ";
}

The Customization is infinite and you can adjust it accordingly. Let me know if you have any issue setting this up.

Related Posts

  • Featured Post Widgets in Columns
  • Change Logo On Scroll in Genesis Sample
  • Site Inner with container background in Genesis Sample
  • Hide and show title area or logo on hover in Genesis Sample
  • Reposition Primary navigation to left, secondary to right and logo in center in Genesis Sample

Categories: Free Content, Genesis Tutorials Tags: CSS, Logo

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You should use these Shortcodes tag and attributes while sharing the code:
Example: [html]I <3 HTML[/html] → [html][css][php][js][java][json][raw]

Primary Sidebar

WPEngine WordPress Hosting, Perfected.

Hosting You are looking for?.
Perfect solution for small business to global enterprise.

Learn more

StudioPress Genesis Theme Framework

The No.1 Theme Provider.
Creative, SEO rich Theme for all niche projects.

Learn more

Categories

  • Free Content
  • Genesis Tutorials
  • Premium Content
  • Snippets
  • What's New?
  • WordPress Tutorials

Tag Cloud

Archive Background Section blog center logo columns conditional tags CSS CSS Grid custom Customizer custom post type Custom Post Types custom template Custom Widget effect Featured Image front-page Genesis Genesis Sample header right hero section Image Background js layout Logo menu navigation Navigation Menu Nav Menu newsletter post page related posts responsive menu search search widget Shrinking Logo site header slide in-out Split Navigation Stylesheet Template Utility Bar Video Background widgets WordPress

Built with Genesis Framework + WordPress

  • Contact
  • FAQ
  • Disclaimer
  • Privacy Policy
  • Copyright Policy
  • Terms of Service