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

PopWP

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, 2019 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

Primary Sidebar

Search

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 canvas menu center logo columns conditional tags CSS CSS Grid custom Customizer custom post type Custom Post Types custom template Custom Widget effect eNews Extended Featured Image front-page Genesis Genesis Sample header right hero section Image Background js layout left menu Logo menu Navigation Menu newsletter post page related posts responsive menu search search widget Shrinking Logo site header slide in-out Stylesheet Template Utility Bar Video Background widgets WordPress

Built with Genesis Framework + WordPress by Aryan Raj

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