Viewing 30 results - 12,391 through 12,420 (of 18,742 total)
  • Author
    Search Results
  • Hi!

    Font size was set to 13px, i set it to 16px to test it and confirmed that it is working fine [screenshot in private content field]. Please go to Quick CSS field and adjust the value as needed

    Cheers!
    Yigit

    #549316

    Hi dohodoho!

    Please try adding !important rule to your code as following

    .avia-button.avia-size-x-large { font-size: 18px; border-radius: 8px; padding: 20px 40px 18px !important; }

    Best regards,
    Yigit

    #549301
    dohodoho
    Participant

    Hi, I have the following custom CSS code for the very large buttons.

    .avia-button.avia-size-x-large { font-size: 18px; border-radius: 8px; padding: 20px 40px 18px; }

    This works fine except for the padding which is somehow ignored. The padding is reset to “25px 50px 23px;” when I look at it in the Chrome Inspection function.

    Any clue?

    I just want to make the very large button a little smaller.

    #548961

    In reply to: Change menu font size

    Hello,

    The URL is http://www.josephbrunette.com

    You can see the menu headings on the left side of the home screen. I’d like to reduce the fontsize slightly and remove the horizontal lines below each one.

    here is a screen shot:
    screen shot of home page

    Thanks !!

    #548944

    I’ve changed both the text and icon to 18px but there’s still a gap. :(

    .phone-info { text-align: center; font-size: 18px; }
    
    .phone-info .iconbox_icon {
        float: right;
        font-size: 18px;
        margin: 0;
        margin-left: 5px;
    } 
    #548941

    Hey!

    Please change the code i posted in my last reply to following one

    .phone-info .iconbox_icon {
        float: right;
        font-size: 21px;
        margin: 0;
        margin-left: 5px;
    }

    Cheers!
    Yigit

    #548697

    Hey!

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

    span.blog-categories.minor-meta {
        font-size: 18px;
    }

    Cheers!
    Yigit

    Hi!

    Please add following code to Quick CSS

    .avia-content-slider .slide-entry-title {
        font-size: 20px;
        text-align: center;
    }

    Cheers!
    Yigit

    #548660

    Great, almooooooost done.
    Just could not get large font size for the category (eg. in the first post “Allgemein”). Any thoughts on that?

    For the records / for other users -> Correct code for increase excerpt length is:
    add_filter( ‘avf_postgrid_excerpt_length’,’avf_postgrid_excerpt_length_mod’, 10, 1);
    function avf_postgrid_excerpt_length_mod($length)
    {
    $length = 100;
    return $length;
    }

    … else you run in an parser as I did multiple times ;-)
    Thx again

    #548550

    Hey djshortkut!

    The class to target it is
    .avia-no-number

    but on that size it is, the normal / thin version is the one you have live.
    Fonts weigh also matches the font size on most fonts.

    Regards,
    Basilis

    #548523

    Hey!

    1.) You can use this for the post meta info:

    .avia-content-slider .slide-meta div, .avia-content-slider .slide-meta time {
        font-size: 18px;
    }

    2.) Add this in the functions.php file in order to increase the excerpt length:

    add_filter('avf_postgrid_excerpt_length','avf_postgrid_excerpt_length_mod', 10, 1);
    function avf_postgrid_excerpt_length_mod($length)
    {
       $length = 100;
       return $length;
    }

    Regards,
    Ismael

    #548491

    Topic: Change menu font size

    in forum Enfold
    jdbrunet
    Participant

    I’d like to make the font size of my menu headings smaller. Is it possible?

    • This topic was modified 10 years, 4 months ago by jdbrunet.
    #548404

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Stlying tab

    @media only screen and (max-width: 480px) {
    h1.av-special-heading-tag {
        font-size: 30px!important;
    }}
    @media only screen and (max-width: 769px) and (min-width: 481px) {
    h1.av-special-heading-tag {
        font-size: 38px!important;
    }}

    Cheers!
    Yigit

    #548375

    ok Andy

    Please go to the Menu “Blog”, see e.g. Post with title “New electric cars are getting really fast”

    1.
    Line: Category “Allgemein” -> this font size I would like to change (I managed to reduce the font size for title & text in Quick CSS)
    Line: 0 Kommentare/7. Dezember 2015 -> also this font size I would like to change

    2.
    Text: Donec quam felis, ultricies nec, pellentesque eu, pretium quis,… -> I would like to display more text. If I choose the elegant blog layout then much more excerpted text is displayed.

    Thx for your help

    M.D.

    #548369

    In reply to: Enfold Showcase

    Looking good everyone :) Keep them coming ;)

    #548366

    Hi André!

    Please do try the following

    #top .comment_text { font-size: 18px; }
    #top label { font-size: 20px; }

    and let us know if that changes the areas you need to.
    Thanks a lot

    Best regards,
    Basilis

    #548361
    #548342

    Hi deboman!

    1. We need to be able to inspect the elements in question. Can you show us where we can find them please? not sure where to look at on your website.

    2. Same as 1., but maybe you mean this:

    .iconbox_content_container li {
    font-size: 7px
    }
    

    Best regards,
    Andy

    #548331

    Hey Julie!

    use this code in Quick CSS field:

    span.avia_iconbox_title {
    font-size: 26px !important;
    }
    

    Cheers!
    Andy

    #548323
    André
    Participant

    Hi,

    I would like to now how to increase – as default – the font size in comments.

    Thanks in advance!

    #548300
    Julie
    Participant

    Hello!

    For some reason the usual fix to make theme button font size larger on large buttons is not working for me. Under the Testimonials slider, I added a button to Read the Full Reviews, and I used code:

    .avia-button.avia-size-large { font-size: 16px; }

    and it doesn’t work.

    Is it because I am using an icon, maybe? I have tried adding !important and a few other things and nothing seems to work.

    Can you help?

    #548256
    deboman
    Participant

    Hello Supporters

    Enfold is great. Even tough I am a complete Greenhorn, I am able to build a suitable webpage. And the information available is very good.
    Nevertheless I can’t overcome a specific customization and therefore ask for help. I set up a Grid Layout blog (blog styling: Business; layout: advanced layout builder; grid layout, square 180×180)

    1. What are the CSS commands to change the font size of the category and comment/date line? I found the CSS commands for title & content, but not the others
    .slide-entry-title.entry-title { font-size: 14px; }
    .slide-entry-excerpt.entry-content { font-size: 13px; }

    2. How can I enlarge the size of the content “box”? I would like to display more of the content (about the same amount of content text, as if I would choose the Elegant blog layout)

    I hope someone can help me. Thanks in advance.

    M.D.

    #548214

    Hey!

    you could try to make a bigger slideshow for mobile with this code:

    @media only screen and (max-device-width: 736px) {
    .avia-slideshow {
    width: 118%;
    left: -28px;
    }}
    

    Then you still need to make smaller captions, use this code:

    @media only screen and (max-device-width: 736px) {
    .avia-caption-content .event-date, .avia-caption-content .event-name {
    font-size: 10px;
    }}
    

    and adjust as needed.

    Best regards,
    Andy

    #547963

    Hi Yigit,
    this works, but it also turns headlines light green instead of dark as they should be, and other Quick CSS settings like not transforming into capitals seem now to be ignored, too. May I need to change order, or modify ?

    CSS reads now:

    #top .main_menu a:hover {background: #14C819;color: #ffffff;}

    .main_menu ul:first-child > li > a {font-weight: 400; font-size: 18px;}

    .avia-menu li.current-page-ancestor > a > .avia-menu-text {
    color: #e65a37;

    h1, h2, h3, h4 {text-transform: none !important; }

    .iconbox_content_title {
    text-transform: none !important;
    }

    body { line-height: 100%; }

    #footer #text-7 p {
    margin-bottom: 0!important;
    margin-top: 10px;
    }

    #footer {padding: 0; }
    #footer {line-height: 110%;}
    #footer {font-weight: 400 ;}
    #footer { font-size: 15px; }
    #footer .widget {text-align: left;}
    #footer .widgettitle {
    color: white !important;
    }

    #top .tm-ctabox { padding: 15px; border: 2px solid #0E565C; line-height: 1.5; }

    #top .tm-promobox2 { font-size: 16px; line-height: 1.5; border: 2px solid #16D322;}

    .avia-promocontent p {
    font-size: 16px !important;
    }

    .avia-icon-list .iconlist_icon:hover {
    color: #E65A37;
    }

    .avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 16px; } /* for small buttons */

    .avia_ajax_form .button { font-size: 16px; }

    .main_color .av-masonry {
    background-color: white;
    }

    thx again, Tilman

    #547717
    skayy
    Participant

    Hello,

    i set up a responsive layer slider. The slider will resize. but i don’t like to resize the font layers. The fonts should be an fixed size.

    Is it possible?

    Thanks much, Kai

    #547594
    oestersund
    Participant

    HI,
    on the page below I use a promo box- using ALB elements to adjust line spacing and font size. But font size adjust only shows an impact on the bullet point list,not on the text above (which appears smaller).

    What can I do to modify / synchronize the font size of the first paragraph like in the bullet point list?

    thx a lot & best regards, Tilman

    #547588

    Hi,

    Please enable debug mode in order to display shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. Then copy the following shortcode to the shortcode box:

    [av_section min_height='50' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/people_town.jpg' attachment='577' attachment_size='full' attach='parallax' position='bottom center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    [av_headline_rotator before_rotating='WE SIMPLY OFFER THE BEST' after_rotating='IN LOS ANGELES' multiline='aviaTBmultiline' interval='3' animation='reverse' tag='h3' size='60' align='center' custom_title='#ffffff']
    [av_rotator_item title='SHOPPING EXPERIENCE' link='' linktarget='' custom_title='#253849']
    [av_rotator_item title='CUSTOMER CARE' link='' linktarget='' custom_title='#253849']
    [av_rotator_item title='ONLINE STORE' link='' linktarget='' custom_title='#253849']
    [av_rotator_item title='DESIGNER CLOTHES' link='' linktarget='' custom_title='#253849']
    [/av_headline_rotator]
    [/av_section]
    
    [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='#ffffff' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='How it all begann - our idea of the perfect clothing store' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' background_attachment='scroll' background_position='center center' background_repeat='stretch']
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting.jpg' attachment='546' attachment_size='full' background_attachment='scroll' background_position='center left' background_repeat='stretch']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Growing from 2 single founders to 5 big stores with 50 team members' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_layout_row border='' min_height='600px' color='main_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='150px' padding_sync='true' background_color='#6786a1' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='The Future of the Enfold Franchise - nothing can stop us :)' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' 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']
    
    [av_textblock size='' font_color='custom' color='#ffffff']
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
    [/av_textblock]
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='50px' padding_sync='true' background_color='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/people_town.jpg' attachment='577' attachment_size='full' background_attachment='scroll' background_position='center center' background_repeat='stretch']
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading tag='h3' padding='10' heading='What every single one of our stores offers you' color='' style='blockquote modern-quote modern-centered' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue805' font='entypo-fontello' title='Sales Notifications' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8cf' font='entypo-fontello' title='Credit Cards accepted' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue830' font='entypo-fontello' title='30 Days money back' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue827' font='entypo-fontello' title='Regular sales' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field]
    [/av_contact]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][/av_section]

    Best regards,
    Rikard

    #547559

    Hi,

    Please try the following instead:

    #top #header .mega_menu_title a {
        font-size: 10px !important;
    }

    Thanks,
    Rikard

    #547459

    In reply to: Breadcrumb Adjustment

    Hi!

    1,2,3. Please insert the below css into your custom css section and adjust it as needed:

    .title_container .breadcrumb {
            font-size: 15px !important;
    	color: #000000 !important;
    	right: 1050px !important;
    }
    
    .breadcrumb a {
    	color: #000000 !important;
    }

    4. Navigate to Enfold > framework > php > class-breadcrumb.php

    On line 26 you’ll find:

    
    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
    
    

    Regards,
    Dake

    #547181

    Topic: Breadcrumb Adjustment

    in forum Enfold
    mftonto2and3
    Participant

    Is there a place I can adjust the breadcrumb navigation?

    I’d like the option to:
    – change colors
    – make it flush left
    – increase font size
    – change “You Are Here”

Viewing 30 results - 12,391 through 12,420 (of 18,742 total)