Hello,
I like to show a bigger image and fontsize for each “Reiter” of the “Registerkarte”, maybe 150 px imagesize, fontsize 24px.
Is that possible?
Thank you for Help
Bernd
Hey Bernd,
I’m not sure what you are referring to, could you post a link to where we can see the elements in question please?
Best regards,
Rikard
Hey Rikard,
as the page is not public yet you have to login to see it here:
https://ulenhof.datagrafik.de/entdecken/ulenhof/
Thank you for Help
Bernd
Hi,
Thanks for the update.
The screenshot doesn’t exist. Are you referring to the tab section title and image? Put this css code in the Quick CSS field to adjust the image width and title font size.
.av-tab-section-image, .av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
width: 150px;
}
.av-inner-tab-title {
font-size: 18px;
}
Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
Ismael
Hi Ismael,
Thank you!
I could change the title with your code.
But the code for the image did not work.
Image size is still the same, but also it changed from a circle to square.
What can I do?
Bernd
Hi,
Does it work when you add the !important rule? Try this:
#top .av-inner-tab-title, #top .av-tab-section-icon, #top .av-tab-arrow-container, #top .av-tab-section-image {
width: 150px !important;
}
Best regards,
Ismael
Hi,
I tried this too, it does not work
Best regards
Bernd
Hi,
Thanks for the update.
We defined the height of the tab images and then disabled the Performance > File Compression settings temporarily. It should be adjusted now.
Best regards,
Ismael
Super!
That looks good
Thank you very much!
Bernd
Hi Bernd,
Great, I’m glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
This can be closed
Thank you