Viewing 30 results - 12,241 through 12,270 (of 18,742 total)
  • Author
    Search Results
  • #560180

    Hi AirstreamCoach!

    Please try the below css in Enfold > general styling > Quick css

    
    .phone-info span {
        font-size: 18px;
    }
    

    Adjust the font size accordingly. If you have any issue please get back to us with the link to your website.

    Regards,
    Vinay

    #560171
    dcarlsondesign
    Participant

    Hi,

    I have added an arrow to the main Navigation Menu to indicate a dropdown submenu below using css. It works in Firefox but in Chrome I get an odd symbol

    See–

    http://uvpublichealth.org/

    Here is my css

    /* add arrow to main nav menu */

    .menu li > a:after { content: ‘ ▾’; font-size: 20px; }
    .menu li > a:only-child:after { content: ”; }

    Your ideas appreciated as usual.

    Thanks,
    dcarlsondesign

    #560137

    Hey carendavis!

    To make the icons large please add the below code in Enfold Options > General Styling > Quick CSS

    
    #top .social_bookmarks li a {
         font-size: 20px;
    }
    

    I hope the below video will help you add custom font icons correctly

    Best regards,
    Vinay

    #560094

    Ok thanks. I’ll be happy to do that. Enfold is a fantastic theme. I’m just going to finish working on my website first. Once it is done I’ll do the review. That way people can see the theme in action on my new site.

    I have two questions that I would like to ask:

    1. I have noticed on some pages of my site that the social icons in the footer don’t have a rollover effect – they don’t change color. On some pages they do and other they don’t. Is there a way to correct this?

    2. I am creating some text inside of an icon box content element. I would like to be able to increase the size of the text inside the icon box but I do not see an option for that. I do have options to switch the text to a heading size but I prefer to just increase the font size. Is there a way to do that?
    http://genebandtest.mysecretwifeproject.com/true-love/ (it is the lyrics that I want to increase in size)

    Thanks,
    Gene

    #560073
    richardelectrix
    Participant

    Hi

    I am using fontello icons for my bullet lists.

    I am required to have a \ backslash in front of the E number to get them to work but when I save the css the backslash gets deleted.

    ul.list  {
        list-style-type: none !important;
        list-style: none !important;
        position: relative;
        display: block;
        left: 0;
        list-style-position: outside;
        width: 100%;
        padding-bottom: 0;
    }
    
    .list li {
        list-style-type: none !important;
        list-style: none !important;
        position: relative;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    
    .list li:before {
        position: absolute;
        top: 3px;
        left: -15px;
        background-color: #FFFFFF;    
        font-family: 'fontello';    
        content: "\E822"; /* Important the backslash must be present before the E822 */
        font-size: 18px;
        color: #007ab6;
    }

    Do you know why it will all of a sudden started to delete the \ on save?

    #559986

    Hey skeereweer!

    Please add following code to Quick CSS

    h3.slide-entry-title.entry-title {
        font-size: 15px!important;
    }
    .pricing-table li.avia-pricing-row {
        font-size: 30px;
    }

    Best regards,
    Yigit

    #559981
    skeereweer
    Participant

    Hi,

    The font size of the title under a blog in raster mode is really big.
    And also the price in the table unit is very big.

    How can i make them smaller?

    See:

    https://www.dropbox.com/s/rbuwpv6cf23d9rk/Schermafdruk%202016-01-05%2014.59.44.png?dl=0
    online: https://www.degrotedag.net/

    and

    https://www.dropbox.com/s/yo1v2f475xn3ew2/Schermafdruk%202016-01-05%2015.01.07.png?dl=0
    online: https://www.degrotedag.net/prijzen/

    #559944

    Topic: Custom css

    in forum Enfold
    jeffreyvanoostrom
    Participant

    Hi guys,

    I’ve made a website with this great, versatile theme. Most of the custom css changes work great, except the following 3.

    1: I’ve set a home icon for “home”. Only on the mobile menu, the divider line goes trough the home icon.
    This is my menu navigation label for the home icon.
    [av_font_icon icon='ue821' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='16px' position='left' custom_class=''][/av_font_icon]
    Should I add a line height, so it’s ok on the mobile menu?

    2: On the slider on the homepage, I’ve put green checkmarks, using the av font shortcode below
    [av_font_icon icon='ue812' font='entypo-fontello' style='' caption='' link='' linktarget='' size='25px' position='left' color='#6ed157'][/av_font_icon]
    This works, only the checkmark is not responsive, while the rest of the text in the layerslider is responsive. How to make the checkmark responsive as well?

    3: On the “services” page, I’ve put in a table. This looks great. But the desciption column disappears on phones and tablets. I thought is was below css which causes that issue. But even without any css, the desciption column disappears.
    .pricing-table-wrap:first-child {
    width: 550px;
    }

    I think my current table style will not work well on tablets and phones. Is there a way to show current table on monitors of, let’s say 900 px and bigger, and make an extra (new) table for smaller media devices?

    Looking forward to your feedback and help.
    Thanks a lot

    BR
    Jeff

    #559702

    Thank you, thank you, thank you!

    Just that one “hint” gave me (I think) the answer.

    I REALLY think I tried with Span before, but maybe used Div?

    In any case, here’s what I did for anyone who needs this one line above the other capability for the wonderful av_button.

    I wanted top title in button bigger and bottom title (sub-title) smaller.
    The av_button_label has the dual span that makes this work — once you add the CSS at the bottom.

    Here is the Debug code for the av_button:
    [av_button label='<span class="first-button-title">YES</span><span class="second-button-title">Send me the eBook</span>' link='manually,http://' link_target='' size='x-large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    Here is the CSS put in Code Block at bottom of page:

    <style>
    .first-button-title{font-size:2.5rem!important;display:table;margin:auto;color:red!important;padding-bottom:1rem!important;}
    .second-button-title{font-size:2rem!important;color:yellow!important;}
    </style>

    Not sure if that’s the way I put HTML and CSS in this Enfold post, but it may help someone…just as you did me, Elliott.

    Thanks!

    Know the colors are atrocious, but wanted to see what worked.

    If you have any suggestions about better way, please let me know!

    Very good link, so I have come up with this code, but it seems to not be called.

    I assume maybe I am using the wrong hook? Do you recommend one that can be used?

    // Fix Enfold from using 1500px wide image and use the full-size image instead
    add_action( 'after_setup_theme', 'ssi_woocommerce_full_width_category_images' );
    function ssi_woocommerce_full_width_category_images()
    {
    	remove_action( 'ava_after_main_container', 'avia_woocommerce_parallax_banner', 11);
    	add_action( 'ava_after_main_container', 'avia_woocommerce_parallax_banner_child_theme', 11);
    
    	function avia_woocommerce_parallax_banner_child_theme($bg, $overlay, $opacity, $description, $font)
    	{
    	
    		if(is_numeric($bg)) 
    		{
    			$bg = wp_get_attachment_image_src($bg, 'full');
    			if(is_array($bg) && $bg[0] != "") $bg = $bg[0];
    		}
    	
    		if($font) $font = "style='color:{$font};'";
    		if($bg) $bg = "background-image: url(".$bg.");";
    	
    	
    	
    	
    		$output = "";
    					
    		$output .='<div id="av_product_description" class="avia-section main_color avia-section-large avia-no-border-styling avia-full-stretch av-parallax-section av-section-color-overlay-active avia-bg-style-parallax container_wrap fullsize" data-section-bg-repeat="stretch" '.$font.'>';
    		$output .='<div class="av-parallax  avia-full-stretch" data-avia-parallax-ratio="0.3">';
    		$output .='<div class="av-parallax-inner" style="'.$bg.' main_color background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;">';
    		$output .='</div>';
    		$output .='</div>';
    	
    	
    		$output .='<div class="av-section-color-overlay-wrap">';
    		if(!empty($overlay))
    		{
    			$output .='<div class="av-section-color-overlay" style="opacity: '.$opacity.'; background-color: '.$overlay.'; "></div>';
    		}
    	
    		$output .='<div class="container">';
    		$output .='<main class="template-page content av-content-full alpha units">';
    		if($description) $output .= "<h1>".$description."</h1>";
    		$output .='</main></div></div></div>';
    	
    		return $output;
    	}
    }
    #559572
    alfpress
    Participant

    Changing tabbed information text style and or size
    I don’t have a link for this one… I just want to know if it is possible to change the font size, color, size, etc of a tabbed element (adding “tabs” from advanced layout editor)… where would these setting be kept ?

    Can you give me an example to increase the size to a larger size? and where it would be inserted?

    #559446
    CharlieTh
    Participant

    Can an av_button have two lines…one the basic command, the second smaller a font?

    For instance:
    YES
    Send me the eBook

    YES would be the “title” showing on button in typical font.
    Send me the eBook would be the “subtitle” showing on button in smaller size.

    Any ideas?

    Thanks in advance for anyone who might have suggestions.

    Hey!

    I have added the custom css into
    Enfold Options > Website Styling > Quick CSS

    However the text seem to be a lot for a tablet device.

    One alternate solution would be to hide the text in tablet let me know If you wish to hide it.

    @media only screen and (max-width: 1200px) {
        .slideshow_caption {
            width: 80%;
        }
        .responsive #top .slideshow_caption .avia-caption-content * {
            font-size: 13px !important;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .slideshow_caption {
            width: 100%;
        }
    }

    Cheers!
    Vinay

    #559385

    Topic: Firefox Issue

    in forum Enfold
    djshortkut
    Participant

    I have an issue while viewing my site on firefox on my computer. The circle around the icons on this page show up perfectly round on safari and chrome but on firefox they show up “squished” I made the size of them smaller and increased the size of the icons with the code below that support helped me with to make the icons larger. Everything works great except when viewed on firefox. How can I fix this? Thanks in advance!

    .custom-icon .av-icon-char {
      font-size: 50px!important;
    }
    #559345

    Hey David57!

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

    @media only screen and (max-width: 990px) {
    h1 { font-size: 20px; }}
    @media only screen and (max-width: 769px) {
    h1 { font-size: 16px; }}
    @media only screen and (max-width: 480px) {
    h1 { font-size: 14px; }}

    and adjust as needed

    Regards,
    Yigit

    #559327
    David57
    Participant

    Hi Team,

    How can i change the font size automatically as the screen size decrease from desktop to mobile?

    #559255

    Hey Eva!

    Happy new year! :)

    You can wrap your text inside a span with a custom class as following

    <span class="bigger-text">Here is my text!</span>

    and then add following code to Quick CSS

    .bigger-text { font-size: 20px; }

    You can insert as inline as well as following

    <span style="font-size: 20px;">my text!</span>

    but we would recommend custom CSS :)

    Please make sure to use HTML in text tab of Text block element

    Cheers!
    Yigit

    #559251
    evdesignstudio
    Participant

    Hi and Happy New Year!

    I tried to find the answer online but can’t find anything suitable.
    I was wondering if I can have different font sizes in the same line/paragraph in a text box. See attached link. Where I have the white text (under ethos) , I would also like it to be a larger font size. Is this possible?

    I tried copying it from a Word document, hoping to keep the format, but it didn’t work.

    Thanks!

    Eva

    #559149

    Hey!

    Try:

    #top #wrap_all .av-share-link a{
        font-size: 60px;
    }
    

    Cheers!
    Josue

    #559069
    MadRhino
    Participant

    I’m having a problem with the Advanced Layerslider after updating to the latest version of Enfold.

    After the update, the Advanced Layerslider on my homepage still displays as it should, but when I tried to edit it, I noticed that except for the positioning of the different layers, all other information (e.g. font, font-size, font-color, etc) were gone.

    Even recreating the Advanced Layerslider won’t work, because every time I enter the required font, font-size, line height, and font-color, the information keeps disapearing – even after saving the settings. Is this a bug?

    Please advise. Many thanks for your help

    Hey!

    It’s possible to hide the caption description and decrease the font size of the caption heading on mobile view. Please use this:

    @media only screen and (max-width: 768px) {
    .avia-caption-content {
        display: none !important;
    }
    
    .responsive #top .slideshow_caption h2 {
        font-size: 15px !important;
    }
    }

    Hard refresh or remove browser cache before testing the page.

    Best regards,
    Ismael

    #558837

    In reply to: Text color and size

    Hey RikoRG!

    Add this to your custom CSS.

    .toggler { font-size: 14px !important; color: red !important; }
    

    Best regards,
    Elliott

    #558767

    Hey!

    Try adding this code to the Quick CSS:

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
        outline: none;
        box-shadow: none;
    }
    
    #top .avia_ajax_form input.button {
        width: 100%;
        padding: 20px;
        font-size: 22px;
        color: black;
        background: white;
        border: 1px solid black;
    }
    
    #top .avia_ajax_form input.button:hover{
        color: black;
        background: white;
    }

    Cheers! 
    Josue

    #558700

    Topic: menu on tablet

    in forum Enfold
    famewebdesign
    Participant

    Hello,
    Please check http://www.boefke.com on tablet
    I followed the instructions on http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ but still the menu runs through the logo. How can I fix this?
    Also, is it possible to increase the size of the fonts in the four blocks “about boefke”, “our collection”, “organic cotton” and “lookbook” so all four blocks have equal heights on tablets? (as it is on pc view). Or maybe another solution?
    Thanks for your help!

    #558648

    In reply to: Footer Iconbox Size

    Hi!

    Add this to your custom CSS.

    #footer .iconbox_content h4 a {
        font-size: 12px !important;
    }
    #footer .iconbox_content > header > a {
        font-size: 12px !important;
    }

    The first line is for the text, the second for the icon.

    Cheers!
    Elliott

    #558637

    Hi Pete!

    Add this to your custom CSS.

    h2.avia-caption-title {
    font-size: 2vw !important;
    }

    Cheers!
    Elliott

    #558596
    spidercreations
    Participant

    I’ve tried two methods to add a button into the header, to the right of the logo. When I try this method…

    add_action( 'ava_main_header', 'enfold_customization_add_to_header' );
    function enfold_customization_add_to_header() {
    	echo do_shortcode("[av_button label='Work With Me!' link='manually,http://WEBSITE/work-with-me/' /link_target='' size='medium' position='right' icon_select='yes' icon='ue82b' font='entypo-fontello' color='custom' /custom_bg='#ed3437' custom_font='#ffffff' custom_class='']");
    }

    The button is added, but I need to reposition it.

    – It is currently pushing the logo down the height of the button, and I need the image more in line.
    – The button is forced to the top right, and I would like to reposition.
    – Although I think I have the background color set to red (#ed3437) in the code above, it’s not red, it’s gray.

    Suggestions?

    Screen shot to help explain…
    http://spidercreations.net/wp-content/uploads/2015/12/jump-header.jpg

    Thanks in advance,
    Steve

    Hey Angela!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption .avia-caption-content * {
        font-size: 13px!important;
    }}

    Regards,
    Yigit

    hamzahmauzam
    Participant
    media="all"
    #top #wrap_all ins:before {
        content: "\2219";
        text-decoration: none;
        display: inline-block;
        padding: 0 7px 0 3px;
        font-size: 20px;
        line-height: 12px;
    }
    #558020

    Hi,

    Try the following as well

    #mobile-advanced li a {
    font-size:24px !important;
    line-heigh:24px !important;
    }

    Thanks,
    Rikard

Viewing 30 results - 12,241 through 12,270 (of 18,742 total)