Hey, is it possible to make the email address in the footer area invisible and have a click to email link? Second question: Can I left justify the First Heading and Second Heading...and change the size and the type of the font? Thanks!
1. Please clarify your issue little more. 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper-container h2{ text-align:left; font-size:20px; } .slider-wrapper-container h1{ text-align:left; font-size:20px; } Adjust font size as per your requirements.
Thanks! For question 1, the email address in the footer area is not a clickable link that will bring up a new email - where do I change this? Which file in Editor - I looked at the footer.php but, itʻs not in there. It also shows and can be easily crawled and picked up for spam. Thank you!
Go to Appearance > Theme Option > Footer Settings > Footer Email Information and add your email address there For example Code: <a href="your link address">Email address</a> This will solve your issue.