Viewing 30 results - 1,621 through 1,650 (of 18,718 total)
  • Author
    Search Results
  • #1371792
    tonytrabon
    Participant

    In the page editor, I am making changes to font sizes in the popup Advanced Layout Editor, but it will not override the default sizes in the theme settings. The color override works fine at the page level, but not the font size

    #1371705

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top .av-logo-container .social_bookmarks li a {
      font-size: 20px;
    }
    

    Regards,
    Yigit

    #1371680

    Hi Yigit,
    yes, that’s of course an option, thx. I did it, but would like to modify these aspects then:

    – No capitals
    – bigger font size
    – option to collapse / minimize the TOC

    Would be great if there are some CSS adjustments or so in order to get this. Then I would be happy to delete the other plugin :-)

    thx agin & cheers, Tilman

    • This reply was modified 3 years, 3 months ago by oestersund.
    #1371484

    Hey AuroraArcus,
    Thanks for the link to your page, I see the text overlap began at 1350px and below 400px the padding was adding to the problem so I recommend this css:

    @media only screen and (max-width: 1350px) { 
    #top .av-catalogue-title-container {
        font-size: .8em;
        line-height: 1em;
    }
    }
    @media only screen and (max-width: 420px) { 
    .responsive #top #wrap_all #av-layout-grid-1 .flex_cell {
        padding: 40px 20px !important;
    }
    }

    After applying the css, please clear your browser cache and check.
    For tablet and below the font change seems appropriate:
    2022-11-05_006.png
    and for very small mobile devices the added padding change also helps:
    2022-11-05_005.png

    Best regards,
    Mike

    #1371298

    Hey schwabino,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the social icons in the top header.

    #top #header_meta .social_bookmarks li a {
        width: 60px;
        line-height: 60px;
        min-height: 60px;
        height: 100%;
        font-size: 20px;
    }
    
    #header_meta .container {
        min-height: 60px;
    }

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

    Best regards,
    Ismael

    #1371260

    Please dont ever delete this post.

    What an excellent insight into self hosting fonts.

    I have always gone down the route of individual fonts at 400 (regular) woff2 rather than variable to reduce the number of font files that need to be downloaded. The browser interpretation of font weights is normally adequate for most sites.

    I also pre-load them manually to prevent the font swap jumping in.

    Font Squirrel can further optimise Woff and Woff2 bringing the file size of each custom font down significantly. A Woff2 font created using cloud convert is often about 30 to 60% larger than using Font Squirrels Optimised versions. A site with 3 fonts for example would save about 100kb of data which is huge.

    If you want an alternative to roboto, arial, helvetica, open sans etc. Try Google font Karla – Compressed it is only about 17kb as a Woff2. The lightest Google font available?

    #1371240
    Ad-Min747
    Participant

    Hi,
    I have 2 images galeries on my landing page. They both are perfect grid with no horizontal and vertical space in between square images equaly sized.
    When I check on the page, an horizontal white strip (space) appears in between the lines so I’m not black full background anymore.
    Any idea? I’d like no vertical and horizontal space in between images for both galeries. (This was initialy the case but appeared may be after the theme update or fex lines added in the custom CSS that I tried to delete but without effect)

    Best regards.
    JM

    PS: for info, you once gave me the following Quick CSS inclued in the theme options Quick CSS section. If useful

    #top.home #references figure.av-inner-masonry.main_color {
    border: 0px solid #333333!important;
    }
    #top.home #portfolio figure.av-inner-masonry.main_color{
    border:1px solid #808080!important;
    }
    #top .fullsize .template-blog .post-title {
    font-size: 20px;
    color: #003185;
    }

    #1371235

    Hi,

    The changes I make in Enfold theme options does not apply in the front end. fx. if I change font color or size it does not show on the site. it worked fine yesterday. Everything is updated to the latest version.

    Changes on the “pages” does apply as normal. What to do?

    #1371161

    Hi,

    Thank you for the update.

    You can upload a custom svg file to the uploads folder or use the Media > Library to upload a media file, then use the following css code to adjust the style of the video controls.

    .mejs-button>button {
        background: transparent url(mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px;
    }

    Replace the value of the background property with the custom svg file.

    Best regards,
    Ismael

    #1371045

    Hey Mark,
    Thanks for your question, have you added this css in the Quick CSS:

    .pagination a,.pagination span {
        display: block;
        float: left;
        font-size: 11px;
        line-height: 13px;
        padding: 2px 9px 1px 9px;
        text-decoration: none;
        width: auto
    }

    If you have please remove it, if not please include admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    #1370965

    Hi Franz,

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

    .av-sort-by-term {
        font-size: 22px;
    }
    
    .av-sort-by-term a {
        color: red;
        font-family: verdana; 
    }
    
    .av-sort-by-term a.active_sort {
        color: blue;
    }

    Best regards,
    Rikard

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post-title {
        font-size: 20px;
        color: #003185;
    }

    Best regards,
    Rikard

    #1370922
    schweg33
    Participant

    Hello together
    How can I format the category text.
    Font
    Font color
    Font size
    format

    thanks in advance
    kind regards

    Franz

    #1370568
    MaxityDE
    Participant

    It looks like the Slider Widget is putting a Google Fonts Link Tag in the website code, although we have uploaded and configured local fonts everywhere in Enfold. Inserted tag looks like this:

    
    <div id='layer_slider_1'  class='avia-layerslider main_color avia-shadow  avia-builder-el-0  el_before_av_two_third  avia-builder-el-first  container_wrap fullsize'  style='height: 961px;'  >
    <link href="https://fonts.googleapis.com/css?family=Open+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
    <div id="layerslider_2_lhtuev5yc8r3" class="ls-wp-container fitvidsignore" style="width:1920px;height:960px;margin:0 auto;margin-bottom: 0px;">....
    

    We have double checked all options inside Enfold and could not find any reference to online fonts, we are using just our locally uploaded fonts.
    This creates a significant issue with GDPR compliance here in Germany and is starting to get sued by laywers. We already received a dissuasion and a claim for one of our websites with Enfold.

    We already tried this solution:

    
    add_filter( 'avf_output_google_webfonts_script', 'avf_output_google_webfonts_script', 10, 1 );
    function avf_output_google_webfonts_script( $activate )
    {
    	return false;
    }
    

    Unfortunately, this is not working, the link tag mentioned above is still inserted into the website.

    Please advice on how to get rid of Google fonts link tags inside Enfold. Thanks a lot! :)

    • This topic was modified 3 years, 4 months ago by MaxityDE.
    • This topic was modified 3 years, 4 months ago by MaxityDE.
    #1370460

    Hey Eleina,
    Thanks for the link to your example, try adding this code to your Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text

    <ul class="topbar-contact"><li class="map"><span class="inline"><a href="#">[av_font_icon icon='ue842' font='entypo-fontello' size='20px'][/av_font_icon]Pet Street 123 - New York</a></span></li>  <li class="phone"><span class="inline"><a href="tel://1-555-555-5555">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon]555-555-5555</a></span></li>  <li class="mail"><span class="inline"><a href="mailto: (Email address hidden if logged out) ">[av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon] (Email address hidden if logged out) </a></span></li></ul>

    and add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    #header_meta .inline {display: inline-block;}
    #header_meta .topbar-contact ul {list-style: none; list-style-type: none;}
    #header_meta ul.topbar-contact li {display: inline;}
    #header_meta ul.topbar-contact li a {vertical-align: middle;}
    #header_meta ul.topbar-contact {margin-bottom: 0;}

    this is the expected results:
    2022-10-27_002.png

    Best regards,
    Mike

    #1370328
    satucker
    Participant

    I’m having a problem with the text boxes on fbclancaster.com. When I update them, sometimes they get really small on chrome browsers only (not affected on safari). Changing font size does nothing.

    See the homepage “Oct. 30 Family Worship” text box to see an example. It was also doing it on the I’m New page.

    Any ideas on how to fix this behavior?

    See sample pics of large and small here: https://www.dropbox.com/s/9ycbuwd3mnuwozi/Archive.zip?dl=0

    Sure! Check this one out:

    Simply resize the screen: you will see that the subheading “da Colle Garda a Colletto Taf via Monte Rena, Taille e Taf” will be split in 2 lines: until the moment when the font size is not decreased (screen width > 767 pixel), the space between the 2 lines remains acceptable.
    When you reduce the screen size below 767, the font size decreases, and the space between the 2 lines is annoyingly large… it may be that the “line height” of that subheading remains the same IN PIXELS, while the font size is decreased. This is why you get that “distance” between the two lines. Just my 2 cents!

    Hi Rikard and thanks for your help: I am talking about the subheading in the Special Heading component.
    The Advanced Styling allows me only to setup the <H1> tag, but I need to change the SUBHEADING part of the Special Heading component (which is into a <DIV class=”av_custom_color av-subheading av-subheading_below”>), and only when the screen size is at “mobile size”.

    In fact, with this CSS below, I can change the line height of the subheading for the upper part of my screenshot, taken when the scren size is “desktop size”. When the screen size reaches “mobile size” (the bottom part of my screenshot), the font size decreases AND it seems like my customization of the line-height is not working anymore, as you can see from the screenshot…

    https://imgur.com/f7b8ZFe

    .av-subheading {
    line-height: 1em !important;
    } 

    Thanks!

    mistermagoo8691
    Participant

    Hi folks.

    I see this happening with all my Special Headings: when you decrease the size of the screen, the font size used for the “subheading” sentence decreases (and this is good), but the line height is increased (and this is bad). It is noticeable when the subheading is a long sentence, and therefore it is split on two lines: there is too much space between these two lines.
    This is not happening for the “heading” sentence, the line height remains the same.

    See in the example below:

    https://imgur.com/f7b8ZFe

    As you can see, the heading is split in two lines fine, the subheading is split in two lines leaving too much space between them.
    Do you think this can be easily adjusted?

    THX
    Bye!
    A.-

    #1369876

    In reply to: Links in Topbar

    Hi,
    To have the large font on desktop also and have the links black, use this css instead:

    #top .phone-info {
    	font-size: 22px;
    }
    #top .phone-info a {
    	color: #000;: 22px;
    }

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

    Best regards,
    Mike

    #1369434

    In reply to: Links in Topbar

    Hey diefleischerei,
    To change your topbar text to links, you would wrap the text with html link tags like this:
    Zum <a href="/newsletter/">Newsletter</a> und <a href="/shop/">Shop</a>
    please note the links are examples so you will need to adjust the url “href” to your links.
    To make the topbar text larger on mobile, try adding this css:

    @media only screen and (max-width: 767px) { 
    	#top .phone-info {
    		font-size: 22px;
    	}
    }

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

    Best regards,
    Mike

    #1369218
    Chrilles
    Participant

    Dear support
    Can you help to see why the font size changes when hovering over the menu text on my site – see URL in Private content?
    There is no custom CSS

    Best,

    Chrilles

    #1369187

    Hi,
    thanks this looks great now.

    Did you change some settings to get there, because now every page is showing only the the shortcuts in edit mode, e.g. :

    [av_button label='Anmeldung' icon_select='yes' icon='ue80c' font='entypo-fontello' link='page,1167' link_target='' size='small' position='left' label_display='' title_attr='' color_options='' color='#af0000' custom_bg='#af0000' custom_font='#ffffff' btn_color_bg='#af0000' 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='' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' id='' custom_class='' template_class='' av_uid='av-30n9kq' sc_version='1.0' admin_preview_bg='']

    #1369136

    Hey Lene,

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

    .iconlist_icon span.iconlist-char {
      font-size: 60px; 
    }

    Best regards,
    Rikard

    #1369117

    Hey woogie07,

    Please try this in Quick CSS:

    .widget_recent_entries li a {
        font-family: inherit;
        font-size: inherit;
        font-style: normal;
    }

    Best regards,
    Rikard

    fkm
    Participant

    Hi Enfold team,

    with the following CSS code I was able to reduce the vertical distance between the entry titles of the ajax portfolio preview (and also adjust the left margin and the font size) that I´m using on my page:

    .grid-entry-title {
    font-size: 17px!important;
    margin-top: -14px!important;
    margin-left: -20px!important;
    }

    The settings for the left margin and the font size also affect the smartphone view.
    However, the vertical spacing between the titles in this view remains unchanged.

    I also tried the following one but it doesn´t work:

    @media only screen and (max-width: 767px) {
    .grid-entry-title {
    margin-top: -40px!important;
    }}

    So please let me know how to decrease the vertical distance between the entry titles on mobile view (smartphones).

    Thank you very much in advance.

    Best regards,
    fkm

    #1368902

    Hi Mike,
    now I use:

    #top .alternate_color .av-open-submenu.av-subnav-menu li>ul a:hover, .alternate_color #submit, .alternate_color .avia-menu-fx, .alternate_color .avia-menu-fx .avia-arrow, .alternate_color .image-overlay .image-overlay-inside:before, .alternate_color input[type=submit], .responsive #top .alternate_color .av-open-submenu.av-subnav-menu>li>a:hover, div .alternate_color .button {
    background-color: white;
    border-color: #234029;
    font-color: #234029;
    border-color: #234029;
    font-size: 19px;
    }

    font size ist fine now, I was not successful re. modifying hover background color – what would be the correct css addition acc?

    Thx a lot, Tilman

    #1368875

    In reply to: RESPONSIVE 2022

    Hi,

    Website 1
    I checked your website on my iphone in landscape mode but it looks fine to me. Title font size is big however if you decrease it by referring to our previous replies, it should look great.

    If I did not understand the issue, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com and post the links here.

    Website 2
    5) Sidebar
    It seems like “Do not show sidebar on smartphones” option not enabled in theme options. Could you please confirm that? If it is not enabled, then please check your custom CSS for following code

    
      @media only screen and (max-width: 767px)
    .responsive #top #main .sidebar {
      display: none;
    }
    

    You can add following code to Quick CSS and change page ID (“page-id-6968” in example below) to display sidebar on mobile on specific pages

    
     @media only screen and (max-width: 767px) { 
    .responsive #top.page-id-6968 #main .sidebar {
      display: block;
    }}
    

    6) Header
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 990px) { 
    #header_meta {
      display: none;
    }}
    

    Best regards,
    Yigit

    #1368829

    ah, ok. And then I can add addtl specs as

    font-size: 22px;

    etc?

    #1368824
    oestersund
    Participant

    Dear Team,
    on my page below I´ve tried to modify the send button appearance using this CSSS as recommended in another post. But at my end it is not working:

    /*Formular Senden Button*/
    .main_color input[type=’submit’] {
    background-color: orange;
    color: black;
    border-color: orange;
    }
    .main_color input[type=’submit’]:hover {
    background-color: red;
    color: white;
    border-color: red;
    }

    Furthermore, I want the font buttons size bigger.

    It would be great if you can help me acc. Thx a lot & best regards Tilman

Viewing 30 results - 1,621 through 1,650 (of 18,718 total)