Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1071459

    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

    #1072890

    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

    #1072987

    Hey Rikard,

    as the page is not public yet you have to login to see it here:
    https://ulenhof.datagrafik.de/entdecken/ulenhof/

    register

    Thank you for Help
    Bernd

    #1074674

    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

    #1074762

    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

    #1075246

    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

    #1075407

    Hi,

    I tried this too, it does not work

    Best regards
    Bernd

    #1076339

    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

    #1076353

    Super!
    That looks good
    Thank you very much!
    Bernd

    #1076728

    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

    #1076746

    This can be closed
    Thank you

    #1076928

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Registerkarte Reiter: bigger image and text?’ is closed to new replies.