Viewing 30 results - 421 through 450 (of 18,725 total)
  • Author
    Search Results
  • #1471175

    Correction, General Styling tab > Advanced Options: Customize Typography Settings is what is not appearing to take affect. The Advanced Styling only sets a generic font size for all devices. The General Styling tab offers font sizes for desktop, tablet portrait, tablet landscape and mobile—and that’s what’s not overriding the Advanced Styling generic setting.

    #1471165
    amandahook62
    Participant

    Hello, I set the mobile text size for the text rotator element on my homepage to 19 but does not apply when on mobile. I have tried a few different devices, cleared the cache, disabled the performance settings. I dont mind the font size but it overlaps – maybe there is a way to add more vertical space to the two lines rather than adjust the font size?

    #1471161
    Sandy
    Participant

    In testing and tweaking a site for a good mobile experience, I’m reviewing font sizes. I adjusted the General Styling tab > Advanced Options: Customize Typography Settings, but they do not appear to take affect. I even deleted the Advanced Styling tab typography option that was set in case of conflict. I even cleared the server host cache, disabled the Enfold CSS and javascript compression and cleared the mobile browser cache. No success-–I can’t see the changed font size.

    #1471048

    Hi,

    We adjusted the font of the submit button and the padding as requested.

    .avia_ajax_form .button {
        padding: 21px 50px;
        font-size: 15px;
        min-width: 200px;
        letter-spacing: 0.05em;
        font-weight: 400;
        font-family: 'open sans', Helvetica, Arial, sans-serif;
        padding-bottom: 23px;
        padding-top: 25px;
    }
    

    Best regards,
    Ismael

    #1470970

    In reply to: Hamberger menu trigger

    Hi,
    I think this I understand now, try adding this css:

    @media only screen and (max-width: 1023px) {
        .responsive #top #wrap_all #header .menu-item-search-dropdown>a {
            font-size: 24px;
        }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1470958

    Hey Gianluca,
    Your audiowide font doesn’t have a thinner font size, so you can not change, I recommend choosing a different font.

    Best regards,
    Mike

    #1470941

    In reply to: Hamberger menu trigger

    did you copy&paste that code? because if it is your page ( and your nick is very informative ) than a code like:

    @media only screen and (max-width: 1023px) {
      #top #header .av-main-nav > li.menu-item  {
        display: none!important;
      }
      #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
      }
      .responsive #top #header .av-main-nav #menu-item-search {
        display: block !important;
      }
      .responsive #top #header .av-main-nav #menu-item-search  > a {
        font-size: 24px;
      }
    }

    will work in dev tools. So if you realy entered the correct code – then it might be a caching issue that you can not see the changings. So refresh all caches of such tools – and refresh on Enfold on Performance Tab just at the bottom: “Delete Old CSS And JS Files?”

    1023px seems to be a good value – because on the ipad Pro 12.9 inch – (1024px) the text menu is still visible and is not above the logo.

    PS: i added the code to show the search icon aswell on burger active and with a little bigger icon.

    #1470911

    I think I have solved the issue with the following CSS code;
    @media only screen and (max-width: 1170px) and (max-height: 844px), only screen and (max-width: 375px) and (max-height: 812px) {
    #top #wrap_all .avia-slideshow .av-slideshow-caption.av-19l7r0yx-f4a9287caa6e093433c04f70226b8e0c__1 .avia-caption-title {
    margin-top: 10px !important;
    font-size: 38px !important;
    }
    }

    #1470870

    Hi,

    Thank you for the update.

    We edited the code in the Quick CSS field:

    .avia_ajax_form .button {
        padding: 21px 50px;
        font-size: 15px;
        min-width: 200px;
        letter-spacing: 0.05em;
        font-weight: 700;
    }

    Best regards,
    Ismael

    #1470869

    In reply to: Header

    Hey Lene,

    Thank you for the inquiry.

    We edited the css rules in the Appearance > Customize > Extra CSS panel:

    
    .topKnap a {
        width: 140px;
        height: 52px;
        color: #fff;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        margin-right: 6px;
        padding: 21px 50px;
        font-weight: 700;
        font-size: 15px;
        position: relative;
        float: right;
        min-width: 200px;
        letter-spacing: 0.05em;
        background-color: #55726f;
        border-radius: 50px;
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
    }
    
    .topKnap a:hover {
        background-color: #55726f;
        color: #fff;
    }
    
    .responsive #top #header #header_main .inner-container .widget .fas {
        color: #55726f !important;
    }

    Best regards,
    Ismael

    #1470831

    Topic: Header

    in forum Enfold
    Sachs
    Participant

    Hi Support

    Please could you help me out with adjusting the header? Previously Mike adjusted the ccs when setting up the customized header and menu.
    I have the following small changes to be done.

    STYLING OF ICONS (PHONE & MAIL)
    The icon’s color should be changed to:
    #55726f

    STYLING OF BUTTON
    Only “Ring nu” button, please delete the with “Book tid”
    New ccs-code should contain:

    border-radius: 50px
    color: #fff
    background-color: #55726f
    background-color: #55726f (hover)

    padding: 21px 50px;
    font-size: 15px;
    min-width: 200px;
    Font:weight: 700
    Letter-spacing: 0.05em
    I have deactivated the security plugin, so it should now be possible to access the stylesheet, where Mike has made the customizing.

    Many thanks
    Best regards
    Lene Sachs

    #1470829
    This reply has been marked as private.
    #1470773

    you can do that via font-size and either padding or min-width:

    .avia_ajax_form .button {
      padding: 16px 50px;
      font-size: 1.4em;
      min-width: 200px;
    }
    #1470703

    In reply to: text below logo

    Rikard,

    I tried as you suggested and it worked. However, the mobile version has too much white space between the logo and first section of content. Is there CSS that will take care of that issue on mobile while maintaining the desktop version? This is the custom CSS I currently have. Thanks!

    #top .logo,
    #top .logo a {
    overflow: visible;
    }

    /* Subtext styling */
    .logo .subtext h1 {
    font-size: 13px;
    font-weight: 600;
    }

    .logo .subtext {
    z-index: 999;
    }
    /* Reduce the logo height to make space for the subtext below */
    #top #header .logo img {
    max-height: 65%!important;
    margin-top: 10px;
    margin-bottom: 12px;
    }

    /* OPTIONAL CHOICE : Change position of subtext when scrolled */
    #top #header.header-scrolled .logo img {
    max-height: 100%!important;
    }
    #top #header.header-scrolled .logo .subtext {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(120%, -50%);
    }

    #1470628

    In reply to: Font size

    Hey magdazafeir,

    Thank you for the inquiry.

    You can adjust the default font size in the Enfold > General Styling > Typography panel. You can also set values for different sizes. If you need more styling options, you can configure the style of the paragraph element in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    #1470603

    Topic: Font size

    in forum Enfold
    magdazafeir
    Participant

    Hello,

    I would like to kindly ask you how can i change the font size of the main body text?

    Thank you

    #1470422

    Hey Thumphreys,

    You have an open media query in Quick CSS:

    
    .logo img {
        top: 50%;
        transform: translateY(-50%);
    }
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        .responsive .logo img {
            margin: 0;
            display: none;
        }
    #top div .caption_center .slideshow_caption {
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 35px;
    }

    That is likely why the theme options are not applying.

    Best regards,
    Rikard

    Hi,

    Thank you for the update.

    Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.

    We can’t find any posts with the comment section. Please provide a direct link.

    Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.

    Try to modify the enfold\comments.php file and look for this code around line 180:

    $default_heading = 'h3';
    		$args = array(
    					'heading'		=> $default_heading,
    					'extra_class'	=> ''
    				);
    

    Best regards,
    Ismael

    #1470378
    Thumphreys
    Participant

    Hello Enfold team,

    ***Issue 1***

    I’m having a hard time trying to apply some simple styling changes to a website I manage.

    Using Advanced Styling, I can’t…

    – Change <p> styling for all <p> tags. Whatever I change here does not apply to the website.
    – Change <body> styling for all <body> tags. Whatever I change here does not apply to the website.
    – Change text transform for <H2> tags. Whatever I change here does not apply to the website.

    For example, using Advanced Styling, I set:

    <p> – Change the styling for all <p> tags
    Font Size 21px
    Line Height 1.5em

    Yet all text blocks using paragraph text formatting on my site DO NOT use these settings. I’m having to set each text block text size manually to achieve the desired result, which is an annoying and time-consuming approach and workaround that isn’t a sustainable approach for managing the website.

    I’ve also set:

    H2 – Change the styling for your H2 Tag
    Text Transform: NONE

    And yet ALL my H2 tags across the site are still capitalised, which looks bad. I need these to be Normal case. I don’t know what’s going on. Advanced Styling seems to be all over the place and a complete mess on this site. Why? Even setting “All Headings (H1-H6) – Change the styling for all Heading tags” text transform to NONE or LOWERCASE doesn’t change anything.

    I really need some insight into what’s going on here; thank you.

    ***Issue 2***

    I would also like to know how to set the text transform for all avia-caption-title tags for my slideshow elements at once. Currently, I’m having to do Quick CSS like the below for each individual slideshow on the site – which seems like a poor solution:

    #top #wrap_all .avia-slideshow .av-slideshow-caption.av-lynrrnic-2807a30891cbcdbcb963567175d45a9b__0 .avia-caption-title {
    font-size: 80px;
    text-transform: none;
    }

    Thanks,
    Tom

    • This topic was modified 1 year, 4 months ago by Thumphreys.
    RollandH
    Participant

    Hello,
    First, what a work on this version 6! Impressive.

    Concerning the subject. On tiny the labels are displayed on 2 lines and the warning is half hidden under the textarea.
    Screenshot
    Is it possible to replace labels with placeholders to keep the page as short as possible or at least place them above and which class or id to add a margin to clear the warning please?

    Another small thing, the comment form and the share buttons are both intended to be displayed at the end of one article but their titles do not have the same font size. H3 to Leave a comment and H5 to Share this post.
    Screenshot
    I will correct with CSS but it would perhaps be good to harmonize.
    Thanks for your attention.

    #1470232

    because: there is no hover style on mobile devices!
    what did you expect to see? What is what you like to see?

    f.e.:

    .responsive.avia_mobile #top .av-masonry-entry .av-inner-masonry-content {
      padding: 10px;
    }
    
    .responsive.avia_mobile #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
      background: rgba(0,0,0,.01);
    }
    
    .responsive.avia_mobile #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos, 
    .responsive.avia_mobile #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
      text-align: left;
    }
    
    .responsive.avia_mobile #top #wrap_all .all_colors h3 {
      font-size: 18px;
      text-align: left;
    }
    
    .responsive.avia_mobile #top #wrap_all .all_colors .av-masonry-entry h3 {
      padding: 5px;
      font-size: 18px;
      background: rgba(0,0,0,0.3);
      -webkit-backdrop-filter: blur(3px);
      backdrop-filter: blur(3px);
      position: relative;
      width: auto !important;
      text-transform: none;
    }
    
    .responsive.avia_mobile #top .av-inner-masonry-content-pos-content {
      display: inline-block !important;
      position: absolute;
      top: auto;
      bottom: 10px;
    }

    it is for mobile devices only:

    #1470087

    add a sufficient line-height to it:
    ( i think the font-size you set in the heading itself – so better is to use a relative line-height value)

    h6 {
      line-height: 1.7em;
      font-weight: 400 !important;
      letter-spacing: 0.01em !important;
      background: linear-gradient(to right, #b04938, #ddbbae, #b8b665);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    Hey dnweil,

    You can change the font sizes for each screen size in the Styling tab for each slide.

    Best regards,
    Rikard

    #1469888

    you have changed the value of that input field.
    How did you do that?

    But you can bring back the magnifier by :

    #top .avia_search_element #searchsubmit {
      padding-left: 1.3em;
    }
    
    #top .avia_search_element .av_searchsubmit_wrapper::before {
      content: "\e803";
      font-family: "entypo-fontello";
      font-size: 18px;
      color: #FFF;
      position: relative;
      left: 10px;
      top: 2px;
      width: 40px;
      z-index: 3;
      padding-left: 0.7em;
      font-weight: 400
    }
    #1469841

    In reply to: GYM Demo on Mobile

    Please disregard. Found the setting in the Fullwidth Easy Slider config page under styling/Font Sizes.

    Thank you!

    #1469799
    kurson
    Participant

    Hi.

    I have full screen slider issues for: https://www.stonecrafters.rocks

    If I select dots only for navigation, not only do the arrows not show, the dots don’t show. I changed the colors, it’s a glitch.

    Tested on Samsung Galaxy s24.

    For the Font I resent mobile font from DEFAULT which overlayed and was cut off to 40px then 50 px then 60px. Now it is locked in font size and too small.

    I

    #1469756

    A variety of font size settings are available in Enfold.
    As Rikard mentioned above: Enfold->General Styling->Typography.
    (click to enlarge the images)

    or on each alb with text there are options to have different font-sizes depending on screenwidth – f.e. headings:

    I sometimes prefer the option to set a fluid font size – for this I activate the option to change the field for setting the font size to an input field.
    on a (default hidden option) – you can choose to have that:

    on that page here you can calculate that css for it – for maximum browser support, i use the min-max option – see image on the bottom
    https://websemantics.uk/tools/fluid-responsive-property-calculator/

    f.e.:

    see an example page : https://webers-testseite.de/heading-with-fluid-font-size/

    #1469589

    Hi,

    Thank you for the update.

    Have you tried adjusting the font size settings in the Enfold > General Styling > Typography tab? You can set different font sizes for various screen sizes. For mobile view, try adjusting the font size in the Very Small dropdown.

    Best regards,
    Ismael

    #1469571

    In reply to: Mega menu (2)

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

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

    Best regards,
    Mike

    #1469505

    Hi,

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

    @media only screen and (max-width: 479px) { 
    #top #wrap_all #main h4.av-special-heading-tag,#top #wrap_all #main h6.av-special-heading-tag {
        font-size: 8px;
    }
    }

    adjust the font size to suit

    Best regards,
    Mike

Viewing 30 results - 421 through 450 (of 18,725 total)