Hi:
Link to my site: http://acrossrealestate.com/
This is only going to be a 1-page site, so I didn’t need and removed the Search box and Menu from the Header Right area.
How can I, instead, add the Business Phone number and maybe social icons to the right of logo?
Also, how can I add my own icon instead of using one of your Social Icon Links (top left)
Thank you,
eleina
Hi Eleina_Shinn!
You can add this on your custom.css or Quick CSS:
#top .social_bookmarks {
float: right;
top: 50px;
position: relative;
}
.social_header .phone-info {
top: 100px;
position: relative;
}
You can adjust the top position. Unfortunately, there is no easy way of adding your own icons. You can refer to this link: https://kriesi.at/support/topic/youtube-icon/
Best regards,
Ismael