Page 1 of 1

Logo Image and title in Header

Posted: 12 Jan 2020, 05:30
by alex.p
I tried to get on the right hand site of my image logo the website title. Is this possibile to have the logo an a text title in header?
My site: https://fotoarchiv.preyer.net/

Re: Logo Image and title in Header

Posted: 12 Jan 2020, 05:39
by mjau-mjau
You mean you want normal text beside the image logo? To achieve that, you would have to set logo TYPE back to TEXT, and instead use HTML to add the logo image AND text. Something like this in your Logo Title:
Code
<img src="/content/custom/logo/AlexPreyer.Logo.rund.EF2.png">  Alex Preyer
Then you may have to add some custom CSS if you need to adjust sizes and style.

Re: Logo Image and title in Header

Posted: 12 Jan 2020, 06:15
by alex.p
Great, thanks a lot. Thats exactly what I want.