- This topic has 7 replies, 2 voices, and was last updated 5 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Aspire Theme Support › Site Title Covering Logo Issue
Hi, I’m having a technical issue when trying to display my logo. When I upload it, the Site Title covers it up. You can barely see my logo behind the Title in the header. Please help! I found one forum post talking about this, but could not seem to correct mine after reading through it. My site is http://www.responsiblyboundless.com. Thank you for your help!
Did you do anything different other than Uploading the Image with the WordPress Customizer? Once you upload an image, it’s supposed to automatically remove the Site Title from appearing.
I did not do anything, other than simply upload it. I believe someone else had this issue in the past, but after reading through their thread, I still cannot seem to correct it. Do you have any suggestions?
It looks like there’s some code that is missing or edited out of your CSS. Do you remember removing anything that looks like this? –
.header-image .site-title > a {
background-size: contain !important;
display: block;
height: 76px;
text-indent: -9999px;
}
Once I add that back in your CSS, it looks like this – http://i.imgur.com/thdGvGV.jpg
Here’s how it looked before – http://i.imgur.com/TA4hAn9.jpg
I went ahead and added the code in your CSS, if you need to remove or edit it just let me know.
I don’t remember doing it, but I’m sure I did. Thank you so much for fixing it!
You’re Welcome!
Let us know if you run into any other issues.