top right contact details: foto instead of phone number
- The topic ‘top right contact details: foto instead of phone number’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
first steps towards blogging ;-)
Question: I’ve seen that bonnybecker suceeded in putting a picture instead of a phone number. Exactly what I want.
Can you help ?
Many thanks,
Andrea
The blog I need help with is: (visible only to logged in users)
Hello there,
You can put <img src="enter the image address here">
HTML tag instead of contact number in the right contact detail field located in Dashboard->Appearance->Customize->Theme
Also you have to remove phone icon from there for this you can use following CSS code in CSS field
.header .contactinfo .mobile-icon {
display: none;
}
This will resolve your issue.