Dear @JanVermeulen
When i view your website i have the Mobile version appearing on two lines, Is this correct?
Screen Shot 2020-09-08 at 9.20.12 AM.png
Is your tagline "Architecture & Urbanism? this is also showing
Yes you can set a smaller font-size for your secondary line, Add this to "Custom CSS" in
"Lay-Options"-"Custom CSS & HTML"
Screen Shot 2020-09-08 at 9.23.45 AM.png
.sitetitle .line2 {
font-size: 2em !important;
}
Set the "em" to a number that suits you
This one is definitely possible but will require further knowledge and you may wish to seek the aid of a developer, but i hope this will be enough :)
Within "Appearance- Customize" :
Screen Shot 2020-09-08 at 9.34.39 AM.png
Go to the "Site-Title" settings and choose "HTML" :
Screen Shot 2020-09-08 at 9.31.45 AM.png
Now we can add some HTML code into the given text field below, such as:
<a href = "mailto: abc@example.com" class="mail-title">Studio Jan Vermeulen </a>
I have added the Class "mail-title" to the link for you, because it is raw HTML you will need to Style it your self using CSS,
This can be done in the Custom CSS area provided within 'Lay Options - Custom CSS & HTML"
Additionally you must change the abc@example.com email to your preferred email,
Here is some help on CSS for you:
https://laytheme.com/documentation.html#custom-css-styling
And here is a reference to the email link:
https://www.tutorialspoint.com/html/html_email_links.htm#:~:text=HTML Email Tag,mailto instead of using http.
Best wishes & Good luck on your Lay Theme Journey
Sincerely
Richard