Viewing 30 results - 17,521 through 17,550 (of 18,727 total)
  • Author
    Search Results
  • #208109

    The picture must be in smaller size and are displayed with the full size.

    This is the size in the html part:
    pages internet

    The pictures must be smaller than the display.

    #208108

    Hey!

    Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor with !important rule. It should work

    Best regards,
    Yigit

    #208083

    Hello Yigit/Ismael,

    I tried both of your suggestions, cleared cache, etc. and neither one works. I am 100% sure it doesn’t work since I tried super large font such as 25px and it doesn’t make a difference. How could you help me resolve this? We were hoping to go live with our site this weekend.

    Thanks!

    #208035

    Yes, that worked! We’re almost there. I also needed to make the text all caps, so I added –

    text-transform: uppercase;

    That worked!

    I also need to make it the “BLOG” text the brown color (instead of white) and center it across the page in the bar. So I tried adding the text align and color CSS (see below), and it didn’t center or change colors. Any idea why?

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; text-transform:uppercase; text-align: center; color: #655b58; }

    #208007

    Hey!

    Ismael’s code should work. You can try adding !important to force it as following

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

    Best regards,
    Yigit

    #208001

    Hey!

    If you would like to apply this following code that Ismael provided to your trails page

    .home .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 30px;
    }

    Please use following code instead

    .page-id-389 .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 30px;
    }

    Regards,
    Yigit

    #207994

    Hi!

    If you would like to achieve something like this http://i.imgur.com/FkkLWqK.jpg
    you can remove the code i posted previously and add following one instead

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; }

    Regards,
    Yigit

    #207984

    In reply to: Changing Size of Text

    Hi!

    Please add following code to Quick CSS instead

    .grid-entry-title {
    font-size: 16px; }

    You can go to Enfold theme options and change fonts under Styling tab

    Regards,
    Yigit

    #207958

    In reply to: Changing Size of Text

    Hi
    I am new to css but learning. I have a couple of questions:

    >I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
    I added this to the quick css but don’t see the change, and need to also change the font.

    .slideshow_container .portfolio-title .main-title{
    font-size: 25px !important;
    }

    ?
    thanks

    • This reply was modified 12 years, 2 months ago by Munford.
    #207930
    This reply has been marked as private.
    #207901
    This reply has been marked as private.
    #207893

    Hi Ismael,

    That did not seem to work. The main body text is larger per the first fix but the font in the menu has not changed. I want to change the font size of the words in the header menu as well as (maybe separately) the font size of the words that in the drop down of the menu.

    Here’s what I have in the quick.css section:

    /* Below added on 1/10/14 to make the main body text larger. */
    body, body p {
    font-size: 15px;
    }

    /* Below added on 1/10/14 to make the header larger. */
    .main_menu ul:first-child > li > a {
    font-size: 15px;
    }

    #207885

    Hi!

    Place this one at the bottom of the code I posted above:

    .home .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 30px;
    }

    Regards,
    Ismael

    #207867

    Hey Rohan!

    You can use this on your custom.css or Quick CSS:

    .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 10px;
    }

    Cheers!
    Ismael

    #207853

    Hi!

    Please use this:

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

    Regards,
    Ismael

    #207849

    Hi Ismael,

    Thanks – that worked! How about the font size in the main menu at the top?

    #207847

    Hey Lead!

    You can add something like this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    Best regards,
    Ismael

    #207839
    leadliaison
    Participant

    Hello,

    Can you please tell me how we can increase the default font size? Whatever the best practice is for doing this please let me know. We are using the Enfold Child theme.

    Thank you!

    Hi!

    Please add following code to Quick CSS as well to make the font size smaller on mobile

    @media only screen and (max-width: 767px) {
    .ls-s-1 .avia-color-theme-color { font-size: 14px!important; }}

    Cheers!
    Yigit

    #207705

    Hey cally423!

    You can add following code to Quick CSS

    .active_tab_content .tab_inner_content { font-size: 16px; } /* increases the font size of tab content */
    .sidebar_tab .tab_titles .tab { font-size: 18px; } /* increases the font size of tab titles */

    Cheers!
    Yigit

    #207610

    Hey Brandon!

    Try adding this code to the Quick CSS:

    #avia-menu > li >  a {
        font-size: 22px !important; /* This will affect the main menu */
    }
    .sub-menu a{
        font-size: 14px !important;  /* This will affect the secondary menu */
    }
    
    #avia-menu a {
        color: black !important;  /* This will affect the color in all menus */
    }

    Cheers! 
    Josue

    #207595

    In reply to: Menu font

    Hi studiotopo!

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

    .main_menu ul:first-child>li>a { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 16px!important; }

    Regards,
    Yigit

    #207574

    Topic: Menu font

    in forum Enfold
    studiotopo
    Participant

    Hello,
    how can I change the menu font?

    For example, I want a Google font named Oswald, font-weight 400, font-size 16px…

    #207533

    Hey LinkedMediaGroup!

    1.) Can you please give us a link to the website? You can add this on your custom.css or Quick to change the header height if you’re using the default header. This will also increase the size of the logo:

    #header_main .container, .main_menu ul:first-child > li a{ height:128px; line-height: 128px; }

    2.) What is the font you’re trying to use? If it is a google font, you can add this filter on functions.php:

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Alef'] = 'Alef';
    return $fonts;
    }

    Replace “Alef” with the google font you’re trying to use.

    Cheers!
    Ismael

    Indiatravelz
    Participant

    hi there,

    we have entered the following code in the layer slider:

    <div class=”avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling “>
    <span class=”avia_button_icon” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></span><span class=”avia_iconbox_title”>Click me</span></div>

    the button works well on a regular pc but it in huge and not displays well on mobile.
    link for the website: http://indiatravelz.com/

    can you please tell us what to do? (we are pleased from the size of the button as shown on a pc-we dont want it smaller)

    thank you in advance
    indiatravelz

    #207510

    In reply to: Admin Login Speed

    Here is a console debug of the login. there is a huge delay up front, then everything loads quickly once the hurdle is passed.

    
    [10:23:35.756] POST https://www.virginiaseo.org/login/ [HTTP/1.1 302 Moved Temporarily 1782ms]
    [10:23:37.539] GET https://www.virginiaseo.org/wp/wp-admin/ [HTTP/1.1 200 OK 22809ms]
    --
    [10:24:00.362] GET https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha [HTTP/1.1 200 OK 408ms]
    [10:24:00.363] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/css/cnss.css?ver=1.0 [HTTP/1.1 200 OK 253ms]
    [10:24:00.364] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha [HTTP/1.1 200 OK 253ms]
    [10:24:00.364] GET https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.9-alpha [HTTP/1.1 200 OK 44ms]
    [10:24:00.365] GET https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/css/dashboard-widget.css?ver=3.9-alpha [HTTP/1.1 200 OK 261ms]
    [10:24:00.365] GET https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201 [HTTP/1.1 200 OK 285ms]
    [10:24:00.366] GET https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha [HTTP/1.1 200 OK 262ms]
    [10:24:00.366] GET https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.css?ver=2.5.9 [HTTP/1.1 200 OK 253ms]
    [10:24:00.367] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1 [HTTP/1.1 200 OK 274ms]
    [10:24:00.367] GET https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1 [HTTP/1.1 200 OK 261ms]
    [10:24:00.368] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-https/admin/css/admin.css?ver=3.3.6 [HTTP/1.1 200 OK 285ms]
    [10:24:00.369] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/css/admin.css?ver=3.9-alpha [HTTP/1.1 200 OK 285ms]
    [10:24:00.369] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/css/admin.css?ver=2.2 [HTTP/1.1 200 OK 254ms]
    [10:24:00.370] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/css/global.css?ver=4.6.5 [HTTP/1.1 200 OK 261ms]
    [10:24:00.370] GET https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css?ver=3.9-alpha [HTTP/1.1 200 OK 40ms]
    [10:24:00.371] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/menu.css?ver=3.9-alpha [HTTP/1.1 200 OK 288ms]
    [10:24:00.373] GET https://www.virginiaseo.org/wp/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,json2,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4&ver=3.9-alpha [HTTP/1.1 200 OK 252ms]
    [10:24:00.374] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/js/cnss.js?ver=1.0 [HTTP/1.1 200 OK 257ms]
    [10:24:00.375] GET https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.js?ver=2.5.9 [HTTP/1.1 200 OK 274ms]
    [10:24:00.376] GET https://www.virginiaseo.org/wp/wp-content/plugins/pinterest-pin-it-button-pro/js/admin-pro.js?ver=3.1.0 [HTTP/1.1 200 OK 274ms]
    [10:24:00.376] GET https://maps.google.com/maps/api/js?sensor=false&ver=1 [HTTP/1.1 200 OK 45ms]
    [10:24:00.377] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-seo/images/yoast-icon.png [HTTP/1.1 200 OK 284ms]
    [10:24:00.377] GET https://www.virginiaseo.org/wp/wp-content/plugins/pinterest-pin-it-button-pro/assets/pinterest-icon-16.png [HTTP/1.1 200 OK 285ms]
    [10:24:00.378] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/images/scc-sc.png [HTTP/1.1 200 OK 274ms]
    [10:24:00.378] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/images/icons/small.png [HTTP/1.1 200 OK 285ms]
    [10:24:00.379] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/img/icon_16x16.png [HTTP/1.1 200 OK 499ms]
    [10:24:00.380] GET https://secure.gravatar.com/avatar/4f5ae5de0427c2bb8c40dddd112f62cb?s=26&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D26&r=G [HTTP/1.1 200 OK 328ms]
    [10:24:00.380] GET https://secure.gravatar.com/avatar/4f5ae5de0427c2bb8c40dddd112f62cb?s=64&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&r=G [HTTP/1.1 200 OK 325ms]
    [10:24:00.381] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/images/logo.png [HTTP/1.1 200 OK 311ms]
    [10:24:00.381] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/jquery.flot.min.js?ver=1.0 [HTTP/1.1 200 OK 270ms]
    [10:24:00.382] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/jquery.flot.resize.min.js?ver=1.0 [HTTP/1.1 200 OK 259ms]
    [10:24:00.382] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/dashboard_sales.min.js?ver=1.0 [HTTP/1.1 200 OK 260ms]
    [10:24:00.383] GET https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1 [HTTP/1.1 200 OK 296ms]
    [10:24:00.384] GET https://www.virginiaseo.org/wp/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp&load%5B%5D=-lists,quicktags,jquery-query,admin-comments,postbox,dashboard,customize-base,customize-loader,thickbox,plugin-install,underscor&load%5B%5D=e,shortcode,media-upload,svg-painter,heartbeat,wp-auth-check,backbone,wp-util,wp-backbone,media-models,wp-plupload,media-views,m&load%5B%5D=edia-editor&ver=3.9-alpha [HTTP/1.1 200 OK 609ms]
    [10:24:00.384] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/js/admin.js?ver=2.2 [HTTP/1.1 200 OK 278ms]
    [10:24:00.385] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/js/admin.js?ver=2.2 [HTTP/1.1 200 OK 260ms]
    [10:24:00.333] Error in parsing value for 'filter'.  Declaration dropped. @ https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css?ver=3.9-alpha:51
    [10:24:00.387] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.js?ver=1.4.22 [HTTP/1.1 200 OK 333ms]
    [10:24:00.551] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:12
    [10:24:00.551] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:196
    [10:24:00.551] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:231
    [10:24:00.551] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:236
    [10:24:00.556] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/css/cnss.css?ver=1.0:32
    [10:24:00.557] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.css?ver=2.5.9:1
    [10:24:00.565] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1:7
    [10:24:00.565] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1:51
    [10:24:00.567] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/css/dashboard-widget.css?ver=3.9-alpha:51
    [10:24:00.570] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.570] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.570] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.571] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.571] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.571] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.572] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.572] Unknown property 'zoom'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Error in parsing value for 'letter-spacing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Unknown property '-moz-border-radius-topleft'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Unknown property '-moz-border-radius-topright'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Expected declaration but found '*'.  Skipped to next declaration. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Unknown property '-moz-background-clip'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Error in parsing value for 'background'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Expected color but found 'top'.  Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Unknown property '-moz-border-radius-bottomleft'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Unknown property '-moz-border-radius-bottomright'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.613] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:47
    [10:24:00.613] Unknown property '-moz-opacity'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:48
    [10:24:00.613] Error in parsing value for 'height'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:54
    [10:24:00.613] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:67
    [10:24:00.613] Error in parsing value for 'margin-top'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:75
    [10:24:00.613] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:188
    [10:24:00.613] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:191
    [10:24:00.615] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/css/admin.css?ver=3.9-alpha:29
    [10:24:00.627] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/menu.css?ver=3.9-alpha:1
    [10:24:00.740] Error in parsing value for '-moz-transition'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:1
    [10:24:00.740] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown pseudo-class or pseudo-element '-ms-input-placeholder'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Error in parsing value for 'min-width'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.742] Unknown pseudo-class or pseudo-element '-webkit-search-decoration'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.743] Unknown property 'user-select'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.743] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.748] Error in parsing value for 'transition'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.748] Unknown property 'touch-action'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.750] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:6
    [10:24:00.751] Error in parsing value for 'padding'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:6
    [10:24:00.754] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:01.038] GET https://maps.gstatic.com/intl/en_us/mapfiles/api-3/15/6/main.js [HTTP/1.1 200 OK 79ms]
    [10:24:01.087] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/:104
    [10:24:01.087] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/:105
    [10:24:01.613] GET https://www.virginiaseo.org/wp/wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite.png [HTTP/1.1 200 OK 239ms]
    [10:24:01.613] GET https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/assets/cm-icon-dashboard.png [HTTP/1.1 200 OK 263ms]
    [10:24:01.614] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff [35ms]
    [10:24:01.614] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff [0ms]
    [10:24:01.375] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/
    [10:24:01.723] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff [HTTP/1.1 200 OK 125ms]
    [10:24:01.723] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff [HTTP/1.1 200 OK 95ms]
    [10:24:01.724] GET https://www.virginiaseo.org/wp/wp-includes/js/thickbox/loadingAnimation.gif [HTTP/1.1 200 OK 127ms]
    [10:24:01.891] GET https://www.virginiaseo.org/wp/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard [HTTP/1.1 200 OK 12311ms]
    [10:24:06.143] GET https://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/6/%7Bcommon,util,stats%7D.js [HTTP/1.1 200 OK 96ms]
    [10:24:06.205] Error in parsing value for 'background'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/
    [10:24:06.272] GET https://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttps%3A%2F%2Fwww.virginiaseo.org%2Fwp%2Fwp-admin%2F&5e1&callback=_xdc_._y00e9t&token=43073 [HTTP/1.1 200 OK 50ms]
    

    Hey!

    You can change the background color of the mobile menu select using this:

    #top .header_color select {
    border-color: blue;
    background-color: red;
    color: #155773;
    }

    Change the arrow select using this:

    #top .mobileMenu{
    background-image: url(IMAGE URL HERE);
     background-position: center right;
     background-repeat: no-repeat;
     border-radius: 2px;
    }

    Create your own image. The size should be 30x13px.

    Best regards,
    Ismael

    #207247

    Hi!

    The code you used is incorrect. Please use the code I posted above then modify the css:

    .main_menu ul:first-child > li > a {
    font-size: 18px;
    font-family: 'Short Stack', cursive !important;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #207239

    It loads fine on my chrome and safari. I have added it to the theme using this code :

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Shortstack’] = ‘Shortstack’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Shortstack’] = ‘Shortstack’;
    return $fonts;
    }

    And additionally used it as the Menu Header Font with this code

    .main_menu ul:first-child > li > a {
    font-size: 18px;
    font-family: ‘Shortstack’, sans-serif !important;
    }

    Is there something I have done incorrectly?

    Thanks

    #207108

    Hey!

    Try the following:

    .sub-menu a {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    Best regards,
    Josue

Viewing 30 results - 17,521 through 17,550 (of 18,727 total)