Can you post a link to your site?
Do you have a link so we can see what you’re talking about? all wordpress’ can be different.
I’m running from a local host, so cannot (unless there’s some way to do it that I don’t know of). However, if you wouldn’t mind taking a look at and click on the Preview button in the upper right, you’ll see it. When the preview loads, the icon I’m talking about is the one that displays next to “Worth A Thousand Words” and “Elements”.
Thank you so much for your help. Please let me know if this gives you the info you need.
Thanks again!
update your css from this:
.content-area .site-main .entry-title {
color: #333333;
font-size: 1.8em;
font-weight: lighter;
padding-left: 40px;
background: url("./img/wp_title_icon.png"); <----culprit
background-repeat: no-repeat;
background-position: 0 50%;
}
to this:
.content-area .site-main .entry-title {
color: #333333;
font-size: 1.8em;
font-weight: lighter;
padding-left: 0px;
background-repeat: no-repeat;
background-position: 0 50%;
}
/me bows
You Rock!!! Thank you so much.
<insert happy dance>
I just tried this and it does not seem to work.