How can I change the content of the Top Left Header? I want to put a graphic and link to have people subscribe to my email updates in that area.
Thanks!
I was able to put code into the “Header phone number” field, but:
a) I’d like it to start all the way to the left of the page, and
b) eliminate (or change) the phone icon that is displayed.
Thanks!
Hi,
In WordPress admin -> Appearance -> Theme Options -> Custom CSS
Please use the following codes.
.header-info .t4p-icon-phone {
display: none !important;
}
.header-info .phone-number img {
left: 0;
position: absolute;
}
Screenshot of result. http://prntscr.com/7yp6kn
Thanks!
Hi Raj,
Thanks for writing in,
Upon reading, the previous posts and your requirement, it seems that the code provided to you is correct as per your demand. Meanwhile, if you want to revert the changes, so you simply can remove the CSS code from your custom CSS. Meantime, please provide more clarification about your issue so we can take a look to that and provide you with a tailored response.
Thanks.
For some reason the code I had in the phone number field was incomplete. All good now, thank you for your help!
Imran,
I know why I thought it didn’t work. I keep running into this problem: often when I update any changes to the theme settings, the code that I have in the telephone field, is changed so that everything after “<a href=” is eliminated resulting in everything in the header to look weird.
Ideas?
The topic Header top left is closed to new replies