• 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

Logo using CSS only in Genesis

Last Updated on June 14, 2019 Favorited: 0 times

This tutorial provides the different possibilities to show Logo in the site header using the CSS only without going to the customizer section.

Here are some different ways to add the logo in Genesis Sample.

Type 1

Supports PNG and SVG logo.

/* CUSTOM Title Area PNG or SVG
--------------------------------------------- */
.site-title > a {
    background: url(/images/logo.svg) no-repeat !important;
}

.title-area {
    float: left;
    height: 100%;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    padding: 0;
    min-width: 200px;
}
.site-title > a {
  background-size: contain !important;
  background-position: left center !important;
  float: left;
  min-height: 40px;
  width: 100%;
}

.site-title,
.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

Change the Logo path with URL of your logo. Minor changes are Required.

Related Posts

  • Change Logo On Scroll 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
  • Conditional site header logo in Genesis
  • Shrinking Logo on Scroll in Genesis Sample

Categories: Free Content, Genesis Tutorials Tags: Logo, site 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