Viewing 30 results - 1 through 30 (of 18,731 total)
  • Author
    Search Results
  • #1488395

    here on that page you can achieve this by:
    (the old way – because using font-icons)

    #top .main_menu {
      right: 145px;    /* === A correction value for the now broader social_bookmarks === */
      padding-right: 10px;
    }
    
    #header_main .social_bookmarks {
      margin: 0;
      height: 40px;
      top: 50%;
      transform: translateY(-50%);
    }
    
    #top .social_bookmarks li {
      width: 36px;
    }
    
    #top .social_bookmarks li a {
      width: 40px;
      line-height: 40px;
      min-height: 40px;
    }
    
    #top .social_bookmarks li a:before {
      font-size: 24px
    }
    

    Perhaps it needs to be adapted for your website. As a participant, I cannot see any private content, so I’m afraid I can’t offer any better advice.

    NEXT: now the bookmarks are svg icons – so the css had to be different.
    But i do not find an example page to do so. I had to look on one of my installatons to have that different css.

    #top .avia-menu.av_menu_icon_beside {
      border-right: none;
      padding-right: 10px;
      margin-right: 10px;
    }
    
    #top nav .social_bookmarks {
      position: relative;
      transform: translateY(-50%);
      margin: 0 !important;
      height: 40px !important;
    }
    
    #top .social_bookmarks li {
      width: 40px;
      margin-left: 3px
    }
    
    #top .social_bookmarks li a {
      width: 40px !important;
      line-height: 40px;
      border-radius: 10px !important;
      min-height: 40px;
    }
    
    #top .social_bookmarks li.avia-svg-icon img[is-svg-img="true"], 
    #top .social_bookmarks li.avia-svg-icon svg:first-child {
      height: 1.5em;
      width: auto;
      margin-top: 5px;
    }
    #1488337

    Hi,

    You can open a new thread here: https://kriesi.at/support/forum/enfold/#new-post

    There is no option for this by default, but you can apply a custom css class to the Special Heading element (e.g “av-custom-gradient-text”), then add the following css code:

    .av-custom-gradient-text {
      font-size: 48px;
      font-weight: bold;
      background: linear-gradient(to right, #ff7e5f, #feb47b);
      -webkit-background-clip: text;
      color: transparent;
    }
    

    If you have more questions, please feel free to open another thread using the form above.

    Best regards,
    Ismael

    #1488311
    This reply has been marked as private.
    #1488290

    Dear Enfold Experts, I am not too sure what Envatojlc’s comments have to do with my original question but this has not been addressed so far anyhow, so might have slipped through.

    The situation is the following:
    a) WP Accessibility Plugin activated
    b) small green border configured in WP Accessibility to mark where the Keyboard Tab key jumps to for all Buttons / links that can be addressed via Keyboard
    c) Entering the Home Page
    d) Press Tab Key once => jumps to change contrast button from Accessibility Plugin, green border, all fine. 2nd time Tab key pressed => jumps to change font size from Accessibility Plugin, green border, all fine. 3rd Time Tab pressed => jumps to top of page, no button visible, no green border, looks like a jump into nowhere, totally unclear where the cursor is.

    When checking this with the Firefox Inbuild Dev Tool for accessibility it states for the Header Banner: clickable elements need to be interactive and focused. So there is something in the Header generation that fails. Can you please check? And of course I would like a future feature (similar to the link color configuration in the theme) to configure the Keyboard accessible elements Coloring or Settings in the Enfold theme instead of outsourcing that to WP Accessibility.

    thanks Anja

    #1488288

    Hi,

    Try this CSS as well:

    
    @media only screen and (max-width: 900px) {
    #colum_tabla td.avia-highlight-col {
      width: 110px;
    }
    #colum_tabla td {
      font-size: 15px;
    }
    }

    Best regards,
    Rikard

    #1488269

    I think I got it. You are awesome. Please check to see if correct :

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Headline: */
    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title
    {text-shadow: 1px 1px 1px #717070;}

    /* TEXT SHADOW FOR – Fullwidth Easy Slider – Caption Text: */
    #top .avia-slideshow .av-slideshow-caption .avia-caption-content p {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – ALL H1 headlines: */
    .av-special-heading h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – SPECIFIC H1 headlines: */
    .av-special-heading.av-nlr5x-bb365aeef7c91c871c871ed41100301d h1 {
    text-shadow: 1px 1px #717070;
    }

    /* TEXT SHADOW FOR – subheading text: */
    #top .av-subheading p {
    text-shadow: 1px 1px #717070;
    }

    #header_meta a, #header_meta span {
    font-size:16px !important;
    }

    .phone-info {
    font-size: 18px;
    }

    @media only screen and (max-width: 1023px) {
    #header {
    position: fixed !important;
    height: 120px !important;
    max-height: 120px !important;
    }

    #top #header.av_header_transparency #header_meta {
    background-color: transparent;
    }

    #header_main {
    border-bottom: none;
    }

    #header:not(.av_header_transparency) #header_main {
    box-shadow: 0 5px 5px rgba(182,182,182,0.75);
    }

    .responsive #top .av-logo-container ,
    .responsive #top .logo a,
    .responsive #top .logo img,
    .responsive #top .logo svg {
    height: 120px !important;
    max-height: 120px !important;
    line-height: 120px !important;
    }

    .responsive #top .av-main-nav .menu-item-avia-special a {
    height: 120px !important;
    line-height: 120px !important;
    }

    .responsive.html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
    background-color: transparent !important;
    }

    #top .header_bg {
    background-color: transparent !important;
    }

    #top #header:not(.av_header_transparency) .header_bg {
    background-color: #FFF !important;
    }

    .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate,
    .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo .subtext.avia-svg-logo-sub {
    display: block !important;
    }

    .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img,
    .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > svg {
    opacity: 0;
    }

    /*** das hier individuell anpassen je nach dem ***/
    #top #header.av_header_transparency #header_meta .phone-info * {
    color: #FFF !important;
    }

    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner,
    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::before,
    .html_mobile_menu_tablet .header_color #header.av_header_transparency div .av-hamburger-inner::after {
    background-color: #FFF;
    }
    .html_mobile_menu_tablet .header_color #header.av_header_transparency .menu-item-search a:before {
    color: #FFF;
    }
    .responsive.html_header_top.html_mobile_menu_tablet #top #main {
    padding-top: 120px !important;
    }
    .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main {
    padding-top: 0 !important;
    }
    }

    @media only screen and (max-width:1023px) {
    #avia-menu .menu-item {
    display:none
    }
    .av-burger-menu-main.menu-item-avia-special {
    display:block
    }
    }

    @media only screen and (max-width:767px) {
    .responsive.html_header_top.html_header_transparency.html_mobile_menu_tablet #top #main #av_section_1 .content {
    padding-top: 150px
    }
    }

    • This reply was modified 4 days, 5 hours ago by bemodesign.
    #1488105

    In reply to: Title not responsive

    Hey koomo,

    You can set different font sizes for different screen sizes in the Styling tab in the element options.

    Best regards,
    Rikard

    #1487998
    bemodesign
    Participant

    Can you get me CSS code to adjust Caption Title “font size” and “Line Height”? I am trying to adjust all this on Mobile view, so that it fits on all phones. Suggestions? I am trying to make the blue headline line height less, and maybe make it smaller on mobile only. Here is the current html I am using for this headline: <strong style=”font-size: 140%;”>Future-Proof Your Business<br> <span style=”color: #04aef7;”>Web Design & GEO AI SEO</span>

    screenshot: https://img.savvyify.com/image/IMG-748587C9C75D-1.yyQrK

    https://bemodesign.com/

    #1487952

    Hi,

    Thank you for the inquiry.

    Did you add this css code? It seems to be the reason why the font size of the post title is much larger on the other site.

    .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title {
        font-size: 2em;
        text-align: left;
        letter-spacing: 1px;
    }

    Also, make sure that the Enfold > Blog Layout > Blog Styling and Blog Layout settings are the same on both installations.

    Best regards,
    Ismael

    #1487863

    In reply to: Iconbox Icon Smaller

    Hi,
    Try changing the height and font size to suit:
    Screen Shot 2025 08 11 at 5.52.34 PM

    Best regards,
    Mike

    #1487859

    In reply to: Iconbox Icon Smaller

    Hi,
    I believe that I found the error in the css, this instead:

    #iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true],#iconstyle .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.3em;
        width: 0.3em;
        top: -10px;
        position: relative;
    }
    
    #top #iconstyle .avia-font-entypo-fontello, body #iconstyle .avia-font-entypo-fontello, html body #iconstyle [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: .3em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.3em;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1487814

    In reply to: Iconbox Icon Smaller

    Hi,
    Try adjusting the size like this:

    #iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true], .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.3em;
        width: 0.3em;
        top: -10px;
        position: relative;
    }
    
    #top #iconstyle .avia-font-entypo-fontello, body #iconstyle .avia-font-entypo-fontello, html body #iconstyle [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: .3em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.3em;
    }

    Best regards,
    Mike

    #1487755

    In reply to: Iconbox Icon Smaller

    Hi,
    It looks like your “custom class” iconstyle is actually a ID, perhaps you added it to the wrong field in the developer tab.
    To correct the above css, try this:

    #iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true], .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.5em;
        width: 0.5em;
        top: -8px;
        position: relative;
    }
    
    #top #iconstyle .avia-font-entypo-fontello, body #iconstyle .avia-font-entypo-fontello, html body #iconstyle [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: 1.5em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.6em;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1487711

    In reply to: Iconbox Icon Smaller

    Thanks. I went ahead and added a custom class. Is this correct? and than the class is iconstyle

    .iconstyle .iconbox_icon.avia-svg-icon img[is-svg-img=true], .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.5em;
        width: 0.5em;
        top: -8px;
        position: relative;
    }
    
    .iconstyle #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: 1.5em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.6em;
    }
    #1487692
    a_edemirci
    Participant

    Hello,
    I have created few forms by using several different plugins. However, in every case, longer form field titles are jumbled in mobile view. Altough the sizes of the fields are responsive, longer titles are jumbled in mobile view. Is there any way to make these titles responsive (eg.smaller fonts) in mobile? Thank you….

    #1487680

    Hi,

    Thank you for the link.

    You can use this css code to adjust the style of the checkout form fields.

    .main_color div.product .woocommerce-tabs ul.tabs li.active a, .main_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content, .main_color .cart_dropdown_link, .main_color .inner_product_header, .main_color .avia-arrow, #top .main_color .variations select, #top .main_color .variations input, #top .main_color #reviews input[type='text'], #top .main_color #reviews input[type='email'], .main_color #reviews .comment-text, .main_color #reviews #comment, .main_color .single-product-main-image .images a, #top .main_color .shop_table.cart .input-text, #top .main_color form.login .input-text, #top .main_color form.register .input-text, .main_color .chosen-container-single .chosen-search, .main_color .products .product-category h3:before, #top .main_color .quantity input.qty {
        background-color: #4f79e3;
    }
    
    #top div.woocommerce-message {
        border-color: #acb6ce;
        background-color: #4f79e3;
        color: #ffffff;
    }
    
    #top label span, #top legend span {
        font-weight: 400;
        font-size: 13px;
        color: #ffffff;
    }

    Best regards,
    Ismael

    #1487678

    Hey Caitlin,

    Thank you for the inquiry.

    Before proceeding, we kindly ask you to register on the forum using the purchase code associated with your theme license. Please use the following link: https://kriesi.at/support/register/

    Once registered, you can open a new thread using the form here: https://kriesi.at/support/forum/enfold/#new-post

    To add a button to the header widget area, you can use the Text widget, then add this shortcode:

    [av_button label=' (Email address hidden if logged out) ' icon_select='yes' icon='mail' font='svg_entypo-fontello' title_attr='' button_type='' link='manually,mailto: (Email address hidden if logged out) ' link_dynamic='' link_target='' download_file='https://' attachment='' attachment_size='' downloaded_file_name='' size='small' position='center' label_display='' size-text='' av-desktop-font-size-text='' av-medium-font-size-text='' av-small-font-size-text='' av-mini-font-size-text='' margin='' margin_sync='true' padding='' padding_sync='true' av-desktop-margin='' av-desktop-margin_sync='true' av-desktop-padding='' av-desktop-padding_sync='true' av-medium-margin='' av-medium-margin_sync='true' av-medium-padding='' av-medium-padding_sync='true' av-small-margin='' av-small-margin_sync='true' av-small-padding='' av-small-padding_sync='true' av-mini-margin='' av-mini-margin_sync='true' av-mini-padding='' av-mini-padding_sync='true' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' animation='' animation_duration='' animation_custom_bg_color='' animation_z_index_curtain='100' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' css_position='' css_position_location=',,,' css_position_z_index='' av-desktop-css_position='' av-desktop-css_position_location=',,,' av-desktop-css_position_z_index='' av-medium-css_position='' av-medium-css_position_location=',,,' av-medium-css_position_z_index='' av-small-css_position='' av-small-css_position_location=',,,' av-small-css_position_z_index='' av-mini-css_position='' av-mini-css_position_location=',,,' av-mini-css_position_z_index='' id='' custom_class='' template_class='' av_uid='av-me0reo0x' sc_version='1.0' admin_preview_bg='']
    
    

    You can also use this html:

    
    <div class="avia-button-wrap av-me0reo0x-af6ff2d8373030c9c60f62b386b56008-wrap avia-button-center  avia-builder-el-0  el_before_av_slideshow_accordion  avia-builder-el-no-sibling "><a href="mailto: (Email address hidden if logged out) " class="avia-button av-me0reo0x-af6ff2d8373030c9c60f62b386b56008 av-link-btn avia-icon_select-yes-left-icon avia-size-small avia-position-center avia-color-theme-color" aria-label=" (Email address hidden if logged out) "><span class="avia_button_icon avia_button_icon_left avia-svg-icon avia-font-svg_entypo-fontello" data-av_svg_icon="mail" data-av_iconset="svg_entypo-fontello"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="29" height="32" viewBox="0 0 29 32" preserveAspectRatio="xMidYMid meet" aria-labelledby="av-svg-title-4" aria-describedby="av-svg-desc-4" role="graphics-symbol">
    <title id="av-svg-title-4">Mail</title>
    <desc id="av-svg-desc-4">Mail</desc>
    <path d="M0.96 8.448q-1.024-0.576-0.896-1.28 0.064-0.448 0.832-0.448h27.072q1.216 0 0.64 1.024-0.256 0.448-0.768 0.704-0.448 0.192-6.144 3.264t-5.824 3.136q-0.512 0.32-1.472 0.32-0.896 0-1.472-0.32-0.128-0.064-5.824-3.136t-6.144-3.264zM28.16 11.648q0.64-0.32 0.64 0.32v11.776q0 0.512-0.544 1.024t-1.056 0.512h-25.6q-0.512 0-1.056-0.512t-0.544-1.024v-11.776q0-0.64 0.64-0.32l12.288 6.4q0.576 0.32 1.472 0.32t1.472-0.32z"></path>
    </svg></span><span class="avia_iconbox_title"> (Email address hidden if logged out) </span></a></div>
    

    Best regards,
    Ismael

    #1487674

    In reply to: Iconbox Icon Smaller

    Hey vrhgmt744p,

    Thank you for the inquiry.

    You can use the following css code to adjust the size of the icon inside the iconbox.

    .iconbox_icon.avia-svg-icon img[is-svg-img=true], .iconbox_icon.avia-svg-icon svg:first-child {
        height: 0.5em;
        width: 0.5em;
        top: -8px;
        position: relative;
    }
    
    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before {
        font-family: 'entypo-fontello';
        line-height: 1.5em;
        display: block;
        top: 0;
        position: relative;
        font-size: 0.6em;
    }

    If you need this applied to specific icons, try adding a custom css class to the element. Please refer to the documentation below.

    https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    hier ein paar mehr css Setzung als du wahrscheinlich benötigst – lösche einfach was du nicht benötigst:

    #top .avia_message_box {
      /* text-align: left !important; */
      padding-top: 30px;
      hyphens: auto;
    }
    
    #top .avia_message_box p {
      text-transform: none;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.5em
    }
    
    #top .avia_message_box .avia_message_box_icon svg {
      position: relative;
      width: 40px;
      height: 40px;
      margin-left: 10px;
      top: 5px;
    }
    #1487592

    you can use that ava_after_main_title hook on your choosen layout
    place this to your child-theme functions.php:

    add_action('ava_after_main_title', function() {
    	echo '<div class="main_color my_title_container">';
    	echo '<h2 class="page-title">'. get_the_title() .'</h2>';
    	echo '</div>';
    });

    change tags (espacially heading tag) to your need – and style via that extra class: my_title_container
    f.e.

    #top .main_color.my_title_container .page-title {
      font-size: var(--enfold-font-size-theme-h2) ;
      color: var(--enfold-main-color-heading);
      padding: 20px 0 5px 30px;
    }

    see: https://enfold.webers-webdesign.de/enfold-consulting/

    #1487536

    Hey icarogioiosi,

    Thank you for the inquiry.

    You can add this css code to move the title to the right of the image, position it at the top, reduce the font size, remove the borders, and add space below each portfolio entry. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache after adding the modification.

    
    #top .isotope-item.special_av_fullwidth .inner-entry {
        text-align: left;
        display: flex;
        flex-direction: row-reverse;
    }
    
    #top .grid-entry .inner-entry {
        box-shadow: none;
    }
    
    #top .isotope-item.grid-entry {
        margin-bottom: 20px;
    }
    
    #top .isotope-item.special_av_fullwidth .av_table_col .entry-title {
        margin: 0 0 20px;
        font-size: 16px;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1487504
    icarogioiosi
    Participant

    I’ve searched the online documentation and a few dozen forum posts, but I haven’t been able to find detailed portfolio settings.

    In our project, we’re using a single-column grid, as shown in the image https://img.savvyify.com/image/Portfolio.yydw6 .

    1) The title appears to the left of the image; how can we have it on the right, while also reducing the width of the white cell containing it?

    2) The title is vertically centered on the image; how can we have it at the top, while also reducing the font size?

    3) We’d like to eliminate the lines and borders and have a 10-20 pixel white space between each image.

    We’ve also tried Masonry, which solves the problem mentioned in point (3) and already has a smaller font, but the title is below the image and we don’t know if it can be “moved” to the right.

    #1487490

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .phone-info .avia-icon-pos-left {
        float: none;
        display: inline;
    }
    .phone-info .avia-icon-pos-left .av-icon-char {
    	font-size: 14px;
    	line-height: 18px;
    }
    .phone-info .avia-icon-pos-left.av_font_icon.av-mds9wcyi-0057de6c5f2e63955f80107ffd4df8b8 {
    	 margin-left: 10px;
    }
    #top .phone-info .avia-svg-icon.avia-font-svg_entypo-fontello svg:first-child {
        fill: #fff;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1487438

    Hey vrhgmt744p,

    Thank you for the inquiry.

    You can enter these shortcodes in the phone info field.

    Phone:

    [av_font_icon icon='phone' font='svg_entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-mds9v1ky' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    

    Email:

    [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' av_uid='av-mds9wcyi' sc_version='1.0' admin_preview_bg=''][/av_font_icon]
    

    Let us know the result.

    Best regards,
    Ismael

    #1487419
    pelgrimrat
    Participant

    Dear people at the forum,

    I have a question considering an icon animation on this website:

    I created buttons with a “beating heart” icon, using this code:

    .buttonpulse a.avia-button .avia_button_icon {
        top: 1px;
        margin-right: -1em;
        padding-right: 25px;
        animation: pulse 1.5s infinite;
    }
    
    @keyframes pulse {
    0% {font-size: 18px;}
    50% {font-size: 22px;}
    90% {font-size: 18px;}
    100% {font-size: 18px;}
    }

    I played around with the margin and padding so that the button itself (especiallly the border around it) doesn’t move when the heart icon is transforming.
    However, in Safari browser, the buttons are stretching horizontally when the icon increases in size. In Chrome, the buttons are staying the same, which is what I want.

    Do you know a CSS solution that will tackle Safari browsers as well?
    Thanks in advance!

    #1487258

    Only in the styles sheet. I checked the functions.php (in Child) but nothing related to icons.
    Here’s what I have on the styles.css:

    section#text-3 .avia-icon-list .iconlist_icon {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
    }

    section#text-3 .avia-icon-list li {
    margin: 0;
    padding: 0 0 16px 0;
    }

    section#text-3 .avia-icon-list .iconlist-timeline {left: 22px;}
    body.page-id-3453 .av_font_icon {margin-bottom: 20px;}

    #1487156

    In reply to: Aria label

    Hello Ismael,
    Unfortunately we have not the Button Title Attribute on the backed.

    If I try the shortcoce methode:
    [av_button label='Zur Anfahrtsbeschreibung' link='manually.#/anfahrt' link_target='' size='large' position='left' icon_select='yes' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i' title_attr='Zur Anfahrt']

    I get no arria here:

    <a href="#/anfahrt" class="avia-button avia-color-theme-color avia-icon_select-yes-left-icon avia-size-large avia-position-left " style="text-decoration: underline; outline-width: 0px; outline-color: rgb(240, 240, 241); outline-offset: 0px;"><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Zur Anfahrtsbeschreibung</span></a>

    #1487129

    and in addition – some magic of “container-type” property and font-size adjust via cqi
    to have more legible font sizes!

    @media only screen and (max-width: 989px){
      #top .gridded-flipbox .avia-icongrid-flipback  .avia-icongrid-inner {
        padding: 20px !important;
      }
    
      #top .gridded-flipbox .avia-icongrid-flipback {
        container-type: inline-size;
      }
    
      #top .gridded-flipbox .avia-icongrid-flipback p {
        hyphens: auto;
        font-size: 9cqi;
        line-height: 1.5em
      }
    }
    #1487053

    In reply to: 2nd header area

    Hey Tilman,

    Thank you for the inquiry.

    You can add the same html in the phone info field.

    
    <div class="top-bar-content">
      <span class="content">
        <i class="fa rt-icon-placeholder2"></i> Süderquerweg 651 • 21037 Hamburg
      </span>
      <span class="content">
        <i class="fa rt-icon-telephone"></i>
        <a href="tel:+49407375020">+49 40 737 50 20</a>
      </span>
      <span class="content">
        <i class="fa rt-icon-3-time"></i> Mo. bis Fr. 7:15-18:00
      </span></div>
    

    Then, add this css code to adjust the layout of the content:

    .top-bar-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 15px; 
    }
    
    .top-bar-content .content {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 14px; 
    }
    
    .top-bar-content i {
      font-family: "FontAwesome";
      font-style: normal;
      font-size: 16px; 
      display: inline-block;
    }

    You may need to install the FontAwesome plugin to properly display the icons.

    https://wordpress.org/plugins/font-awesome/

    Best regards,
    Ismael

    #1486970

    In reply to: Open Sans ZIP

    btw: using variable fonts can be very interesting – but there are a lot of new css declarations to know – see here a playground:
    https://variablefonts.io/about-variable-fonts/

    Wenn du also doch lieber mit einem selbstgehosteten OpenSans arbeiten möchtest. Dann sag bescheid – welche Schriftschnitte du brauchst, dann lade ich das file auch hoch.

    PPS: übrigens OpenSans ist ja noch harmlos, RobotoFlex ist ein Super Variabler Font mit mehreren Axen die bedient werden können:

    Firefox (Developer Version) hat für Schriftarten einen eigenen Reiter, an dem man herumspielen kann mit diesen Einstellungen. Wenn man dann mit dem Resultat zufrieden ist, geht man zurück zum Regelsatz, und kann sich das als css heraus kopieren:
    (das Element für das du dann rumgespielt hast, muss dann noch durch den eigentlichen Selektor ersetzt werden)

    Element {
      font-size: 140px;
      line-height: 1.1em;
      letter-spacing: 5px;
      font-weight: 612;
      font-stretch: 113%;
      font-variation-settings: "opsz" 8, "GRAD" 87;
      font-style: oblique 7.45deg;
    }
Viewing 30 results - 1 through 30 (of 18,731 total)