Search…

X3 Photo Gallery Support Forums

Search…
 
alex.p
Topic Author
Posts: 10
Joined: 27 Nov 2019, 01:17

Logo Image and title in Header

12 Jan 2020, 05:30

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/
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Logo Image and title in Header

12 Jan 2020, 05:39

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.
 
alex.p
Topic Author
Posts: 10
Joined: 27 Nov 2019, 01:17

Re: Logo Image and title in Header

12 Jan 2020, 06:15

Great, thanks a lot. Thats exactly what I want.