Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1408528

    hey
    How can I Make the font fitting into the searching field.

    Bildschirm-foto-2023-05-25-um-14-14-21

    Wandelhalle-hamburg.de

    #1408615

    Hey Anna_Tewes,

    Thank you for the inquiry.

    Adding this css code should adjust the size of the post titles in the AJAX search container.

    .av_ajax_search_title {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.2em;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1408994

    Thank you. It worked, but one little problem is still there. The H1 in Red is still too big.

    Bildschirm-foto-2023-05-30-um-09-52-38

    #1408996

    and how can I fix the problem on mobile, when Text or words are too long, so you can’t read the full sentence. It goes over the right border.

    #1408998

    IMG-6291
    IMG-6292

    #1409320

    Hi,
    To change the font size of the red text in your screenshot Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header #menu-item-search .ajax_search_response a.av_ajax_search_entry {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.2em;
    }

    After applying the css, please clear your browser cache and check.
    This is the expected result:
    Enfold_Support_2211.jpeg

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.