Viewing 30 results - 15,691 through 15,720 (of 18,731 total)
  • Author
    Search Results
  • #319182

    Hi kathrynmichaud!

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

    .gfield_checkbox label {
    font-size: 16px!important;
    }

    Cheers!
    Yigit

    #319178
    kathrynmichaud
    Participant

    Hi – could you tell me how I can increase the font size of the text next to each check box in Gravity Forms please?

    Thanks!

    #319104

    hi devin, i changed the footer widget code to:

    [av_one_fifth first]
    [av_textblock ]<div class="custom-footer-social">
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left " style="color:#435f9f; border-color:#435f9f;"><a href='https://www.facebook.com/CloudAllyPage'   class='av-icon-char' style='font-size:25px;line-height:25px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span>
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left " style="color:#f1f1f1; border-color:#f1f1f1;"><span class='av-icon-char' style='font-size:25px;line-height:25px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span>
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left " style="color:#50abf1; border-color:#50abf1;"><a href='https://twitter.com/CloudAlly'   class='av-icon-char' style='font-size:25px;line-height:25px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span>
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left " style="color:#f1f1f1; border-color:#f1f1f1;"><span class='av-icon-char' style='font-size:25px;line-height:25px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></span></span>
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left " style="color:#dd4b39; border-color:#dd4b39;"><a href='https://plus.google.com/+Cloudally/posts'   class='av-icon-char' style='font-size:25px;line-height:25px;' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' ></a></span></div>
    [/av_textblock]
    [/av_one_fifth]
    [av_three_fifth]
    [av_textblock ]
    
    <div class="footer_links" style="text-align: center;"><a id="footer_links_home" href="/">Home</a> <span class="footer_devider"> | </span> <a href="/Blog">Blog</a> <span class="footer_devider"> | </span> <a href="/cloudally-faq">FAQ</a> <span class="footer_devider">| </span> <a href="/terms-of-use" rel="nofollow">Terms of Use</a> <span class="footer_devider">| </span> <a href="/privacy-policy" rel="nofollow">Privacy Policy</a> <span class="footer_devider">| </span> <a href="/why-choose-cloudally">Why CloudAlly</a><span class="footer_devider"> | </span><a href="/catalog">Backup Services</a><span class="footer_devider"> | </span><a href="/contact-us">Contact Us</a>
    <a href="/SLA">Service Level Agreement</a> <span class="footer_devider"> | </span> <a href="/partners">Partner Programs</a> <span class="footer_devider"> | </span><a href="/enterprise-contact-us">Enterprise Backups</a></div>
    
    [/av_textblock]
    [/av_three_fifth]
    [av_one_fifth]
    [av_textblock ]
    <a href="http://aws.amazon.com"><img class="alignnone" src="http://magento.org.il/cloudally/wp-content/uploads/2014/08/powered.png" alt="powered by amazon web services" width="230" height="70" /></a>
    [/av_textblock]
    [/av_one_fifth]

    and put both codes in the quick css but nothing happened. what am i doing wrong? please advise… thank you!

    • This reply was modified 11 years, 6 months ago by graphico.
    #318911
    Marc Bijl
    Participant

    Hi guys,

    I’ve found out the search engine at the Kriesi forums delivers results which are worse than Google. Imagine this: I want to know more about changing font size.

    When I search at these forums it leads me to this result: https://kriesi.at/support/?bbp_search=%27font+size%27

    When I search at Google it leads me to (for example) this result: https://www.google.nl/search?num=100&q=%27font+size%27+site%3Akriesi.at Or this one: https://www.google.nl/search?num=100&q=enfold+%27font+size%27

    To be honest: the Google results give me much more useful hits than the Kriesi results. And because of this, I can imagine users often start new topics for questions that already have been answered (just because they can’t find the right topics in the forum). And therefore you guys have a lot more work than would be necessary…

    Just my 2 cents ;-)

    Hi Ismael, thnx for the reply mate! I’m pretty comfortable with CSS, so I guess I’ll find my way, thanks. I was just wondering if there would be a kind of checklist like: ‘If you want to change the font family and size of the title all over the site, you need to change CSS class A, B and C‘. Or something like that…

    You can consider this topic as closed ;-)

    If I later want to provide you a list of the actual elements, what is the best thing to do: start a new topic, or add the list to this topic?

    Cheers,
    Marc

    Hey!

    Change this part in the Quick CSS:

    .custom_info{
      width: 40%;
      right: 0;
      position: absolute;
      line-height: 26px;
      top: 20px;
    }

    To:

    .custom_info{
      right: 0;
      position: absolute;
      line-height: 26px;
      top: 20px;
    }

    Regarding overlapping on scroll, add this:

    .header-scrolled .custom_info {
        line-height: 12px;
        font-size: 11px;
        top: 10px;
    }

    Cheers!
    Josue

    #318746

    Hey nini_bacher!

    Thank you for using Enfold.

    You can change the icon box title font size for IE8. Use this on Quick CSS or custom.css:

    .avia-msie-8 .avia-icon-list .iconlist_title {
        font-size: 13px;
    }
    

    Cheers!
    Ismael

    Hi Marc!

    Thank you for using Enfold.

    No, there isn’t a documentation on how to specifically change these elements but you easily modify the elements via Quick CSS. You can also edit some elements on the Enfold > Advanced Styling panel. If you can provide us a list of the actual elements that you’re trying to modify, we’ll try to help. For example, you can change the post title with this:

    .entry-content-wrapper .post-title {
    font-size: 28px;
    line-height: 1.3em;
    }

    Regards,
    Ismael

    Marc Bijl
    Participant

    Hi,

    I started to change some font families, sizes etc for my site by overriding definitions through a separate css file of the child theme. And of course I started with the advice in the documentation: http://kriesi.at/documentation/enfold/change-the-default-font-size

    However, there seem to be missing some definitions here.

    For example: if I set the font size in the body to 24px it does a good job on pages, but not on blog posts. For this I added some definitions for #top .fullsize .template-blog .post .entry-content-wrapper but I’m not sure if that’s right and complete.

    Also I’ve had some trouble with widget titles. Except changing h1, h2 and h3 definitions, it seems I need to change .widgettitle too. Here the same question: not sure if this is right and complete.

    And I’ve had some other trouble which I solved, but not sure how accurate.

    So in general, my question is: do you guys have a step-by-step-but-above-all-complete guide for change font attritbutes of h1, h2, h3, p and a tags?

    Thnx guys, keep up the good work!

    BTW
    My site is here: http://www.marcbijl.nl

    #318465

    Hey!

    Insert this code into the quick css field:

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

    and change the font size value if necessary.

    Regards,
    Peter

    #318365
    siestajoye
    Participant

    Two questions about my (static) front page html:
    Question 1. Adding alt tag to fullscreen slider image on front page
    On my front page, I am using an image inside the fullscreen slider and would like to have the alt tag included. My image has an alt tag applied in the media library.
    The code that is generated is:

    <div id='fullscreen_slider_0' class='avia-fullscreen-slider main_color  avia-builder-el-0  el_before_av_textblock  avia-builder-el-first  container_wrap sidebar_right'   ><a href='#next-section' title='' class='scroll-down-link'aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><div  data-size='no scaling'  data-lightbox_size='large'  data-animation='slide'  data-ids='3733'  data-video_counter='0'  data-autoplay='false'  data-bg_slider='true'  data-slide_height='100'  data-handle='av_fullscreen'  data-interval='5'  data-class=' '  data-css_id='fullscreen_slider_0'  data-scroll_down='aviaTBscroll_down'  data-custom_markup=''  data-stretch=''  class='avia-slideshow avia-slideshow-1 av-slider-scroll-down-active avia-slideshow-no scaling av_fullscreen   avia-slide-slider '  itemscope="itemscope" itemtype="https://schema.org/ImageObject" ><ul class='avia-slideshow-inner' ><li style='background-position:center center;' data-img-url='http://WEBSITENAME.com/blog/wp-content/uploads/2014/09/sarasota-downtown-events.jpg' class=' av-single-slide slide-1 ' ><div data-rel='slideshow-1' class='avia-slide-wrap'  ><div class = "caption_fullwidth caption_bottom caption_bottom_framed caption_framed"><div class = "container caption_container"><div class = "slideshow_caption"><div class = "slideshow_inner_caption"><div class = "slideshow_align_caption"><h2 class='avia-caption-title'  itemprop="name" >CAPTION TEXT</h2><div class='avia-caption-content'  itemprop="description" ><p>MORE TEXT<br />
    </p>

    Lots of code, but no alt tag. Can I add it somehow?

    Question 2. Using this theme, I see that I have no h1 on my front page.
    I use a logo for my company name, the caption inside of the slider is an h2 and the remaining content on the front is h2 or smaller. Is there a consensus about the need for an h1 tag on the front page? I have a title which includes my business name and tagline, and my logo image has an alt tag with my business name. Is there a need to create an h1 on the front page? If so, how?

    Thanks for all the help you have been providing as I learn this new theme.

    #318314

    Hi!

    You have a typo here:

    .phone-info {
    float: left;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;

    Missing “}”.

    Cheers!
    Josue

    #318204

    In reply to: Button Font Size

    Hi fragezeichen!

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

    .avia-button {
    font-size: 16px!important;
    }

    Best regards,
    Yigit

    #318199

    Topic: Button Font Size

    in forum Enfold
    fragezeichen
    Participant

    Hello,

    how can I change the Font Size of the button text?

    Regards, Michael

    #318155
    This reply has been marked as private.
    #318142

    Hi!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” to increase font size of main nav.
    Please add following code to Quick CSS

    li.home-nav a:hover, li.home-nav.current_page_item a {
    background-size: 50%;
    }

    Best regards,
    Yigit

    #318138
    This reply has been marked as private.
    #318135

    The reason we don’t have a how-to for every page on the demo is because the dummy data that can be imported from the theme options already includes all of the home pages. So when you import it in, you get that page fully created for you.

    If you turn on the debug field for the ALB you could paste in the raw shortcode data on a new page which would prepopulate the layout editor with the elements that are on that page. Here is the raw data for that:

    
    [av_fullscreen size='extra_large' animation='fade' autoplay='true' interval='7' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='2553' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='This is a page with transparent header' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Click me' button_color2='light' link2='http://' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay='']
    Once the user scrolls down the header color will change
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='2552' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='Another caption' caption_pos='caption_right caption_right_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Learn more' button_color2='light' link2='#next-section' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque pe.
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_one_fourth first]
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/woman-flinging-long-hair-1500x1000.jpg' attachment='2576' attach='parallax' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='75' padding='default' shadow='no-shadow' id='']
    [av_one_third first]
    
    [av_icon_box icon='ue806' font='entypo-fontello' position='top' title='Mobile Ready' link='' linktarget='' linkelement='']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='ue836' font='entypo-fontello' position='top' title='SEO Optimized' link='' linktarget='' linkelement='']
    Aenean commodo ligula egconsectetueret dolor sit amlor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='ue842' font='entypo-fontello' position='top' title='Free Support' link='' linktarget='' linkelement='']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id='']
    [av_one_fourth first]
    
    [av_textblock]
    <h6>Recent News</h6>
    <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em>
    
    <a href="#">View more</a>
    [/av_textblock]
    
    [/av_one_fourth][av_three_fourth]
    
    [av_postslider link='category,3' columns='3' items='3' contents='title' autoplay='no' interval='5']
    
    [/av_three_fourth][av_hr class='default' height='50' position='center']
    
    [av_one_fourth first]
    
    [av_textblock]
    <h6>Recent Work</h6>
    <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em>
    
    <a href="#">View more</a>
    [/av_textblock]
    
    [/av_one_fourth][av_three_fourth]
    
    [av_postslider link='portfolio_entries' columns='3' items='3' contents='title' autoplay='no' interval='5']
    
    [/av_three_fourth]
    [/av_section]
    
    [av_section color='socket_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/photodune-3581207-black-in-black-m-1500x1182.jpg' attachment='2572' attach='parallax' position='top left' repeat='stretch' video='' video_ratio='16:9' min_height='75' padding='large' shadow='no-shadow' id='portfolio']
    [av_heading heading='A beautiful <strong>experience!</strong>' tag='h1' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='50' subheading_active='subheading_below' subheading_size='18' padding='60']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    
    [/av_heading]
    
    [av_one_fifth first]
    
    [av_font_icon icon='ue826' font='entypo-fontello' style='border' caption='Eye Candy' link='manually,http://kriesi.at' linktarget='' color='#ffffff' size='40px' position='center']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue856' font='entypo-fontello' style='border' caption='Tools' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    We have added exactly the tools you need and left out everything you don't need. Finally a multi purpose Theme that is not bloated!
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8a5' font='entypo-fontello' style='border' caption='A list' link='post,94' linktarget='' color='#ffffff' size='40px' position='center']
    <ol>
    <li>Super nice Parallax</li>
    <li>Optimized for Speed</li>
    <li>Brilliant Template Builder</li>
    <li>Easy to use</li>
    <li>Set up in 2 minutes</li>
    </ol>
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8a8' font='entypo-fontello' style='border' caption='Updates' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    Enfold is an award winning theme that is quickly becoming one of themeforest top sellers. And for a reason! Try it yourself!
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8dd' font='entypo-fontello' style='border' caption='Rocket Science?' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    Far from! Probably the easiest Multipurpose theme you have ever used!
    [/av_font_icon]
    
    [/av_one_fifth]
    [/av_section]
    
    #318110

    Hallo David!

    I checked your website and font size of menu items are the same – http://i.imgur.com/EnxX16Q.png
    Would you like to decrease the size of home icon?

    Best regards,
    Yigit

    Hey Claudio!

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

    .iconlist-timeline { display: none; }
    .avia-icon-list .iconlist_title { font-size: 22px; }

    Best regards,
    Yigit

    #318038

    Hey Speakers-Club!

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

    .phone-info {
    font-size: 16px;
    }

    Cheers!
    Yigit

    fingolfin75
    Participant

    Hello all,
    I would like to know how to remove the connector dotted line that appears between the items in a list using the avia editor.
    Is it possible also to change the font size for the title items in the list?
    I guess some css tweaking is needed but I can’t figure it out by myself!

    Thank you in advance for your help!

    Best regards,
    Claudio

    #318010

    Topic: Different menu by size

    in forum Enfold
    Ship-ST
    Participant

    Hi,
    I would like to be able to select a specific main menu for a defined page width range. The idea is to use a smaller menu made of fontello icons to avoid overlapping with the website logo when the page is too small but not enough to be a mobile display.
    Would you help me with that?

    Regards

    #318007
    d1h
    Participant

    Hallo Team,

    ich habe ein Problem mit der Schrift in den Menüpunkten

    http://enfold.martin-klapheck.de

    Es sind 2 verschiedene Schriftarten und ich kann die Schriftgröße nicht ändern.

    Habe auch schon die Sachen aus dem Forum probiert wie:

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

    Hi Josue

    I added this new code but it changed nothing.

    I’ve included whats inside the quick CSS, I don’t know if this may conflict with this new code that might be stopping it from working

    td {
    vertical-align: top;
    }

    body > br {
    display: none !important;
    }

    .phone-info {
    float: left;
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    padding: 5px 0;

    .html_header_top #top .av_logo_right .logo{
    left:auto !important; right:0 !important;
    }
    .html_header_top #top .av_menu_left .main_menu{
    left:0px !important; right:auto !important;
    }
    .html_header_top.html_main_nav_header #top .av_menu_left .main_menu{
    left:-13px !important; right:auto !important;
    }

    #317796

    Hey!

    Try adding this code to the Quick CSS:

    .av-masonry-entry:before {
        content: attr(title);
        background: red;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        line-height: 180px;
        opacity: 0;
        font-weight: bold;
        font-size: 24px;
    }
    
    .av-masonry-entry:hover:before {
        opacity: 1;
    }
    
    .av-masonry-entry:before{
        transition: all linear 0.2s;
    }

    Cheers! 
    Josue

    #317776

    Hey!

    Try adding this code to the Quick CSS:

    #advanced_menu_toggle:after {
        content: "Menu";
        font-size: 12px;
        position: absolute;
        bottom: -16px;
        left: 0;
        right: 0;
    }

    Cheers! 
    Josue

    #317734

    Hey!

    Try adding this code to the Quick CSS:

    body {
    font: 13px/1.65em 'Open Sans', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #444;
    -webkit-text-size-adjust: 100%;
    }

    Cheers! 
    Josue

    #317680
    Speakers-Club
    Participant

    In the top bar also featuring social icons – how do I make the telephone number in a bigger font and size?

    #317338

    Hi Charlie!

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

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 16px;
    }
    .header_color .sub_menu>ul>li>a {
    color: red;
    }
    #top .header_color .sub_menu ul li a:hover {
    color: green;
    }

    Regards,
    Yigit

Viewing 30 results - 15,691 through 15,720 (of 18,731 total)