Hi,
How can I remove or change this header image?
https://www.pixelway.de/projekt-tierarzt/praxis/
thanks
Hello,
This image is placed in a Subheader background.
You can change it in the page options:
But if you do not want to have any image there, then you need to also remove the image from the Subheader background in the Theme Options.
thanks for your tip. I like the way it looks better on PC.
What I don't like is that the green background at the top of the iPhone is too big and the font of the word "horses" is too small.
What can I do to adapt the display only for the iPhone because it fits on the PC?
Thanks and have a nice weekend ;-)
You can change the Subheader padding for mobiles in Betheme -> Theme options -> Responsive -> Header.
But I do not know what word "horses" you are talking about. I could not find it on your website.
Thanks, and have a nice weekend too ?
thanks, it's about the title on the page when I click the "Pferde" (Horses) button.
To change the font size for mobile, please, use the following CSS code:
@media only screen and (max-width:767px){ #Subheader .title{ font-size: 25px!important; } }
Thanks
Comments
Hello,
This image is placed in a Subheader background.
You can change it in the page options:
But if you do not want to have any image there, then you need to also remove the image from the Subheader background in the Theme Options.
Hi,
thanks for your tip. I like the way it looks better on PC.
What I don't like is that the green background at the top of the iPhone is too big and the font of the word "horses" is too small.
What can I do to adapt the display only for the iPhone because it fits on the PC?
Thanks and have a nice weekend ;-)
You can change the Subheader padding for mobiles in Betheme -> Theme options -> Responsive -> Header.
But I do not know what word "horses" you are talking about. I could not find it on your website.
Thanks, and have a nice weekend too ?
Hi,
thanks, it's about the title on the page when I click the "Pferde" (Horses) button.
thanks
To change the font size for mobile, please, use the following CSS code:
Thanks