Viewing 30 results - 18,001 through 18,030 (of 18,727 total)
  • Author
    Search Results
  • #178123

    Topic: Mobile menu sooner

    in forum Enfold
    kimmo
    Participant

    I have tried to change site to change to mobile menu sooner, but it won’t work.
    I have done this too but it won’t work.
    https://kriesi.at/support/topic/menu-items-goes-into-the-logo-when-resizing-browser-windows/

    Is the only solution to put menu font-size smaller?
    I would like it to be about 25px.

    • This topic was modified 12 years, 5 months ago by kimmo.
    #178010

    Topic: [solved ]Tabs titles

    in forum Enfold
    vadi4ek
    Participant

    Hi
    How do I change the font-size of the tabs titles.
    I have an Icon which I managed to enlarge, but can’t find the css for the titles.

    .js_active .tab {
    font-size: 140%;
    }
    • This topic was modified 12 years, 5 months ago by vadi4ek. Reason: figured out
    #177951

    Hi Yigit,

    Thankyou for the code, I tried to implement the code in the Enfold Custom CSS as follows:

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    @media only screen and (min-width: 786px) and (max-width: 1000px) { .avia-icon-list .iconlist_content_wrap { margin-right: -10px!important; }}

    There still seems to be a problem with the text staying the same size and icons cut in half due to smaller column size on iPad / iPhone. Can you check http://www.naturaloutlook.com on your mobile device…I tried it on a new iPad mini….

    Can you see any errors with the code?

    Thankyou

    Gary

    #177871

    In reply to: Quick CSS not working

    Hey!

    You can add following code to Quick CSS and adjust as desired

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

    Regards,
    Yigit

    #177862

    Hi mikaelsv!

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

    .entry-content-wrapper li { font-size: 14px; }
    ul { margin-top: 0.85em; }

    Best regards,
    Yigit

    #177771
    mikaelsv
    Participant

    I would like to have the same font and size for the normal text as well as for the <list> stuff. And I also would like to change so that the columns are aligned when I use “lists” on one column and normal text on the other one, look here,

    http://hosted-wp.appli.se/blog/perago/?page_id=2866

    Thank you,

    Mikael

    #177760

    Hi Gstar72!

    You can use Media Queries to resize the font of the caption when viewing on mobile device:

    @media only screen and (max-width: 767px) {
    .avia-fullwidth-slider div .slideshow_caption h2 span, .avia-fullwidth-slider div .slideshow_caption .avia-caption-title em span {
    font-size: 12px;
    }
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #177660

    Hi!

    Use this code instead:

    h2{ 
    font-size: 27px;
    }
    #gform_fields_1 > li {
    margin-top: 0 !important;
    }
    

    Result:

    Regards,
    Josue

    #177603

    Hi, whith chrome don’t works too sometimes……..

    I put my code of “custom.css”.

    ——–

    @media only screen and (min-width: 768px) {
    /* Add your Desktop Styles here */

    h1, h2 {
    font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: normal;
    }

    h3, h4, h5, h6 {
    font-family: “brandon-grotesque”,sans-serif; font-weight: 900; font-style: italic;
    }

    /* META */
    #header_meta { background: #600318; }

    /* HEADER */
    #header_main { height: 200px; line-height: 200px; background: #600318; border: none; }
    #header_main .logo { height: 200px; line-height: 200px; top: 0px; }

    /* POSICION DEL MENU */
    .main_menu
    {height:25px; top:75px; right: 0px;}

    /* POSICION DE LA BARRA */
    .main_menu ul li a {height: auto !important; line-height: 40px !important; }

    /* MENU 1 */
    .main_menu ul:first-child > li > a
    { font-size: 20px; font-family: “brandon-grotesque”; color: #FFFFFF !important; padding:2px 7px; }
    .main_menu ul:first-child > li > a:hover
    { color: #5B8C00 !important; }

    /* MENU 2 */
    #top .main_menu .menu li ul a
    { font-size:12px; line-height: 9px !important; font-family: “Source Sans Pro”; color: #000000 !important; }

    /* TITULO */
    .title_container .main-title { display: none; }

    /* PESTAÑAS WOOCOOMMERCE */
    #top .woocommerce-tabs .tabs li a {
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    display: block;
    float: left;
    z-index: 2;
    position: relative;
    padding: 12px 16px;
    top: -1px;
    font-size: 11px;
    -moz-user-select: none;
    border-style: solid;
    border-width: 1px;
    }

    }
    ——–

    Thanks so much!!!

    Xavier.

    #177549

    In reply to: Quick CSS not working

    Ho Josue,

    Yes I do mean the paragraph, and I see the changes now. Maybe it takes a couple of hours to adjust, I’ve been working on the site all morning without seeing this change.

    I would also would like to change the font size of the sidebar, inside the buttons and the main menu in header. I think I figured out what the syntax for the sidebar would be:

    .sidebar p {
    font-size: 14px !important;
    }

    What would be the syntax to change the button fontze and the main menu in the header?

    Thank you again for your help!

    Kind regards,

    #177464

    Thanks Yigit,

    Should I replace tis code with your suggestion:

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    Gary

    #177413

    Hey jazbird!

    You can use this class to edit Quotes

    blockquote

    And you can add following code to Quick CSS in Enfold theme options under Styling tab to increase the font size of slider content

    avia-caption-content { font-size: 24px; }

    Cheers!
    Yigit

    #177379

    Topic: Lists

    in forum Enfold
    mikaelsv
    Participant

    Hi,

    I would like to have the same font and size for the normal text as well as

  • stuff. And I also would like to change so that the columns are aligned when I use
  • on one and normal text on the other one, look here,

    http://hosted-wp.appli.se/blog/perago/?page_id=2866

    Thank you,

    Mikael

#177324

Topic: Enfold and SEO

in forum Enfold
PPCHound
Participant

Hi,

Site loading speed is now a major factor regarding SEO. While Enfold does a great job in most aspects, site analysis tools such as gtmetrix.com all complain about the query strings attached to static resources. A site that I am working on gave these errors on GTMetrix:

` http://elliptical.co.uk/?custom-css=1&csblog=1&cscache=6&csrev=1
http://elliptical.co.uk/wp-content/plugins/bj-lazy-load/js/combined.min.js?ver=0.6.10
http://elliptical.co.uk/wp-content/plugins/cookie-notice/css/cookie-notice-front.css?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/cookie-notice/js/cookie-notice-front.js?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/iframe-wrapper/iframe-wrapper.js?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/inoplugs-font-resizer/css/inofontresizer.css?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/inoplugs-font-resizer/js/jquery.cookie.js?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/inoplugs-font-resizer/js/jquery.fontsize.js?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/jetpack/modules/widgets/widgets.css?ver=20121003
http://elliptical.co.uk/wp-content/plugins/jetpack/modules/wpgroho.js?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/nice-login-register-widget/css/pw-login-widget.css?ver=1.1.2
http://elliptical.co.uk/wp-content/plugins/nice-login-register-widget/js/ajax-authentication.js?ver=1.1.2
http://elliptical.co.uk/wp-content/plugins/nice-login-register-widget/js/pw-login-widget.js?ver=1.1.2
http://elliptical.co.uk/wp-content/plugins/social-essentials/style.css?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/social-media-widget/social_widget.css?ver=3.6.1
http://elliptical.co.uk/wp-content/plugins/wpsc-support-tickets/css/custom-theme/jquery-ui-1.10.3.custom.css?ver=2
http://elliptical.co.uk/wp-content/plugins/wpsc-support-tickets/js/nicedit/nicEdit.js?ver=1.3.2
http://elliptical.co.uk/wp-content/plugins/wpsc-support-tickets/js/wpsc-support-tickets.js?ver=3.6.1
http://elliptical.co.uk/wp-content/themes/enfold/config-gravityforms/gravity-mod.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.6.1
http://elliptical.co.uk/wp-content/themes/enfold/css/base.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/css/custom.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/css/grid.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/css/layout.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/css/shortcodes.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/js/avia-compat.js?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/js/avia.js?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/js/prettyPhoto/css/prettyPhoto.css?ver=1
http://elliptical.co.uk/wp-content/themes/enfold/js/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.5
http://elliptical.co.uk/wp-content/themes/enfold/js/shortcodes.js?ver=1
http://elliptical.co.uk/wp-content/uploads/dynamic_avia/enfold.css?ver=1
http://elliptical.co.uk/wp-includes/js/comment-reply.min.js?ver=3.6.1
http://elliptical.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
http://elliptical.co.uk/wp-includes/js/jquery/jquery.js?ver=1.10.2
http://elliptical.co.uk/wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.10.3
http://elliptical.co.uk/wp-includes/js/jquery/ui/jquery.ui.tabs.min.js?ver=1.10.3
http://elliptical.co.uk/wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.10.3
http://elliptical.co.uk/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.13.0
http://elliptical.co.uk/wp-includes/js/mediaelement/wp-mediaelement.js?ver=3.6.1
http://maps.googleapis.com/maps/api/js/StaticMapService.GetMapImage?1m2&1i4144026&2i2716657&2e1&3u15&4m2&1u189&2u230&5m4&1e0&5sen-US&6sus&10b1&token=93620
http://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false&ver=1
http://mt0.googleapis.com/vt?lyrs=m@238006854&src=apiv3&hl=en-US&x=16188&y=10611&z=15&style=47,37%7Csmartmaps
http://mt0.googleapis.com/vt?lyrs=m@238006854&src=apiv3&hl=en-US&x=16188&y=10612&z=15&style=47,37%7Csmartmaps
http://mt0.googleapis.com/vt?lyrs=m@238006854&src=apiv3&hl=en-US&x=16188&y=10613&z=15&style=47,37%7Csmartmaps
http://mt1.googleapis.com/mapslt/ft?hl=en-US&lyrs=m%40238000000%7Csalt%3A1484351913&las=twvwvvwtuwwvtww,twvwvvwtuwwvuvv,twvwvvwtuwwvuvw,twvwvvwtuwwvvuu,twvwvvwtuwwvwtt,twvwvvwtuwwvwtu&z=15&src=apiv3&xc=1&style=47%2C37%7Csmartmaps&callback=_xdc_._7ozews&token=117740
http://mt1.googleapis.com/vt?lyrs=m@238000000&src=apiv3&hl=en-US&x=16187&y=10612&z=15&style=47,37%7Csmartmaps
http://mt1.googleapis.com/vt?lyrs=m@238006217&src=apiv3&hl=en-US&x=16187&y=10613&z=15&style=47,37%7Csmartmaps
http://mt1.googleapis.com/vt?lyrs=m@238006855&src=apiv3&hl=en-US&x=16187&y=10611&z=15&style=47,37%7Csmartmaps
http://s0.wp.com/wp-content/js/devicepx-jetpack.js?ver=201342

which is a lot. Is there any way to correct this please? Mostly it is code version number stuff.

I tried adding a filter

function _remove_script_version( $src ){
$parts = explode( ‘?ver’, $src );
return $parts[0];
}
add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

to functions.php, but when I did this the header logo went really small and weird.

kind regards,

PPCHound

  • This topic was modified 12 years, 5 months ago by PPCHound.
#177200

In reply to: Quick CSS not working

Hello!

The paragraph font size by default is 14px, try changing it to a different number to see the difference.

Best regards,
Josue

#177190
Gstar72
Participant

Hi Fellas,

Hope you are all great.

Question: I had an issue with the icon list and accompanying text – when shown on an iPad / iPhone the text and icons get chopped. Ismael kindly gave me this fix to go in custom CSS: https://kriesi.at/support/topic/icon-list-issue-on-ipad/#post-27653 (see below):

@media only screen and (min-width: 786px) and (max-width: 1000px) {
.avia-icon-list .iconlist_icon {
height: 50px;
width: 50px;
line-height: 50px;
font-size: 25px;
margin-right: 15px;
}
}

I checked my site on an iPad today and the problems are still the same, cut off text and icon – is there any way for this to resize?.

Thanks guys

Gary

#177116

Thank you. That did the trick.

How about if I want to change the font color?

#177109

Hi beejman4000!

Yes, please add following code to Quick CSS in Enfold theme options under Styling tab

.title_container .main-title { font-size: 24px; }

Regards,
Yigit

#177108

In reply to: Quick CSS not working

Hi Ronny!

I saw you are putting the wrong CSS code

The correct syntax would be:

p {
font-size: 14px !important;
}

Best regards,
Josue

#177074
beejman4000
Participant

Is there a way to increase the font size of the page titles?

#177006

Hey!

None of us expect anything from customers in this support forum. Please keep that in mind :)
Please add following code to Quick CSS in Enfold theme options under Styling tab

 #top .main_color textarea { background-color: white; color: black; }

Regards,
Yigit

#176974

That’s what I meant, I can get the font to be white (intended) but then the background is white too (not intended).
When using
#top #main
.sidebar {
background-color:#738ca2!important;
font-size:80%!important;
font-color: #fff!important;
}
The background should be blue (#738ca2) and now it is not. How can I solve this?

#176922

I suppose you are not going to help me anymore, because you would rather I pay you for the information? Please advise if you are going to help me or not. thanks

#176892

HI
From the above last post I resolved some of the things I asked, by myself, except I still need a quick css to:

change the contact form input fields to white, with black text,

Is this possible or not? I am supposed to go live with this website this week…..

#176812

In reply to: Table bug (Enfold)

Hello!

First, please edit css > shortcodes.css, find this code on line 1057:

@media only screen and (max-width: 767px)
{
	.responsive div .avia-data-table table,
	.responsive div .avia-data-table tbody,
	.responsive div .avia-data-table tr,
	.responsive div .avia-data-table td,
	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
	.responsive .avia-data-table td:before {
	display:block;
	font-style: italic; font-size: 11px;
	}

	.responsive .avia-data-table td {
		position: relative;
	}
}

Remove it. We might need to adjust the table width.

Regards,
Ismael

#176709

Hello lpongo!

You can try forcing it by adding !important

#top #main
.sidebar {
background-color:#738ca2!important;
font-size:80%!important;
font-color: #fff!important;
}

If that does not work, please post the link to your website

Best regards,
Yigit

#176618

Topic: Quick CSS not working

in forum Enfold
rhavermans
Participant

Hi there,

I’m trying to increase the font size of the overall paragraph, sidebar and the main menu. I checked the forum and found some codes to enter into Quick CSS
For example:
.sidebar p{
font-size: 14px;
}

I’ve entered the code in the quick css frame and saved, but nothing is happening. The code is still visible in the frame after saving and all the font sizes are still the same. Am I forgetting something? Or any other mistake I make?

I hope you can help me with this.

Kind regards,
Ronny

#176606
lpongo
Participant

Hi,

I am trying to customize the sidebar font color.

I have tried the following in the quick css without success:

#top #main
.sidebar {
background-color:#738ca2;
font-size:80%;
font-color: #fff;
}

Any clues?

#176595

In reply to: Formatting font size

Hey!

Ok, for the titles issue, paste this code in the Quick CSS (Enfold > Styling):

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

Regards,
Josue

#176588

In reply to: Formatting font size

Oh ok- great. Thank you for telling me about the span style option.

My website: http://proletehealth.com/

Viewing 30 results - 18,001 through 18,030 (of 18,727 total)