Viewing 30 results - 1,081 through 1,110 (of 18,702 total)
  • Author
    Search Results
  • Hi,
    On the page that you linked to I didn’t see your example, so here is a screenshot of the first item:
    Enfold_Support_3360.jpeg
    do you want the large 20,00 € + IVA to be small.
    and the small 24,40 € to be large?
    both can stay in their places, you just want the font size changed, correct?

    Best regards,
    Mike

    #1419486
    bsingenberger
    Participant

    Hi Kriesi-Team

    When I label a checkbox, the font size is very small and vertically not in the middle of the checkbox. I have not found any settings for this. Is there a CSS code?

    Thanks,
    Beat

    #1419419

    I don’t mean the Font Size. If you scroll down You will see that the pic of Olha Karpi is not centered. The same happens with the title “unsere Kooperationspartner”, which is also in the home. I can’t see the complete title in the mobile version. It would be better if I could send you a picture to show you, but I don’t have an option here.

    #1419418

    Hey yas28,
    Do you mean that the titles don’t fit on a single line like this:
    Enfold_Support_3344.jpeg
    you can adjust the font size for mobile at styling ▸ font size and click the icon for the phone and then set the size you wish
    Enfold_Support_3346.jpeg
    To see a better display of your site for mobile when you are editing, try opening your site in another tab and use the Dev Tools Responsive Design Mode
    Enfold_Support_3348.jpeg

    Best regards,
    Mike

    #1419415

    In reply to: submenu buttons

    Hi,
    You can change the font size in the Enfold Theme Options ▸ Advanced Styling for menu items, but the flag is a very small icon, so you can’t make it larger.

    Best regards,
    Mike

    #1419353

    Hey ijnavas,
    To add nine social media icons per team member you will need to make the social icons smaller like this:

    .team-social a {
        text-decoration: none;
        position: relative;
        border-radius: 30px;
        padding: 0;
        background: #fff;
        margin: 3px;
        display: inline-block;
        height: 17px;
        line-height: 17px;
        width: 15px;
    }
    .avia-team-member .team-social {
    	font-size: 10px;
    }

    the expected results
    Enfold_Support_3288.jpeg

    Best regards,
    Mike

    #1419261

    Hi,

    Sorry we missed the video. Looks like you have created a copy of the same section for smaller device. Does it work when you temporarily disable or remove the section? If the issue persists, please try to add this css code.

    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .responsive.av-no-preview #top #wrap_all .av-small-hide,
      .responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,
      .responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden {
        display: none;
        height: 0;
      }
    }

    Best regards,
    Ismael

    #1419122

    Hi,

    Thank you for the clarification.

    The logo is pushed a bit to the right because of this css code.

    .responsive #top .logo .subtext {
        transform: translate(2%,-50%)!important;
        width: 235px!important;
    }

    Adjusting the transform/translate value should move the logo farther to the left.

    .responsive #top .logo .subtext {
        transform: translate(-15%,-50%)!important;
        width: 235px!important;
    }

    And to adjust the size of the magnifying glass, please add this css code.

    .responsive #top #wrap_all .menu-item-search-dropdown>a {
    font-size: 42px;
    }

    Best regards,
    Ismael

    #1419106

    This used to be there – but on a newer version I installed I do not see where to change the default font size

    #1419085

    Hi,

    Glad to hear this helped the map issue, I see the your mega menu items are still column titles, have you tried to change them to regular menu items? Doing this will make the fonts size smaller and the width smaller, like this mega menu example:
    Enfold_Support_3266.jpeg
    unless you specifically only want to use column titles?
    If so then try this css and adjust the font to suit:

    #top #header .mega_menu_title,
    #top #header .mega_menu_title a {
        font-size: 12px;
    }

    To make the meag menu smaller tru this css and adjust to suit:

    #header .avia_mega_div.twelve.units {
        width: 602px;
    }

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

    Best regards,
    Mike

    #1419027

    Hi,

    Sorry for the confusion. I thought that you wanted the button element to look the same as the slider button, but it’s the other way around. Please use this css code to adjust the style of the slider button.

    #top .avia-slideshow-button {
        text-transform: none;
        background: #FAC710 !important;
        padding: 12px 16px 10px;
        font-size: 16px;
        min-width: 90px;
        border-radius: 3px;
        text-decoration: none;
        display: inline-block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin: 3px 0;
        line-height: 1.2em;
        position: relative;
        font-weight: normal;
        text-align: center;
        max-width: 100%;
        color: #000;
        margin-top: 20px;
    }
    
    #top .avia-slideshow-button:hover {
        border-color: #CA9336;
        color: #fff;
        background: #D28C17 !important;
    }

    Best regards,
    Ismael

    #1418983

    Hey gatehealing,

    Thank you for the inquiry.

    1) Summary: Legible Font Sizes (THREE issues)

    1) Font Size 11px – It seems to be referring to the base or default font size for all text elements. This css rule is overridden by the custom font sizes that can be set in the Enfold > General Styling > Typography panel.

    2-3) Font Size 11px .pagination span, .pagination a – You can adjust the size of the pagination with this css code.

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border-radius: 100px;
        margin-right: 5px;
        font-size: 1em;
    }
    
    #top .pagination .pagination-meta {
        float: right;
        line-height: 35px;
        font-size: 1em;
    }

    2) Summary: Tap Target Sizing (FIVE issues)

    1) Element Label Search – Looks like you’ve disabled the search bar in the header but if you want to adjust the size of the label, try to use this css code.

    #top .av_minimal_header #s {
        font-size: 1.2em;
    }

    ———————————————–
    2-5) Element Label span.blog-categories > a – The other 4 refers to the post categories, which can be adjusted using this css code.

    .html_elegant-blog #top .post-entry .minor-meta {
        font-size: 1em;
    }

    Best regards,
    Ismael

    #1418968

    Hi,

    I created the lower button at the green arrow with the button element and some CSS.
    Now I want the button at the top of the red arrow to look the same.

    Have you tried editing the button styles within the element’s Styling panel? You’ll find options there to customize attributes like color, font size, borders, and more.

    Best regards,
    Ismael

    #1418953
    gatehealing
    Participant

    ***note: the codes below are displaying weird, so the tool I used to identify these issues is https://www.seoptimer.com/gatehealing.com#uimobile . . . go down to Usability issues and expand those sections to see the tables that outline these issues***
    regarding: https://gatehealing.com/

    I have 2 types of usability issues:
    1) 3 Font Usability issues, and
    2) 5 Tap Target Sizes

    I cannot find the css file in the Theme editor to fix these issues:

    1) Summary: Legible Font Sizes (THREE issues)
    There is some text on your page that is small and may not be legible enough for particular users.
    We recommend reviewing all text on your page in different devices to ensure that it is of appropriate size.

    1) Font Size
    11px

    Text Block
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/base.css?ver=5.6.6
    ———————————————–
    2) Font Size
    11px

    Text Block
    .pagination span, .pagination a

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
    ———————————————–
    3) Font Size
    11px

    Text Block
    .pagination .current

    Style Location
    https://gatehealing.com/wp-content/themes/enfold/css/layout.css?ver=5.6.6
    -_—_____—–_______—–______—–_______—–______—–______
    2) Summary: Tap Target Sizing (FIVE issues)
    Some of the links or buttons on your page may be too small for a user to easily tap on a touchscreen.
    Consider making these tap targets larger to provide a better user experience.

    1) Element Label
    Search

    CSS Selector
    nav.main_menu > div.avia-menu > ul#avia-menu > li#menu-item-search

    HTML Block
    <li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown menu-item-avia-special” role=”menuitem”>
    ———————————————–
    2) Element Label
    EVERYDAY LIFE

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    3) Element Label
    FAMILY AND PARENTING

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    4) Element Label
    EVERYDAY LIFE

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    ———————————————–
    5) Element Label
    FAMILY AND PARENTING

    CSS Selector
    div.slide-content > header.entry-content-header > span.blog-categories > a

    HTML Block

    —–_____——______—–_____——_____——_____—–______—–_____

    • This topic was modified 2 years, 4 months ago by gatehealing.
    #1418950

    Hi stephaniebLOS,

    Please try to use this CSS code:

    .special_amp { 
        color: inherit!important; 
        font-family: inherit; 
        font-size: inherit; 
        font-style: normal;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1418690

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

    #top #main #commentform .comment-form-rating label[for=rating]{
    	background:green;
    	color:red;
    	font-size: 25px;
    }

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

    Best regards,
    Mike

    #1418687

    Hey Yaphoon,
    For your Gaode Map page try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive #top.page-id-53 #av_section_1 .container {
    	max-width: 100%;
    	padding: 0;
    }
    .responsive #top.page-id-53 #av_section_1 .container main {
    	padding: 0;
    }

    the expected results:
    Enfold_Support_3241.jpeg
    as for your mega menu, it looks like each of your menu items is a column title which by defalt has a different color and font size than the regular menu items:
    Enfold_Support_3243.jpeg
    so perhaps you could adjust the mega menu items to correct your font size and color.
    I don’t know what you mean by “adjust the square size”, if you mean the whole mega menu size, it is created by the number of items in it with js and not easy to change.

    Best regards,
    Mike

    #1418670
    Yaphoon
    Participant

    Hi there
    Warm greetings!
    1.

    How can I set the mega menu, like I want adjust the square size, font size, and I want to make the background in semi-transparent.

    3

    i put the Gaode Map code in code block
    is it workable to make the map in full width like google map.

    Thanks

    Wang

    Hi,
    If you are using a child theme then yes leave the code in the functions.php, otherwise I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets and you will not lose your code when you update as you would if the code is in your parent theme functions.php.
    To change it into a button using the magic wand in the Post editors we will need to change the function a little to use do_shortcode
    Here is an example that I tested on my yest site and works, you can change the button code to suit your needs:

    add_action("ava_after_content", function() {
        if (is_singular('post')) {
            echo do_shortcode("[av_button label='Back to Bolg' icon_select='yes' icon='ue830' font='entypo-fontello' icon_hover='aviaTBicon_hover' link='manually,#' link_target='' size='medium' position='center' label_display='' title_attr='' 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='' element_template='' one_element_template='' av_uid='' sc_version='1.0' admin_preview_bg='']");
        }
    }, 10);

    Best regards,
    Mike

    #1418658

    Hi Mike,

    Here are the exact codes that are currently on both code blocks of the Test page:

    HOMEPAGE –

    <script async data-uid="gV1yYcpxZ4HF072oSS8b" src="https://link.mightyrealmedia.com/js/form_embed.js"></script>
    <center><a data-sv-toggle="gV1yYcpxZ4HF072oSS8b" href="https://link.mightyrealmedia.com/widget/form/gV1yYcpxZ4HF072oSS8b" class="button" style="background-color:#F2CFC2"><span style="color: #000000 !important;">LET'S GET STARTED</span></a></center>

    When I include both the above code and the form embed code, it doesn’t work. However, if I only use the above code, including the form link within it, it works, but not in pop-up mode.

    PODCAST –

    <iframe 
              src="https://link.mightyrealmedia.com/widget/form/SKLq9d3FYMp3PKRXYTbs" 
              style="display:none;width:100%;height:100%;border:none;border-radius:0px"
              id="popup-SKLq9d3FYMp3PKRXYTbs" 
            data-layout="{'id':'POPUP'}"
            data-trigger-type="showAfter"
            data-trigger-value="5"
            data-activation-type="alwaysActivated"
            data-activation-value=""
            data-deactivation-type="neverDeactivate"
            data-deactivation-value=""
            data-form-name="OPT-IN: RH WEBSITE PODCAST PAGE [CURRENT]"
            data-height="521"
            data-layout-iframe-id="popup-SKLq9d3FYMp3PKRXYTbs"
            data-form-id="SKLq9d3FYMp3PKRXYTbs"
            title="OPT-IN: RH WEBSITE PODCAST PAGE [CURRENT]"
          >
            </iframe>
            <script src="https://link.mightyrealmedia.com/widget/form/SKLq9d3FYMp3PKRXYTbs"></script>
    <div class="podcastsignup" style="text-align: center;"><a href="https://link.mightyrealmedia.com/widget/form/SKLq9d3FYMp3PKRXYTbs" data-formkit-toggle="SKLq9d3FYMp3PKRXYTbs">[av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#ffffff' size='30px' position='left' custom_class='' av_uid='av-2x9i3q'][/av_font_icon]<span style="color: #000000 !important; padding-left: -30px;"> Sign up for Future Episodes</span></a>

    This code combines elements from the current Podcast page and the form Embed code from the new CRM. The popup works, but it doesn’t overlap properly on the page; the footer button is still visible instead of being grayed out.

    You can compare the correct functionality on the live page itself:
    Homepage – https://www.ritahyland.com/
    Podcast page – https://www.ritahyland.com/podcast/

    And that’s what we’re trying to achieve as we migrate the forms from ConvertKit to the new CRM.

    I hope this clarifies the situation. Please let me know if there’s anything else I should do on my end to resolve this.

    We truly appreciate your patience and assistance!

    Best Regards,
    Gee

    #1418632
    CharlieTh
    Participant

    Here is form with review submission at bottom.

    I tried to use
    #top label[for=rating] {background:green!important;color:red!important;font-size: 25px!important;}
    To change the “Your Rating” text…

    But…it didn’t seem to work. I was just using the css to “find” the text.
    Any ideas what would be better selector?

    #1418361
    Tia
    Participant

    Hi
    I would like to style the color of the text area background of the portfolio grid to be a blue shade #22689e, with the text being white.

    I currently found the following code to make the text blue, which is not what I like.

    #portfolio grid styling

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }
    h3.grid-entry-title.entry-title a {
    font-size: 16px;
    color: blue!important;
    }

    See screenshot https://imgpile.com/i/CS4sDl

    Many thanks
    Tia

    #1418345

    Hi Mike,
    Sorry for my late response. I just had to jump on another project urgently.

    In principle, you had already implemented it quite well. However, unfortunately it still doesn’t fit.

    I have now set the correct font sizes and spacing. What remains, however, is the problem with the background. The title can sometimes be 2 lines long. In this case, however, the area in the background would have to be higher (including responsivity). I have made a layout for this so that you know what I mean.

    https://www.dropbox.com/scl/fi/3opy015nz91xmvuy48rc0/enfold-help-2.jpg?rlkey=1ve9bxk9hf5r6xsyfhvdjcflb&dl=0

    Would you look at it again? Thank you very much.

    KR – Marc

    #1418298

    The pointer-events CSS did remove the link, but the CSS to change the font wasn’t quite right. I looked at the source code and saw the text is within an h1 tag, but adding h1 didn’t help. I also saw that the title is within an a tag, and even tho we’ve taken out the live link itself, the tag still remains. so I added the “a” to the CSS for the font family as you did for the link CSS itself and that worked to change the font.

    So then it seemed obvious that all that CSS could go together. Result that works:
    .title_container .main-title a {
    pointer-events: none;
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    font-family: Open Sans;
    }

    Thanks!! Maybe consider adding that as a request. The reason it was picking up the other font was that the title is in an H1 tag, which I’ve defined as EB Garamond. In the typography page, for H1-6 there are some toggle checkboxes for different areas of the page. Maybe Page Title could be added?

    #1418254

    In reply to: Customization X button

    Hi,

    Please add the following to the bottom of Functions.php file of your child theme ( https://kriesi.at/documentation/enfold/child-theme/ ) or as a new snippet using the Code Snippets ( https://wordpress.org/plugins/code-snippets/ ) plugin:

    
    add_action('ava_after_main_container', 'new_ava_after_main_container');
    function new_ava_after_main_container(){
    	if(is_page(8779)){
    		echo '<div class="custom-back-button"><span class="av_font_icon av-lm7ig98k-65ba33b015b6384fd3901ea03a4bd5d6 avia_animate_when_visible av-icon-style- avia-icon-pos-left av-no-color avia-icon-animate avia_start_animation avia_start_delayed_animation"><a href="LINK_TO_YOUR_HOMEPAGE" class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span></div>';
    	}
    }
    

    You can use the “is_page” condition to target your Boats page. The “8779” is ID of the page you shared in your initial post. If you want to display the button on another page, you’ll need to update the “8779” in the code.

    Then, you’ll need to update the “LINK_TO_YOUR_HOMEPAGE” in the snippet to the link of your homepage.

    After that, add the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    .custom-back-button {
      position: fixed;
      top: 50px;
      left: 20px;
      z-index: 99;
      background-color: #1a1a1a;
      opacity: 0.7;
      padding: 90px 30px 40px 30px;
    }
    
    .custom-back-button .av_font_icon {
    font-size: 80px;
    margin: 0;
    }
    

    You’ll need to use jQuery to hide/display the button when scroll down/up.

    We cannot help you fine-tune this. If you need further assistance, please consider to hire a freelance developer for the task.

    Best regards,
    Yigit

    #1418238

    Hi,

    Thank you for the update.

    There is no dedicated option to change the style of the title in the breadcrumb container, so you may have to add a few css modifications. You can start with the following css code.

    .title_container .main-title {
        margin: 0;
        font-size: 16px;
        position: relative;
        z-index: 2;
        min-height: 36px;
        line-height: 2.3em;
        top: 0;
        font-weight: 400;
        font-family: Open Sans;
    }

    To disable the link, we can set the pointer-events property to none.

    .title_container .main-title a {
        pointer-events: none;
    }
    

    Best regards,
    Ismael

    #1418223

    Hi,
    To change that font-size try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .wp-caption-text {
        font-size: 12px;
    }

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

    Best regards,
    Mike

    #1418216

    I inserted the image from a Text Block window in the Advanced Layout Editor.
    In your CSS you have font-size: 10px !important;
    As you’ve got the “!important” property value in the element I thought that I would just have to change the pixel size in that Quick CSS.

    #1418196

    No, not an H1 tag within the page.

    On that page the words “About JBO” in the gold bar in the heading is what I’m referring to, below the logo and menu bar. The place that tells the user what page they are on. I think it’s referred to as the Page Title but maybe sometimes Header Title?

    The menu is set to Open Sans, the body is set to Open Sans. Only the H1-6 tags are set to a serif font. I can’t find anything in Theme Options that controls that Header/Page Title text. I’d also like to remove the link since I’m not using it for navigation.

    If there is a better way to accomplish the look I want, that would be fine. But usually the page Title shows up at the top of the main content area..

    In General Styling I can control the Main Content Heading Color, but not the font size or family.

    • This reply was modified 2 years, 4 months ago by bbarasa.
    #1418148
    This reply has been marked as private.
Viewing 30 results - 1,081 through 1,110 (of 18,702 total)