Viewing 30 results - 7,411 through 7,440 (of 18,743 total)
  • Author
    Search Results
  • #927734
    Kelly Erickson
    Participant

    Hi there,

    I have been searching and searching for a solution, but no luck. All I want to do is center icons created in a text block and/or in a footer widget – and I’ve tried EVERYTHING.

    The most recent solution I used worked before I updated the Enfold theme to 4.1

    <div class = "footer_centered" style = "text-align:center;"> <a href="https://www.facebook.com/"> [av_font_icon icon='ue8f4' font='entypo-fontello' size='40px'][/av_font_icon] </a> 
     <a href="https://twitter.com/"> [av_font_icon icon='ue8f2' font='entypo-fontello' size="40px"] </a>  <a href="https://instagram.com/"> [av_font_icon icon='ue909' font='entypo-fontello' size="40px"] </a> 
    </div>
    

    This was placed as a footer widget.

    I also have other areas where I’m just building a simple page and I want to add the social icons in one row, side by side, and centered. The above code got me the icons side by side, but not centered. I tried some basic html:

    <center><a href="https://www.facebook.com/"> [av_font_icon icon='ue8f4' font='entypo-fontello' size='40px'][/av_font_icon] </a> 
     <a href="https://twitter.com/"> [av_font_icon icon='ue8f2' font='entypo-fontello' size="40px"] </a>  <a href="https://instagram.com/"> [av_font_icon icon='ue909' font='entypo-fontello' size="40px"] </a> 
    </center>
    

    Same issue. What in the world am I doing wrong?

    Thanks!

    Hi,

    Try this in quick css instead:

    @media only screen and (max-width: 767px) {
    #av-burger-menu-ul a{
    font-size: 20px;
    }}

    Best regards,
    Jordan Shannon

    Hi I´m trying to control the font size on dropdown menu on cell phones.
    I did find this code adding it to quick css in my theme. But it effects all text.

    @media only screen and (max-width: 480px) {
    body {
    font-size: 20px;
    }

    Now with site link

    carstenstrandvad
    Participant

    If it’s no problem. quick css to chance the space between items in the top menu drop down?

    Hi I´m trying to control the font size on dropdown menu on cell phones.
    I did find this code adding it to quick css in my theme. But it effects all text.

    @media only screen and (max-width: 480px) {
    body {
    font-size: 20px;
    }

    #927565

    Hey Jack,

    The font-size looks the same, however I do see the spacing difference. You are looking to increase it correct?

    Best regards,
    Jordan Shannon

    #927563
    spanishj
    Participant

    Hey, all! I’ve been trying to change the font size and spacing for bullets on my blog but to no avail.

    As you can see here: https://www.tofluency.com/sick/ – all the font is the same except for the bullet points. How do I change the font size, line spacing, and spacing between the bullet points.

    Much appreciated!
    ~ Jack from To Fluency

    #927538

    Hey jr-music,

    Add this to quick css:

    
    @media only screen and (max-width: 767px)  {
    .av-catalogue-item-inner{
    font-size:8px!important;
    }}

    Best regards,
    Jordan Shannon

    #927527
    jr-music
    Participant

    Hi I just realise that the “menu” page were you have the products as you have in the Enfold restaurant example, in my case doesn’t show correctly, I don’t know If I have to resize the fonts of the Products titles or what, I have attached a screenshot on the private contact.

    Any suggestions?

    This is the website:

    Looking forward to hear from you, thanks.

    stoneroad
    Participant

    According to schema.org with the properties for structured data, the images are creating the errors.
    So, when Google (or anything) would index this item, the itemprop and itemscope values relate the image to the rest of the content. An itemprop = “ImageObject” returns an error on the data since it cannot be attributed to “WebPage”.

    This just started happening on the last two website launches and they are both up to date.

    I think this is a theme issue but not sure.

    Can you please help, and thank you!
    Steve

    I removed the .jpg on the image src so it did not pop up the image here.

    THRiL Tactical Gear</div></div></div>
    <div class=”flex_column av_one_third no_margin flex_column_table_cell av-equal-height-column av-align-middle av-zero-column-padding avia-builder-el-4 el_after_av_one_third el_before_av_one_third ” style=’border-radius:0px; ‘>
    <div class=’avia-image-container av-styling- av-hover-grow noHover av-overlay-hover-deactivate avia-builder-el-5 avia-builder-el-no-sibling avia-align-center ‘ itemprop=”ImageObject” itemscope=”itemscope” itemtype=”https://schema.org/ImageObject&#8221; >
    <div class=’avia-image-container-inner’><div class=’av-image-caption-overlay’>
    <div class=’av-caption-image-overlay-bg’ style=’opacity:0.4; background-color:#000000; ‘></div><div class=’av-image-caption-overlay-position’>
    <div class=’av-image-caption-overlay-center’ style=’color:#ffffff; font-size:40px; ‘><p><H1><font color=”white”>HUNTING</font></H1></p>

    • This topic was modified 8 years, 1 month ago by stoneroad.
    #927360

    In reply to: Blog titles in caps

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .html_elegant-blog #top .avia-content-slider .slide-entry-title { 
    text-transform: uppercase; 
    font-weight:lighter!important; 
    font-size: 18px; 
    }
    

    The titles have the same font family on both the sites which is “open sans” :)

    Best regards,
    Vinay

    #927233

    Hey DROR,
    Try this code in the General Styling > Quick CSS field:

    #top.home h3.slide-entry-title a {
    font-size: 18px !important;
    }
    #top.home .slide-meta-comments,#top.home .slide-meta-del {
    display: none !important;
    }
    
    #top.home .avia-content-slider .read-more-link a {
    margin: 0px !important;
    }
    #top.home .avia-content-slider .read-more-link {
        top: 0px!important; 
        padding-bottom: 0px!important; 
    }
    #top.home .entry-footer .slide-meta {
    margin-top: 5px !important;
    }

    Best regards,
    Mike

    Can i use the page id to change other elements isolated to that specific page as well ?

    As the size/font/color of the menu items for example ?

    Thanx!

    #927109

    In reply to: Blog titles in caps

    This reply has been marked as private.

    Hi,

    Thanks for the feedback. If the demo import is not working for you then you could try activating debug mode in order to see builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, you can then paste the following shortcode to a new page:

    [av_layerslider id='1']
    
    [av_one_third first]
    [av_icon_box icon='61' position='left' title='A real Time-Saver']
    Enfold is a powerful Theme that comes with an easy <strong>drag and drop admin interface</strong>.
    Set up new sites in no time!
    [/av_icon_box]
    [/av_one_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
    [av_icon_box position='left' boxed='' icon='59' font='entypo-fontello' title='Free updates & support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    135.000 customers cant be wrong.
    We offer incredible support and <strong>free updates</strong> for all our themes!<a href="#">
    </a>
    [/av_icon_box]
    [/av_one_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat']
    [av_icon_box icon='75' position='left' title='No Rocket Science']
    Whether you have never touched a line of code or are a WordPress-Ninja, this theme is built for users of <strong>all skill levels</strong>...<a href="#">
    </a>
    [/av_icon_box]
    [/av_one_third]
    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='repeat' attach='scroll' padding='large' shadow='shadow']
    [av_one_full first]
    
    [av_textblock]
    <h2 style="text-align: center;">Showcasing your work has never been more fun</h2>
    [/av_textblock]
    
    [av_hr class='short' height='70' position='center']
    
    [av_textblock]
    <p style="text-align: center;">The Template Builder allows you to build <strong>any number</strong> of cool Portfolio layouts, 3 of them are featured bellow.
    Once you have created one or multiple layouts you like, simply save them as template and reuse them as often as you need
    [/av_textblock]
    
    [av_hr class='invisible' height='70' position='center']
    
    [av_portfolio columns='3' items='3' contents='title' linking='' sort='no' paginate='no']
    
    [av_hr class='short' height='70' position='center']
    
    [av_textblock]
    <p style="text-align: center;"><a title="Portfolio" href="http://kriesi.at/themes/enfold/portfolio/">View the Full Portfolio here</a></p>
    
    [/av_textblock]
    
    [/av_one_full]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_half first]
    
    [av_gallery ids='1677,1675,1674,1679,1676,1678,1680' style='big_thumb' preview_size='no scaling' columns='7']
    
    [/av_one_half][av_one_half]
    
    [av_textblock]
    <h2>Some Enfold Core Features</h2>
    [/av_textblock]
    
    [av_hr class='short' height='70' position='left']
    
    [av_textblock]
    Enfold is a super flexible Theme with a modern backend that makes it incredible easy to build unique layouts by simply <strong>dragging and dropping</strong> your content into place.
    <ul>
    <li>Layout Builder with dozens of easy to use elements</li>
    <li>Content Importer, to easily setup your site. With one click you get a site very similar to the theme demo.</li>
    <li>Predefined Color schemes that can easily be edited right out of your backend</li>
    <li>Lots of beautiful interactive elements like slideshows, galleries, tabs, toggles that help you showcase your best work</li>
    <li>Works beautiful on modern high resolution displays: Smarthpones, iPads, Retina MacBooks, etc</li>
    </ul>
    [/av_textblock]
    
    [av_hr class='short' height='70' position='left']
    
    [av_button label='Learn more...' link='page,1437' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='121']
    
    [/av_one_half]
    [/av_section]
    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='shadow']
    [av_one_half first]
    
    [av_textblock]
    <h2 style="text-align: right;">About Us</h2>
    [/av_textblock]
    
    [av_hr class='short' height='70' position='right']
    
    [av_textblock]
    <p style="text-align: right;">Lorem ipsum dolor sit amet, consectetuer <strong>adipiscing elit</strong>. Aenean commodo ligula eget dolor. Aenean massa.</p>
    <p style="text-align: right;">Nulla consequat massa quis enim.
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.
    Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.
    Aenean <strong style="text-align: right;">vulputate</strong> eleifend tellus.
    [/av_textblock]
    
    [av_hr class='short' height='70' position='right']
    
    [av_button label='Check out our Team' link='page,1212' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='right' icon_select='yes' icon='14']
    
    [/av_one_half][av_one_half]
    
    [av_iconlist position='left']
    [av_iconlist_item title='Crafted with love' icon='43']
    Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in.
    [/av_iconlist_item]
    [av_iconlist_item title='Melodical by nature' icon='51']
    Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt.
    [/av_iconlist_item]
    [av_iconlist_item title='Lightning Fast' icon='64']
    Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero.
    [/av_iconlist_item]
    [av_iconlist_item title='Freaky Flags' icon='41']
    Nullam quis ante. Etiam sit <strong>amet orci eget</strong> eros faucibus tincidunt. Donec vitae sapien ut libero venenatis faucibus.
    [/av_iconlist_item]
    [/av_iconlist]
    
    [/av_one_half]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_half first]
    
    [av_image src='https://kriesi.at/themes/enfold/files/2013/04/iphoneIpad-495x400.png' align='right' animation='left-to-right']
    
    [/av_one_half][av_one_half]
    
    [av_textblock]
    <h2>Mobile Ready</h2>
    [/av_textblock]
    
    [av_hr class='short' height='70' position='left']
    
    [av_textblock]
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    
    Nulla consequat massa quis enim.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium.Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.Aenean vulputate eleifend tellus.
    [/av_textblock]
    
    [av_hr class='short' height='70' position='left']
    
    [av_button label='Mobile Features' link='manually,http://' link_target='' color='theme-color-subtle' custom_bg='#444444' custom_font='#ffffff' size='large' position='left' icon_select='yes' icon='2']
    
    [/av_one_half]
    [/av_section]
    
    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='shadow']
    [av_textblock]
    <h2 style="text-align: center;">What others say about us</h2>
    [/av_textblock]
    
    [av_hr class='short' height='50' position='center']
    
    [av_testimonials style='grid' columns='2' interval='5']
    [av_testimonial_single src='1460' name='Martha M. Masters' subtitle='Marketing' link='http://www.wikipedia.com' linktext='WikiTravel']
    Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [av_testimonial_single src='1454' name='Anna Vandana' subtitle='CEO' link='http://www.wikipedia.com' linktext='Media Wiki']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [av_testimonial_single src='1450' name='Maxi Milli' subtitle='Public Relations' link='http://www.wikipedia.com' linktext='Max Mobilcom']
    Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    [/av_testimonial_single]
    [av_testimonial_single src='1456' name='Dr. Dosist' subtitle='Dean of Medicine' link='http://www.wikipedia.com' linktext='Doom Inc']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [/av_testimonials]
    [/av_section]
    
    [av_section color='socket_color' custom_bg='' src='https://kriesi.at/themes/enfold/files/2013/04/room.jpg' attachment='' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' min_height='' padding='default' shadow='no-shadow' id='']
    [av_textblock]
    <h2 style="text-align: center;">In case you need help</h2>
    <p style="text-align: center;">Here are several ways to contact us</p>
    [/av_textblock]
    
    [av_hr class='invisible' height='30' shadow='no-shadow' position='center']
    
    [av_one_third first]
    
    [av_icon_box icon='122' position='top' title='Presales Question?']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    <a href="#">Learn more</a>
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='59' position='top' title='Need Support?']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    <a href="#">Learn more</a>
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='56' font='entypo-fontello' position='top' title='Check Forum' link='' linktarget='' linkelement='']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim juserdiet a, venenatis vitae, justo.
    <a href="#">Learn more</a>
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]
    
    [av_section color='main_color' custom_bg='#ffffff' src='' attachment='' position='top left' repeat='no-repeat' attach='scroll' padding='no-padding' shadow='no-shadow' id='']
    
    [av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='10']
    [av_partner_logo id='2500' attachment='' hover='' link='manually,http://wpml.org/?aid=9076&affiliate_key=bGGmcfb4KN4i' linktitle='' link_target='_blank']
    [av_partner_logo id='2499' attachment='' hover='' link='manually,http://wordpress.org' linktitle='' link_target='_blank']
    [av_partner_logo id='2498' attachment='' hover='' link='manually,http://wordpress.org/plugins/woocommerce/' linktitle='' link_target='_blank']
    [av_partner_logo id='2496' attachment='' hover='This is a nice image caption displayed on hover' link='manually,http://www.microlancer.com/' linktitle='' link_target='']
    [av_partner_logo id='2497' hover='' link='' linktitle='' link_target='']
    [av_partner_logo id='2495' attachment='' hover='' link='manually,http://kriesi.at/' linktitle='' link_target='']
    [av_partner_logo id='2490' attachment='' hover='' link='manually,http://www.dribbble.com/Kriesi' linktitle='' link_target='_blank']
    [av_partner_logo id='2494' attachment='' hover='' link='manually,http://jquery.com/' linktitle='' link_target='_blank']
    [av_partner_logo id='2492' attachment='' hover='This is a nice image caption displayed on hover' link='manually,http://www.envato.com' linktitle='' link_target='_blank']
    [av_partner_logo id='2489' attachment='' hover='Use it to link to partners, list compatibly plugins and whatnot' link='manually,http://bbpress.org/' linktitle='' link_target='_blank']
    [/av_partner]
    
    [/av_section]

    Best regards,
    Rikard

    #927046

    In reply to: Blog Layout 2017

    Hi,

    Thank you for the update.

    Please set the Enfold > Blog Layout > Blog Layout to “use the advance layout builder…” and then enable the debug mode (https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/). Edit the blog page and paste this shortcode in the debug mode field.

    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-shadow' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='http://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/banner-news-alt.jpg' attachment='1057' attachment_size='full' attach='scroll' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0']
    [av_heading heading='Latest News
    Everything thats going on at Enfold is collected here' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='0' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)'][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(34, 34, 34)']
    
    [av_textblock size='' font_color='custom' color='#dddddd' admin_preview_bg='rgb(34, 34, 34)']
    <p style="text-align: center;">Hey there! We are Enfold and we make really beautiful and amazing stuff.
    This can be used to describe what you do, how you do it, & who you do it for.
    
    [/av_textblock]
    [/av_section]
    
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
    
    [av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
    
    

    That is the demo’s actual shortcodes.

    Best regards,
    Ismael

    #927021

    Hi,

    You can add it inside this media query, to make it only applicable on mobile:

    @media only screen and (max-width:767px) {
    
    }

    combined with Rikard’s code, it should look like this:

    <pre><code>@media only screen and (max-width:767px) {
      .home #full_slider_1 .avia-button-center {
        display: inline-block !important;
      }
    
      .home #full_slider_1 .avia-button-center a.avia-button {
        font-size: 12px;
      }
    }

    as for reducing the size, I think it’s already small, but you can adjust the font size instead to reduce the size.

    Best regards,
    Nikko

    #926908

    Hi,

    You can add subtext to your logo by adding following code to Functions.php file of your child theme in Appearance > Editor

    The below code will wrap your subtext in an H1 tag, we will add custom CSS to style it.

    //---------------------------
    // Logo subtext
    //---------------------------
    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= '<h1>Free Matched Betting for the UK</h1>';
        return $sub;
    }

    Add the below CSS in Enfold > General Styling > Quick CSS

    /* CSS - Subtext below the logo */
    /* 
    If your subtext is overflowing outside the header 
    please increase the header height from
    Enfold > Header > Header size > Custom pixels 
    */
    
    #top .logo,
    #top .logo a {
    	overflow: visible;
    }
    
    /* Subtext styling */
    .logo .subtext h1 {
    	font-size: 20px;
        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: 70%!important;
    	margin-top: 10px;
    }
    
    /* 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%);
    }

    Best regards,
    Vinay

    #926791

    In reply to: Blog titles in caps

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top.page .entry-title {
        text-transform:uppercase;
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100!important;
        font-size: 
        letter-spacing: 1px;        
    }
    

    Best regards,
    Vinay

    #926659

    Hello.

    Color: Please go to Enfold (or Enfold Child if you have a child theme) > General Styling > Main Content > Main Content font color.

    Size: Please go to Enfold (or Enfold Child if you have a child theme) > Advanced Styling > Select an element to customize > Choose BODY > Edit Element > Save all changes.

    Clear caching.

    #926654
    Lyes75
    Participant

    Hello,

    I’m unable to change general font size & font color (body) with the custom.css & the box in general styling.

    Even when i try to make some changes (color & size) in text bloc it doesn’t working…

    Can you help me (i’ve send my you private infos).

    Thanks.

    • This topic was modified 8 years, 1 month ago by Lyes75.
    #926469

    Hey elsrick91,

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

    @media only screen and (max-width: 990px) {
    #contact h3 {
        font-size: 0.8em !important;
    }
    }

    Best regards,
    Rikard

    #926457

    Hi,

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

    a:link:before, a:visited:before {
        font-size: 20px !important;
    }

    Best regards,
    Rikard

    #926405

    Hi,

    Thank you for the info.

    We added this code in the Quick CSS field to adjust the top and bottom padding, font size, line height of the caption container.

    @media only screen and (max-width: 767px) {
    	.av-image-caption-overlay-center {
        padding: 50px 20px;
        font-size: 12px !important;
        line-height: 1.3em;
    	}
    }

    Please remove browser cache or do a hard refresh before checking the page.

    Best regards,
    Ismael

    #926036
    Monique
    Participant

    Hi there,

    I noticed thread https://kriesi.at/support/topic/easy-slider-caption-content-font-size/.

    I have the same issue on multiple sites: the caption text on smaller screens is not being changed to the size you insert in the Easy Slider > form elements > screen options. Attached you find screen shots of:
    1) Easy slider caption on very small screens (up to 479px).
    2) The settings in Enfold for caption title and caption text both set at 10px. It is easy to see that there is something wrong with the caption content.
    3) By using the inspector I found out that the <p> in the avia-caption-content is causing the problem.

    Like I said, I noticed the solution in am. thread, however it seems somewhat ‘overdone’ to have to change this in all Enfold sites my clients are running… Apart from that, once changed through CSS, it does not give a client (who doesn’t work with CSS) the option to change it themselves the way the theme settings offer. I believe it is a ‘bug’ in Enfold and should be updated in the next Enfold version.

    What is your opinion about this? Has this already been taken into consideration?

    Thanks & regards,
    Monique

    #925895

    In reply to: Menu styling

    Hi Roland,

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

    #av-burger-menu-ul .avia-menu-text {
      font-family:PT Sans !important;
      font-size:18px !important;
    }

    Best regards,
    Rikard

    #925764

    Sorry for my belated post!

    The issue is still present. On different devices the text stays the same font-size. Therefore the text sometimes doesn’t get displayed properly. I tried to fix it with your code, but the issue still persists.

    missing some letters at perfectionist
    Missing some letters at enthousiast
    mailadres falls outside div

    Hopefully you guys can give this a look.
    Thank you!

    #925543

    In reply to: Change the police

    Hi,

    Body font is 13px and H2 is 28px by default. You can change body font size in Enfold theme options > General Styling > Body and H2 in Enfold theme options > Advanced Styling :)

    Best regards,
    Yigit

    #925447

    Hi,

    Thanks, you can use this html code:

    <div style="padding-bottom:20px;font-size:34px;" class="av-special-heading av-special-heading-h2  blockquote modern-quote modern-centered  av-inherit-size ">
    <span class="av-icon-char av-icon-char-custom" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
    <h2 class="av-special-heading-tag " itemprop="headline">מה אומרים בוגרי הקורס שלנו?</h2>
    <div class="special-heading-border"><div class="special-heading-inner-border"></div></div>
    </div>

    Hope this helps :)

    Best regards,
    Nikko

    #925367

    In reply to: Icon in line with text

    Hey Sophie,

    Try using this text, make sure you’re using Text Editor and not Visual Editor:

    <span class="av-icon-char av-icon-char-custom" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    then on Quick CSS (located in Enfold > General Styling), add this css code:

    #top span.av-icon-char.av-icon-char-custom {
        float: left;
        margin-right: 4px;
    }
    
    #top span.av-icon-char.av-icon-char-custom:before {
        content: "\e806" !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #925313

    Topic: Footer text font

    in forum Enfold
    Lara
    Participant

    Hi team,

    Wondering if you can help me get my footer font to be consistent in size.

    The text underneath Contact Us and Links are what I’m after, the font underneath latest News is far too small and I can’t figure out how to edit.

    Lara

Viewing 30 results - 7,411 through 7,440 (of 18,743 total)