Viewing 30 results - 12,091 through 12,120 (of 18,743 total)
  • Author
    Search Results
  • #570312

    Hey!

    We are working on your ticket now please be patient while we update the results soon.

    To remove the separators in footer links please remove socket border in Enfold > general Styling

    To enhance the footer social icons appearance a bit we have added the below css

    /*** socket social icon size in certain ranges***/
    #socket .social_bookmarks li a {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    border-radius:50px;
    } 
    #socket .social_bookmarks li  {
    margin-left: 15px !important;
    } 
    
    

    If you still like to go ahead and change the icons please follow the steps in the below link

    http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Cheers!
    Vinay

    • This reply was modified 10 years, 3 months ago by Vinay.
    #570106

    Hey foggygolf30!

    use this code in Quick CSS field:

    @media only screen and (max-width: 736px) {
    h2.avia-caption-title {
    font-size: 10px;
    }
    .avia-caption-content {
    font-size: 10px
    }
    }
    

    Regards,
    Andy

    #570101

    Hi galluzzino!

    we don’t recommend to do this and instead change it via CSS code. Show us exactly which element on your website you want to change it’s font-size etc. and we help you out.

    Cheers!
    Andy

    #570048

    Hey!

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

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 15px; }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Regards,
    Yigit

    #570034

    No, this hint change just Main Menu sublevels. I need change Secondary menu above Main Menu (whist social icon and phone). I tried to change Enfold theme options > Advanced Styling > Small bar above Main Menu. But I can’t change font size.

    #569998
    Kvanto
    Participant

    Hi, how can I change Secondary Menu background color (#008BD8), font color (#ffffff) and font size (13px)?
    Thanks!

    #569783
    philee
    Participant

    The default icon list and box font size is too small to read. I do not see the ability to increase the font size on the bottom like you do with Text Block.

    Where is located?

    #569674

    Hi AirstreamCoach!

    Add this to your custom CSS.

    .avia-slideshow-button { font-size: 20px !important; font-weight: bold !important; }
    

    Best regards,
    Elliott

    #569648

    Ok thanks, what are the other parameters, like adjusting the font size, font type, button width, etc…
    There should be equivalent settings for all buttons (same settings as the buttons from the pricing tables for example)
    Thanks

    #569631
    AirstreamCoach
    Participant

    Hello! Is it possible to reduce the font size and/or adjust the typeface (boldness) of the full-screen slider button label text? thanks.

    #569523

    Hey!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your second headline rotator a custom class and then add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .your-custom-class * { font-size: 16px !important; }}

    Cheers!
    Yigit

    #569504

    Worked like a charm. Thanks!

    Now, I have two other questions:
    1. I’d like to change the phone info font to slightly larger (14px) and also a light version of lato. I have the following code, which doesn’t seem to work:

    phone.info {
      font-size: 14px!important;
      font-weight: 300!important;
    }

    Ideas?

    2. Also, is there any way to set the opening full-screen slider so that the image position is fixed instead of parallax? I want it to look like the beige bar below it slides “over” the intro full screen slider, which would not change position as you scroll down.

    If I should start new threads with these, let me know!

    Thanks for all your help!

    Hi Andy,
    If you look at the screen shots…
    http://carlsonmanagementconsulting.com/screens/LayerSlider-issues.jpg
    My work-around was to style things manually with code in the Custom CSS panel at the bottom of the “Styles” LayerSlider dashboard.
    The fields such as font-size, background-color (actually I think you have to use the misc field for this), color, line-height, padding, etc….still do not save the styles or seem to affect the Slider…and disappear. The Image Preview also does not work in the LayerSlider.
    Hopefully someone will figure out what is wrong.
    thanks for checking back,
    dcarlsondesign

    #569477

    Hi Juan!

    1.
    To change the breakpoints you need to do some custom css and js changes. Please follow the steps provided in this ticket.
    https://kriesi.at/support/topic/mobile-menu-tablet-breakpoint/

    2.
    You can achieve this by adding a Icon shortcode inside the text box with a link.

    
    [av_font_icon icon='ue81f' font='entypo-fontello' style='border' caption='caption here' link='post,3010' linktarget='_blank' size='40px' position='left' color='#745f7e'][/av_font_icon]

    3.
    This requires a lot of customization and you probably need to hire a freelancer to do this job.

    Cheers!
    Vinay

    #569441
    #569349

    Hey!

    Try adding this code to the Quick CSS:

    #socket .social_bookmarks li a{
        font-size: 20px;
        width: 30px;
        line-height: 28px;
    }

    Cheers! 
    Josue

    #569172

    Try the following for the navigation:

    .avia-post-nav .entry-title {
    font-size:16px !important;
    }

    Best regards,
    Rikard

    #569121

    Hi,

    Hiding a containing element is not the same as targeting the element which actually holds the text. For instance, if you have a structure like this:

    <div class="container">
    <h2>
    <p>Your text here

    Adding this to your CSS won’t necessarily change the font size of the text:

    .container {
    font-size: whatever;
    }

    You would have to try to target it this way instead:

    .container h2 p {
    font-size: whatever;
    }

    Setting a fixed height for the slider won’t work well, try adjusting the text size instead.

    Best regards,
    Rikard

    #569105

    Hey!

    Please add following code to Quick CSS

    .avia-data-table-wrap:after {
        content: 'Made in ITALY';
        background: transparent;
        float: right;
        font-size: 20px;
        margin-top: 10px;
        color: black;
    }

    Cheers!
    Yigit

    #569028

    Hi Stefan!

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

    @media only screen and (max-width: 480px) {
    .av-rotator-container-inner {
        font-size: 24px!important;
    }}

    Cheers!
    Yigit

    #569018

    Hi!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your blog element and give it custom CSS class and then add following code to Quick CSS

    .your-custom-class h2.post-title.entry-title {
        color: black!important;
        font-size: 18px!important;
    }
    .your-custom-class .post-meta-infos, .your-custom-class .entry-content, .your-custom-class h2.post-title.entry-title { 
    text-align: center !important; 
    } 

    Regards,
    Yigit

    #569006

    In reply to: Button Text size

    Hey mcraig77!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class .avia_iconbox_title {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #568903

    Hello Basilis, I have added it at the end of the functions.php file, but it does not work
    I need to place the font resizer in the menu bar or header, I mean, a place where always can be seen, because the website is for elderly people…

    #568896

    Hi!

    Please add the following to your functions.php file

    if (function_exists(‘zeno_font_resizer_place’)) {
    zeno_font_resizer_place();
    }

    let us know if that works out for you

    Regards,
    Basilis

    Actually…Lucie’s fix did not work for me.

    What worked was…Use the Custom CSS area in the “Styles” Dashboard…these changes took.

    The other Styles…Border, Font, Font-size, color, line-height, padding…etc. do not work and will not be saved.

    The Image Preview in the LayerSlider does not work either.

    It seems something is wrong with the LayerSlider plug-in that should be fixed…but the custom css works for now

    dcarlsondesign

    #568856

    they have told me to use the snippet of php code I am sending you below, but I do not know where to place it in order to apear the font sizer in the main menu, I mean at the end of the main menu
    <?php
    if (function_exists(‘zeno_font_resizer_place’)) {
    zeno_font_resizer_place();
    }
    ?>
    This is the plugin page https://wordpress.org/plugins/zeno-font-resizer/faq/
    thanks again!

    #568814
    ronmann
    Participant

    Hi
    I have tried the following code in the Quick CSS:

    .template-blog .post-title {
    font-size: 12px;
    font-color: black;
    padding: 5px;
    max-width: 800px;
    margin:-20 auto;
    }
    .template-blog p {
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    font-weight: normal;

    or this

    #top .fullsize .template-blog .post-title {
    text-align: center;
    font-size: 30px;
    font-color: black;
    padding: 15px 0;
    max-width: 800px;
    margin: 0 auto;
    }

    The font size changes but nothing changes on the Title. My goal is to place the blog using the blog post in the advance editor and place it in the small orange left box on the home page of https://wafw.org

    I need to shrink everything down to look right in this small area. What CSS code should I place in the Quick CSS section?
    Thanks for any help you can offer.
    Ron

    #568809

    In reply to: List Font

    Hi!

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

    .entry-content-wrapper div li {
        color: #666666;
        font-size: 14px;
    }

    Best regards,
    Yigit

    #568768

    Hey dabomb!

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

    .copyright {
        font-size: 16px;
    }

    Best regards,
    Yigit

    #568708
    dabomb
    Participant

    How do I increase the font size in the bottom most footer where the copyright text is?

Viewing 30 results - 12,091 through 12,120 (of 18,743 total)