Viewing 30 results - 15,931 through 15,960 (of 18,730 total)
  • Author
    Search Results
  • #302950

    Hey alexmasica!

    This is the snippet I used on the Enfold documentation website to do that:

    
    /*Make the search menu icon bigger*/
    #top .menu-item-search-dropdown > a {
    font-size: 24px;
    }
    

    Best regards,
    Devin

    #302713
    rogierkoning
    Participant

    Hi,

    I’ve read an other question about placing the search option in the mobile display.

    I’ve placed this code into my “Quick CSS” field on the general styling tab of my theme options:

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate, .responsive #header .main_menu ul, #top #menu-item-search { display: block; }
    .av-main-nav li { display: none; }}
    
    @media only screen and (max-width: 990px) {
    li#menu-item-search a { font-size: 24px!important; }
    nav.main_menu { float: right; margin-right: 15%; }}

    But the search field on mobile doesn’t show up.

    Rogier Koning

    #302586

    For some reason it is still not working

    here is ALL the code i have may be there is a conflict?

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px; }

    #footer a {
    color: black;
    }
    #footer a:hover {
    color: blue;
    }

    .widget_recent_entries li a {
    font-style: normal !important;
    }

    .image-overlay {
    visibility: hidden;
    }

    div#commentform.fb-social-plugin {
    margin-left: 17%;
    }

    @media only screen and (max-width: 767px) {
    .container.template-blog {
    width: 94%;
    }}

    span.blog-tags.minor-meta {
    display: none;
    }

    .home .content { padding-bottom: 10px; }

    span.av-masonry-date { display: none; }
    .av-masonry-entry .av-inner-masonry-content { padding: 20px; }

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_titles {
    display: block;
    border-top: 1px solid #555555;
    }
    .responsive .top_tab .tab.fullsize-tab {
    display: none;
    }
    .responsive #top .footer_color .tabcontainer .active_tab {
    color: #444; }
    }

    @media only screen and (max-width: 480px) {
    .av-inner-masonry-content.site-background {
    background: rgba(255,255,255,0.5) !important;
    }}

    body .container_wrap .hr.avia-builder-el-first { margin: 10px 0; }
    .av-special-heading { margin-top: 10px; }
    .avia-content-slider { margin: 10px 0; }

    @media only screen and (max-width: 479px) {
    .responsive #top .related_entries_container .av_one_eighth {
    margin-bottom: 3px;
    }}

    #scroll-top-link {
    background-color: grey;
    }

    @media only screen and (max-width: 767px) {
    ul.av-share-box-list {
    margin-bottom: 80px;
    }
    }

    h5.av-share-link-description {
    text-align: center;
    }

    #top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a {
    color: #888;
    background-color: white;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
    }

    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a { color: #888;
    background-color: white;
    }

    #top .avia-post-nav { background: rgba(0,0,0,0.4); padding: 30px; }

    function new_share_title() {
    $output = “Your new share title here”;
    return $output;
    }
    add_filter(‘avia_social_share_title’, ‘new_share_title’);

    #302401

    Topic: Navigation Menu

    in forum Enfold
    vcoronel
    Participant

    I need two things:

    1.- I want to remove the LINE hover effect when you mouse over the menu. That 2px line that shows up at the bottom when you hover each menu (home, contacts, etc..)

    2.- I want to increase the font size of the navigation menu items (home, contacts, etc..)

    http://coolsitemachine.com/products/

    #302385
    ShortieD
    Participant

    Hey Guys – am using the Layered Slider to this page http://27.131.66.7/~lmecentr/mango-languages/ and I’ve added this shortcode as a text layer

    [av_button label='Public Libraries' link='manually,http://www.mangolanguages.com/libraries/' link_target='' color='green' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='no' icon='ue800' font='entypo-fontello']

    But no button appears – is there a way to add buttons to the layered slider?
    Cheers

    #302372

    Hi alexmasica!

    Thank you for visiting Kriesi’s support forum.

    Use this on Quick CSS or custom.css to change the font size of the post:

    .container.template-blog p {
    font-size: 20px;
    }

    Cheers!
    Ismael

    #302363

    Hey alexmasica!

    Thank you for using Enfold.

    1.) Add this on Quick CSS:

    h3.widgettitle {
    font-size: 20px;
    color: orange;
    }

    2.) Use this on the recent post links:

    .widget_recent_entries ul li a {
    font-size: 15px;
    }

    Cheers!
    Ismael

    #302344

    Hi!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the Icon without the border then add a selector on the Custom CSS class field. Let’s use “default-icon” for example. Add this on Quick CSS or custom.css to change the size of the icon without the border:

    .default-icon span {
    font-size: 60px !important;
    }

    Regards,
    Ismael

    #302311
    websiteworkers
    Participant

    Hi there!

    How can I change both the font size and the leading for the blog post body text? Thanks!

    #302310
    websiteworkers
    Participant

    Hi there!

    I currently have my site navigation set to the small fixed header. What can I do to achieve the following:

    1. I’ve like to change the font size so the text is larger
    2. I’d like the bar that shows up on hover to be thicker/taller

    Thanks!

    #302275
    redmans
    Participant

    I wonder if you could help me with this, how do you change the main menu font colour, hover colour and font size in this them. I am using a black background and the grey is too dark. Any help would be great. Thanks

    #301969

    Hi Mark!

    Thank you for using our theme.

    In custom.css or Enfold->Styling->Quick CSS put the following and change the size:

    
    .avia-data-table td {
        font-size: 10px !important;
    }
    

    Cheers!
    Günter

    #301959
    MarkHarrigan
    Participant

    Try as I might I cannot seem to do this. I have tried applying various quick CSS changes based on different posts here but nothing seems to alter the font sizes in my tabular data. I have tired to see if there any option to edit table.php directly and struck out there too. Anyone able to help?

    tccompany
    Participant

    I would like to know how I can align on the left the post blog title ?

    Like on this page : http://kriesi.at/themedemo/?theme=enfold

    On my page, everything is centered.

    I would like also to change the font of the blog post in Georgia.

    #301903

    Hi!

    Try using this shortcodes:

    Green tick:

    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#81d742' size='40px' position='left' custom_class=''][/av_font_icon]

    Red X:

    [av_font_icon icon='ue813' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#dd3333' size='40px' position='left' custom_class=''][/av_font_icon]

    Regards,
    Josue

    #301900

    Hey!

    The first website is not using Enfold.

    Regarding your site, i believe that disabling the Enfold form styling will do the trick, open css/base.css and remove from line 182-253:

    /* #Forms
    ================================================== */
    
    	#top form {
    		margin-bottom: 20px; }
    	#top fieldset {
    		margin-bottom: 20px; }
    	#top .input-text,
    	#top input[type="text"],
    	#top input[type="input"],
    	#top input[type="password"],
    	#top input[type="email"],
    	#top input[type="number"],
        #top input[type="url"],
        #top input[type="tel"],
        #top input[type="search"],
    	#top textarea,
    	#top select {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}
    
    	#top input[type="text"]:focus,
    	#top input[type="password"]:focus,
    	#top input[type="email"]:focus,
    	#top input[type="number"]:focus,
        #top input[type="url"]:focus,
        #top input[type="tel"]:focus,
        #top input[type="search"]:focus,
    	#top textarea:focus {
    		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
     		color: #555;
    		}
    	#top textarea {
    		min-height: 60px; line-height:1.5em;}
    	#top label{
    		display: block;
    		font-weight: bold;
    		font-size: 12px;  }
    	#top legend {
    		display: block;
    		font-weight: normal;
    		font-size: 15px;  }
    	#top select {
    		width: 220px; }
    	#top input[type="checkbox"] {
    		display: inline; }
    	#top label span,
    	#top legend span {
    		font-weight: normal;
    		font-size: 13px;
    		color: #444; }
    
    	#top textarea{width:100%;}
    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
    #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
    #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
    #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

    Cheers!
    Josue

    #301840

    In reply to: Font Size

    Hi!

    Try with this code:

    .avia_textblock h2 {
        font-size: 32px !important;
    }

    Cheers!
    Josue

    #301765

    Nope sorry, didn’t work, it still covers up the logo.
    Would any of these other codes conflict with this?
    .av_phone_active_right .phone-info {
    float: right;
    font-size: 15px;
    }
    body{
    font-size: 14px !important;
    }
    #footer h3.widgettitle {
    color: white!important;
    font-size: 20px!important;
    }
    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    .html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    #header_main .container {
    width: 100%;
    margin: 0;
    }
    strong.logo {
    margin-left: 5%;
    }
    @media only screen and (max-width: 1340px) }
    strong.logo {
    margin-left: 5%;
    }
    }
    @media only screen and (max-width: 520px) {
    .responsive .logo a, .responsive .logo img {
    margin-top: 10px;
    max-width: 300px !important;
    height: auto !important;
    }
    }

    #301631

    Hi Marc!

    Please use following code in Quick CSS field

    .avia_textblock p { font-size: 16px; }

    Regards,
    Yigit

    #301629

    Hmm, guess I found a part of the solution here:
    http://kriesi.at/documentation/enfold/change-the-default-font-size

    However, I’ve read several questions about font styling here at the forum, and have to say: it’s far from easy to change font attributes…

    For example, look at this topic:
    https://kriesi.at/support/topic/change-font-size-of-text-elements

    Who could have found that solution without help?

    #301626
    Marc Bijl
    Participant

    Hi,

    I want to change things like font family, color, size, etc. There’s the option to change these attributes under Advanced Styling, however there’s no option for the paragraph tag. So I started to define some custom css for the paragraph tag, but that changed the text of the markers on the Google Map (contact page).

    What’s the best way to change font attributes of paragraph tags, as well as other tags which are not on the Advanced Styling tab?

    Cheers,
    Marc

    #301614
    rfarthofer
    Participant

    Hallo Kriesi Team,

    ich möchte in einer Promo-Box im Button Link einen Shortcode für Woocommerce benutzen!
    Leider bekomme ich dann immer “‘ link_target=” color=’theme-color’ custom_bg=’#444444′ custom_font=’#ffffff’ size=’large’ icon_select=’no’ icon=’ü800′ font=’entypo-fontello’]” als Meldung ???

    #301544
    chytry
    Participant

    Ive trying to change size and color of main menu text and search icon. I would like it to have differrent sizes.

    Search icon part doesnt works.

    My code:

    	/* main menu elements */
    	.header_color .main_menu ul:first-child > li > a { font-size: 13px!important; font-weight: 500; color: #35b8b4!important; background-color: #fff!important; }
    	.header_color .main_menu ul:first-child > li > a:hover { color: #000!important; }
    	.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #000!important; }
    
    	/* main menu search icon */
    
    	#top #menu-item-search.menu-item-search-dropdown>a {
    	font-size: 26px;
    	}
    

    Second question is about search icon:
    I would like to have this whole array $avia_config['font_icons'] = apply_filters('avf_default_icons', array( in functions.php of my child theme. My changes work in original file but when i copy it to functions.php in my child theme they dont work.

    #301454

    In reply to: Logo position

    Hi Christian!

    1. Try adding this code to the Quick CSS:

    .logo {
        top: 10px;
    }
    .header-scrolled .logo{
        top: 0;
    }

    2. Where do you want to have them?, you can try something like this (adjust as needed):

    .caption_left .slideshow_caption {
        left: 4px;
        top: 6px;
    }

    3. Add this:

    .slideshow_inner_caption p {
        font-size: 24px !important;
    }

    Regards,
    Josue

    #301283

    Topic: Logo position

    in forum Enfold
    jaroljmek
    Participant

    Hi Guys,

    Great to see Enfold selling so well!

    I’ve got a couple of questions that I should be able to solve but:

    1. Logo vertical position. How do I nudge the logo down to sit vertically aligned in the middle? I used some padding CSS but then my sticky logo became super tiny.

    http://www.theweblounge.co.uk/kworum/

    2. Easy Slider Caption position. Is it tricky to move the captions around a little?

    3. Easy Slider description. How can I target the font size of the Easy Slider sub header without affecting all my p fonts?

    Thanks very much!

    Christian

    #301222

    In reply to: Mega menu not working

    Hi!

    Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/

    Using media queries you can adjust the font size on different screensizes. Please add following code to Quick CSS as well

    @media only screen and (max-width: 1140px) and (min-width: 990px) {
    .header-custom-text { font-size: 22px; }}
    @media only screen and (max-width: 989px) {
    .header-custom-text { font-size: 14px; }}
    @media only screen and (max-width: 768px) {
    .header-custom-text { display: none; }}

    Best regards,
    Yigit

    #301121
    chrisheath28
    Participant

    Hi,
    I’m new to this but finding Enfold great. However, being rather dumb at the moment, I can’t see how to select the Alternate Content format for specific text boxes.

    Also, I want to be able to change the background color and text font size/color for specific cells in a table to highlight the content. Is this possible?

    Many thanks,
    Chris

    #301070

    In reply to: Font Size

    Hey Stigan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia_textblock p {
    font-size: 14px;
    }

    Regards,
    Yigit

    #301053

    In reply to: Move price

    Hey!

    Please use following code instead

    #footer span.amount {
    font-size: 14px;
    position: relative;
    top: -40px;
    }

    Regards,
    Yigit

    #300976

    In reply to: Move price

    Oops! I figured it out. I added this:

    span.amount {
    font-size: 14px;
    position: relative;
    top: -40px;
    }

    Let me know if there’s a better way to do it. Thanks!

Viewing 30 results - 15,931 through 15,960 (of 18,730 total)