Viewing 30 results - 11,011 through 11,040 (of 18,744 total)
  • Author
    Search Results
  • #657144

    Hi,

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

    @media only screen and (max-width: 767px) {
    .av-subheading {
        font-size: 20px!important;
    }}</code></pre>
    

    Best regards,
    Yigit

    #657087
    Tushenka
    Participant

    Hello. Could you please check my shop page.
    It shows correctly on most computers, but it stoped showing on my laptop. It gies a static 404 error page.
    http://systemkit.ru/shop/

    Modifications
    Quick CSS

    #top .price span, #top del, #top ins {
        display: inline; 
        text-decoration: none;
        font-size: 25px;
        line-height: 24px;
        font-weight: 600;
        color: #8197e5
    }
    
    @media only screen and (max-width: 767px){
    .responsive #socket .sub_menu_socket {
        display: block !important;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
        display: block !important;
    }}
    .woocommerce-message {
      display: none !important;
    }
    @media only screen and (max-width: 767px) {
    #top .av-image-caption-overlay  {
      display: none !important;
    }}
    #top .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover  {
      background-color: #92b935;
    }
    .woocommerce-main-image.zoom.lightbox-added {
     border-color: #ffffff;
    }
    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
    left: 60%;
    }}
    
    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    right: 4.5%;
    }}

    Functions.php

    add_theme_support( 'avia_custom_shop_page' );
    
    /*
    ** Отключение вкладок на странице товара
    */
     
    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
     
    function woo_remove_product_tabs( $tabs ) {
     
    unset( $tabs['description'] ); // Убираем вкладку "Описание"
    unset( $tabs['reviews'] ); // Убираем вкладку "Отзывы"
    unset( $tabs['additional_information'] ); // Убираем вкладку "Свойства"
     
    return $tabs;
     
    }
    #656812

    In reply to: Content slider arrows

    Hey gerardbao,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top .avia-smallarrow-slider .avia-slideshow-arrows a {
        top: 0;
        width: 60px;
        height: 60px;
        font-size: 50px;
        line-height: 62px;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows .prev-slide {
        left: 0;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows {
        width: 100%;
    }
    
    #top .avia-smallarrow-slider .avia-slideshow-arrows a:before {
        line-height: 60px;
    }

    Adjust the values as needed.

    Best regards,
    Ismael

    a00109943
    Participant

    Hi there,

    I tried clearing the cash and reinstalling Enfold but it hasn’t changed anything. I am trying to modify the menu links (font size and style) and it does not seem to be registering the change. Almost like something else is priority. I used this feature on other sites and it works great, not sure why it is not doing anything this time.

    Website: http://www.raesweddingplanning.com

    Thanks for the help!

    Benjamin

    Hi,

    I’ve just checked the Quick CSS and I can only find the following codes:

    #top .slide-meta {
    display: none;
    }

    #top .slide-entry-title{
    color: #3E4D5B;
    }
    #menu-item-6927 a {
    background: #3E4D5B;
    padding: 3px 10px;
    font-size: 10.5px;
    }

    .page-id-5447 #av-layout-grid-1 {
    min-height: 430px;
    }

    #656770

    Hi Jordan,

    Thanks for your assistance so far.
    I’ve created a widget in the header and am using the following CSS:

    #header .widget {
      left: 50%;
      padding-top: 35px;
      position: absolute;
      z-index: 999;
    }
    
    #header .widget h1 { font-size: 25px; color: #a3becc; }

    Everything looks great but there’s one little problem left I can’t solve. When viewing on a small screen like a tablet, the slogan and hamburger menu overlap each other. Is there a way to fix this?

    Thanks!

    #656757

    Sorry this was the code I picked up which works well.

    @media only screen and (max-width: 767px) {
    h1.av-special-heading-tag { font-size: 20px !important; }}

    – Also is it possible to increase the size of the gap between the special heading and subheading? Or would it just be easier to create two separate headings?

    • This reply was modified 9 years, 9 months ago by efletcher.
    #656723

    In reply to: Ajax Preview Text size

    Hey eliwu18!

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

    .portfolio-preview-title {
        font-size: 18px;
    }
    .ajax_slide .entry-content-wrapper {
        font-size: 12px;
    }

    Cheers!
    Yigit

    #656719

    Topic: Ajax Preview Text size

    in forum Enfold
    eliwu18
    Participant

    Hi,

    How do I change the font and size of the preview title and text in Ajax portfolio? Thanks!

    #656633

    Hi taoleo!

    Yes, you can add following code to Quick CSS field

    .sidebar a { font-size: 16px; }

    If you would like to target certain elements, please post the link to your website and point out the changes you would like to make.

    Cheers!
    Yigit

    #656627
    taoleo
    Participant

    Hi,
    Is there Quick CSS code that can change the Sidebar text font size under Headings like: Categories and Archive?

    Cheers
    NIgel

    • This topic was modified 9 years, 9 months ago by taoleo. Reason: Solved

    Hey!

    It is not caused by the image inside the container, it is caused by the content expanding on smaller screens. You can decrease the height of the section by decreasing the size of the objects inside. For example, you can decrease the font size of the heading, reduce the minimum height of the section then remove the bottom margin of the input fields on smaller screens:

    @media only screen and (max-width: 1366px) {
    .custom-title-home h2 {
        font-size: 23px !important;
    }
    
    #top #av_section_1 input[type="text"] {
        margin-bottom: 0;
    }
    
    #av_section_1 .container {
        height: 450px !important;
    }
    }

    Please add a unique Section ID to the color section so that you can replace the generic “#av_section_1” selector with it.

    Best regards,
    Ismael

    #656392

    Hi,

    Thank you for the info. Please use this css code:

    .main_color .more-link {
        color: red !important;
        font-size: 20px;
    }

    Adjust the value as needed.

    Best regards,
    Ismael

    #656376

    Hi,

    Please add this in the Quick CSS field temporarily:

    	.av-inherit-size > * {
    	    font-size: inherit !important;
    	}

    We will forward the issue to Kriesi.

    Best regards,
    Ismael

    #656092
    ediliziaincontra
    Participant

    Hello, my problem is this.
    I want to reduce the font size in the submenu, and you can choose if possible the font and the background color.
    I am attaching a picture.
    Thank you.

    Salve il mio problema è questo.
    Vorrei ridurre la dimensione del carattere nel submenu e poter scegliere se possibile il tipo di carattere e il colore di sfondo.
    Vi allego una immagine.
    Grazie.

    #655925

    #1 Apparently, I need to load a different theme prior to uploading large images?

    #2 I can not seem to change the font style or size of my header menus. I want to increase the size of my header menu (i.e. HOME, ABOUT, CONTACT etc) via Enfold/General Styling/Logo Area font color. All I can do is change the color of the font. How do I change the font style and size?

    #3 The “Update Cart” button on checkout page is not working.Confirmed with Woocomerce. I added the W3 Total Cache plugin and followed the installation steps on: https://wordpress.org/plugins/w3-total-cache/installation/. What a nightmare this is for me. It all looks Greek.I can’t comprehend most of what is written there. Is there a simple way to fix this problem? I’m not a programmer and most of the instructions are confusing to me. I tried all the combination I can and it still won’t “Update Cart”. The quantity changes, but nothing else updates.

    Thank you,

    Tony

    #655850

    Hi,

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

    #footer a {
        font-size: 14px;
    }
    

    Best regards,
    Yigit

    #655677
    vnfan
    Participant

    Dear enfold support team,
    i have added an extra class for h2 liked this. Everything works well except for the font-family. The browser doesn`t display my font-family.

    .custom-title-home h2{
    text-shadow: 1px 2px 8px rgba(0,0,0,1)!important;
    font-size: 50px!important;
    padding-bottom: 25px!important;
    font-family: “Salsa”,”Helvetica Neue”,Helvetica,Arial,sans-serif!important;
    }

    #655555

    In reply to: Enfold – Resume

    Hi Zrated09,

    If you enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. You can then paste the following shortcode in a new page:

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-fixed-cells' id='']
    [av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#a0cdd2' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#88aeb3' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='3px,0px,0px,0px' background_color='#697e81' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [/av_cell_one_third]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_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_one_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='no_margin' custom_margin='aviaTBcustom_margin' margin='0px' margin_sync='true' padding='0px,20px,0px,0px' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='']
    
    [av_image src='http://kriesi.at/themes/enfold-resume/files/2016/02/logo-profile-1.jpg' attachment='116' attachment_size='full' align='left' styling='circle' hover='' link='lightbox' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
    
    [/av_one_fifth][av_three_fifth min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px,20px,0px,0px' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='']
    
    [av_heading tag='h3' padding='0' heading='James T. Enfold' color='' style='blockquote modern-quote' custom_font='' size='40' subheading_active='subheading_below' subheading_size='18' custom_class='']
    iOS & Android Developer
    [/av_heading]
    
    [/av_three_fifth][av_one_fifth 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' animation='']
    
    [av_textblock size='13' font_color='' color='']
    Email: <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
    Phone: <a href="tel:(555) 4167890">(555) 4167890</a>
    Web: <a href="http://kriesi.at">kriesi.at</a>
    [/av_textblock]
    
    [/av_one_fifth][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Introduction' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [av_textblock size='' font_color='' color='']
    Donec pede justo, <strong>fringilla</strong> 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. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, <strong>enim</strong>. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [av_image src='http://test.kriesi.at/enfold-cv/wp-content/uploads/sites/15/2016/02/signature-1.png' attachment='77' attachment_size='full' align='left' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation'][/av_image]
    
    [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Professional Profile' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [av_textblock size='' font_color='' color='']
    Donec pede justo, <strong>fringilla</strong> 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_textblock]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [av_textblock size='' font_color='' color='']
    Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, <strong>enim</strong>. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [/av_one_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_heading tag='h1' padding='0' heading='Recent Work' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_two_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' animation='']
    
    [av_masonry_gallery ids='89,90,91,92' items='8' columns='2' paginate='none' size='fixed' gap='large' overlay_fx='active' caption_elements='none' caption_display='always' container_links='active' id='']
    
    [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Recent Jobs' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [av_heading tag='h1' padding='0' heading='Senior iOS Developer' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='']
    2015 - now
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium.
    <ul>
    <li>Integer tincidunt. Cras dapibus.</li>
    <li>Vivamus elementum semper nisi.</li>
    <li>Aenean vulputate eleifend tellus.</li>
    </ul>
    [/av_textblock]
    
    [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='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Junior iOS Developer' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='']
    2012 - 2015
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Aenean vulputate eleifend tellus. Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, ju.
    <ul>
    <li>Nullaollis pretium.</li>
    <li>Vivamus elementum semper nisi.</li>
    </ul>
    [/av_textblock]
    
    [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='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading=' iOS Trainee' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='']
    2008 - 2012
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium.
    <ul>
    <li>Integer tincidunt. Cras dapibus.</li>
    <li>Vivamus elementum semper nisi.</li>
    <li>Aenean vulputate eleifend tellus.</li>
    </ul>
    [/av_textblock]
    
    [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-32' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Skills' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [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, <strong>nascetur</strong> ridiculus mus.
    [/av_textblock]
    
    [av_progress bar_styling='av-striped-bar' bar_animation='av-animated-bar']
    [av_progress_bar title='iOS Development' progress='90' color='theme-color' icon_select='no' icon='43' font='entypo-fontello']
    [av_progress_bar title='Android Development' progress='80' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello']
    [av_progress_bar title='HTML & CSS' progress='70' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello']
    [av_progress_bar title='Javascript' progress='70' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello']
    [av_progress_bar title='PHP' progress='60' color='theme-color' icon_select='no' icon='ue800' font='entypo-fontello']
    [/av_progress]
    
    [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Education' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_two_third min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='fade-in']
    
    [av_heading tag='h1' padding='0' heading='Some Ivy League College' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='']
    2004 - 2008
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullaollis pretium.
    [/av_textblock]
    
    [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='10px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue8bf' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Some funky Highschool in Jersey' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='']
    2000 - 2004
    [/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Aenean vulputate eleifend tellus. Donec pede justo, <strong>fringilla</strong> vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, ju.
    [/av_textblock]
    
    [/av_two_third][av_hr class='big' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first 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' animation='']
    
    [av_hr class='invisible' height='-28' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_heading tag='h1' padding='0' heading='Social Media' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_one_third][av_one_fifth 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' animation='']
    
    [av_font_icon icon='ue8f3' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth 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' animation='']
    
    [av_font_icon icon='ue8f1' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon]
    
    [/av_one_fifth][av_one_fifth 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' animation='']
    
    [av_font_icon icon='ue8fc' font='entypo-fontello' style='border' caption='' link='manually,#' linktarget='' size='40px' position='center' color=''][/av_font_icon]
    
    [/av_one_fifth][/av_section][av_google_map height='400px' zoom='16' saturation='-50' hue='#a0cdd2' zoom_control='aviaTBzoom_control']
    [av_gmap_location address='5th Avenue' city='' country='New York' long='-73.96537339999998' lat='40.7747314' marker='112' imagesize='40' tooltip_display=''][/av_gmap_location]
    [/av_google_map]
    

    Best regards,
    Rikard

    #655496
    taoleo
    Participant

    Hi,
    I’m not sure why however the font size in the footer has become larger than it’s default size and I cannot find where to change it.
    How can I change the footer font size?

    • This topic was modified 9 years, 10 months ago by taoleo. Reason: SOLVED
    #655423
    bittenbyazebra
    Participant

    Comments are not displaying on a site I’m staging: http://16d.3a5.myftpupload.com/mo-goes-to-nashville/

    I have discussion enabled on all posts. I think it was working earlier but it might be some custom css I added but I don’t think that is the case:

    .slide-entry-excerpt {
    padding-bottom:32px;
    }

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

    .html_elegant-blog #top .post-entry .minor-meta {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }

    .avia-content-slider .slide-meta div {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
    }

    Any thoughts? Thanks so much!

    #655344

    Hey Danny!

    1- I believe your website is in maintenance mode. If it is, can you please post login credentials here privately so we can make sure to provide you accurate custom CSS code? If it is not, please post the link to your page.
    2- Is font family available in Enfold theme options > General Styling > Fonts? If it is, you can choose it there and change font size there. If it is not available there, please create a temporary admin login and post it here privately.

    Best regards,
    Yigit

    • This reply was modified 9 years, 10 months ago by Yigit.
    #655336

    Hey Yigit,

    thanks for your help. It worked great.

    I have 2 more questions regarding the contact forms.
    1. I used a drop down field / “select element” in my form as well. Instead of the white background (like the other elements) it has a grey background. Is it possible to change the bg color to white, so that it fits to the other elements?

    2. In this older post from last year: https://kriesi.at/support/topic/add-only-the-italic-version-of-a-google-font/
    you helped me to use the italic version of a google font for my website. I would love to add this font in the same size & color as my body text, so that the contact form matches the whole design. Would you help me again, if its possible to change it?

    Thank you very much,
    Danny

    #655332
    BeataPalikova
    Participant

    Hi everyone!

    I have problems with change dropdown menu borders size. I try it by Advanced Styling>Main Menu sublevel Links, and it doesn´t work. Nothing was changed after saving. So I try write css to Quick CSS by advices on this support page. And it still doesn´t work.

    I changed the dropdown menu´s font size by Quick CSS, but change border´s height and width doesn’t work.
    I´m making this website (link is in private content) and I don´t want that lot of white space around dropdown menu links. And also I´d like to have dropdown menu links under each other.

    What should I do?

    I am a beginner so I´ll be grateful for any help.

    Beata.

    #655230

    In reply to: Horizontal Icons List

    Hi,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit your element and give it a custom CSS class then add following code to Quick CSS

    .your-custom-class ul.avia-icon-list li {
        float: left;
        clear: none;
    }
    .your-custom-class .iconlist-char {
        font-size: 14px;
    }
    .your-custom-class .iconlist-timeline { 
    display: none;
    }
    

    If that is not what you meant, please post screenshots and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #655103
    clairemartindigital
    Participant

    Hi guys,

    so it seems like that something part of the below css:

    /*Scroll-Down-Icon – Start*/

    @-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    @-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    @keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
    }
    .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 92%;
    text-align: center;
    }

    .scroll-btn > *:hover,
    .scroll-btn > *:focus,
    .scroll-btn > *.active {
    color: #ffffff;
    }
    .scroll-btn > *:hover,
    .scroll-btn > *:focus,
    .scroll-btn > *:active,
    .scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
    }
    .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 24px;
    height: 34px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px;
    }
    .scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 8px;
    margin: -4px 0 0 -2px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;

    /*Scroll-Down-Icon – End*/

    is causing an issue with the below css for the footer background colour:

    /*Footer – Start*/

    #footer .flex_column.av_one_third {
    background: #f4f4f4 !important;
    }

    #footer .flex_column.av_one_third:nth-child(2) {
    background: #f9f9f9 !important;
    }

    #footer .flex_column.av_one_third:nth-child(3) {
    background: #f4f4f4 !important;
    }

    /*Footer – End*/

    as well as:

    /*Portfolio – Start*/

    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 35px;
    }

    .av-inner-masonry-content:hover {
    background-color: rgba(54, 212, 46,.6)!important;
    }

    /*Portfolio – End*/

    as well as:

    /*Back to top link – Start*/

    #scroll-top-link {
    display: none!important;
    }

    /*Back to top link – End*/

    Can you think of a solution?

    Thanks

    #654606
    clairemartindigital
    Participant

    not too sure why but things are not working out today…

    trying to reduce the font size of the portfolio titles on mobile. i used below without effect.

    @media only screen and (max-width: 480px) {
    .av-masonry-entry .av-masonry-entry-title {
    font-size: 16px !important;
    }}

    Hi,

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

    .home .slide-entry-excerpt.entry-content {
        font-size: 15px!important;
    }
    

    Best regards,
    Yigit

    #654172

    Hey clairemartindigital!

    Please try changing your code to following one

    
    @media only screen and (max-width: 480px) {
    .servicesheader1 * {
    font-size: 20px !important;
    }}
    
    @media only screen and (max-width: 480px) {
    .services-header-2 * {
    font-size: 20px !important;
    }}

    Also, please try adding the code to style.css file of your child theme in Appearance > Editor

    Cheers!
    Yigit

    #654131
    clairemartindigital
    Participant

    hi there,

    could you guys tell me why the following media query is not working on the below page?

    @media only screen and (max-width: 480px) {
    .servicesheader1 {
    font-size: 20px !important;
    }}

    @media only screen and (max-width: 480px) {
    .services-header-2 {
    font-size: 20px !important;
    }}

    url: http://digitalfreelancer.net.au/capabilities/

Viewing 30 results - 11,011 through 11,040 (of 18,744 total)