Fixing up the header image after iconic 1 theme update

2
176 followers

Since i can't create training yet, i thought i would blog about this. Today I updated the iconic 1 theme to version 1.7.3 and lost my header image. I thought i would share my solution

I'm using the Custom CSS plugin and had this code

hgroup {
min-height: 70px;
margin: 0px 0px !important;
width: 100%; ");

background-image: url("IMAGENAMEURL");
background-repeat: none;

}

I had to replace the hgroup with .io-title-description

.io-title-description {
min-height: 70px;
margin: 0px 0px !important;
width: 100%;
background-image: url("IMAGENAMEURL");
background-repeat: none;
}

Thanks Dan

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training

Recent Comments

1

Wow, good tip, Dan!

--Fran

Login
Create Your Free Wealthy Affiliate Account Today!
icon
4-Steps to Success Class
icon
One Profit Ready Website
icon
Market Research & Analysis Tools
icon
Millionaire Mentorship
icon
Core “Business Start Up” Training