Viewing 30 results - 421 through 450 (of 18,716 total)
  • Author
    Search Results
  • #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, 3 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

    #1469470

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

    @media only screen and (max-width: 767px) {
    .html_av-overlay-side-classic #top .av-burger-overlay .avia-menu-text {
        font-size: 17px;
    }
    }

    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

    #1469467

    Hi,
    Did you remove the css above:

    .av-special-heading-tag h4,h6 {
        font-size: 55px!important;
    }

    I don’t see a link to your site, please provide and tell us which title you are looking at that is an H4.

    Best regards,
    Mike

    #1469444

    Hi,
    Please see Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings and set the font size for “small” & “very small”
    Screen Shot 2024 10 19 at 9.05.06 AM

    Best regards,
    Mike

    #1469424

    Hey findweat,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .widget_nav_menu li {
      font-size: 17px;
    }
    }

    Best regards,
    Rikard

    #1469410
    findweat
    Participant

    Hello! Just want to ask why on mobile, my main sidebar (About Us, Inventory etc) font size is smaller than the supposed “dropdown” (Art, Asian etc) and how do I fix this?

    #1469370

    I can add this: before writing on this Forum, I had tried adding this ccs

    .av-special-heading-tag h4,h6 {
        font-size: 55px!important;
    }

    It works, but for all views: while I only want to change the mobile view

    #1469361

    Hi,

    Thank you for the update.

    how to change the page titles (only on mobile view)

    Are you referring to the Special Heading element? Please edit the element and adjust the settings under Styling > Font Sizes > Heading Font Sizes. You can toggle the device icons to change the font size for different screen sizes.

    Best regards,
    Ismael

    #1469351

    In reply to: Hotspot text smaller

    Hey JoStudioDeRijp,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the hotspot content:

    #top .avia-tooltip.av-tt-hotspot {
        font-size: 20px;
    }

    Best regards,
    Ismael

    #1469321
    carlopal
    Participant

    Good morning

    I would like to change (only for mobile view, without making any changes in desktop view) the font size for:

    • main menu links
    • page titles

    Can you provide me with some css to do this? Thanks a lot

    • This topic was modified 1 year, 4 months ago by carlopal.
    • This topic was modified 1 year, 4 months ago by carlopal.
Viewing 30 results - 421 through 450 (of 18,716 total)