Viewing 30 results - 12,691 through 12,720 (of 18,738 total)
  • Author
    Search Results
  • #525537

    Hey DROR!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .avia_iconbox_title { font-size: 20px !important; ]
    </style>

    Best regards,
    Elliott

    #525429
    DeniseLand
    Participant

    Hi,
    I’m using onepage Enfold.

    Where can I change the font size in HL Twitter feed?

    #525428

    Topic: Font size in blog text

    in forum Enfold
    DeniseLand
    Participant

    Hi,
    I’m using onepage Enfold.

    Where can I change the font size in the blog text?

    #525419
    islandjoe1
    Participant

    Hi
    How do i stopped Google from show the below and just show the words on my site

    This is showing up on the Google pages av_textblock size=” font_color=” color=”] Beth Cosi is a teacher at Go Interactive Wellness and owner of Bendy Brewski …

    And this is showing on the Google pages under discription > av_image src=’http://www.bethcosi.com/wp-content/uploads/2015/10/beth-cosi- go-interactive-wellness-1-1000×400.jpg’ …

    Thx
    Joe

    #525354

    Hi madebetter!

    Thank you for using Enfold.

    I’m not really sure why it fails to calculate the initial position of the image overlay on first hover. Try to remove the default image overlay then use this instead:

    .listing-thumbnail .image-overlay {
        display: none !important;
    }
    
    .listing-thumbnail:hover a:before {
        content: '';
        background: #fff;
        opacity: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        display: block;
        position: absolute;
        webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out;
        border-radius: 100%;
    }
    
    .listing-thumbnail:hover a:before {
        opacity: 0.7;
    }
    
    .listing-thumbnail:hover a:after {
        content: "\E869";
        font-family: 'entypo-fontello';
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .listing-thumbnail a:after {
        position: absolute;
        border-radius: 100%;
        background: red;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        z-index: 1000;
        text-align: center;
        color: #fff;
        content: "";
        font-size: 18px;
        font-weight: normal;
        opacity: 0;
        line-height: 80px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        webkit-transition: all;
        -moz-transition: opacity 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 100%;
        -webkit-transform: rotate(-175deg) scale(0.2);
        transform: rotate(-175deg) scale(0.2);
    }

    You can adjust the red and white background to something else.

    Cheers!
    Ismael

    #525313

    The font was too big. I deleted the code you provided but the font size did not revert to default why?

    #525271

    Topic: search icon

    in forum Enfold
    motza
    Participant

    Hello,

    Why is the search icon in the menu bar reducing size once hovered? It also makes other menu items tilted towards it?
    bdw. Main menu link font size is the same as under general styling.

    Thanks

    #525269

    In reply to: mobile menu

    Hi!

    Wrap this code you have in your custom.css file:

    span.avia-menu-text{
      font-family:'kelson_sansregular';
      font-size: 20px;
      position: relative;
      top: 32px;
    } 

    With this:

    @media only screen and (min-width: 767px) {
    /* Code Here */
    }

    Best regards,
    Josue

    #525264
    carosch
    Participant

    Hello,

    I’m using Events Manager from Marcus Sykes.
    I want to build an event just like an Enfold post.
    How can I use avia shortcodes?

    If it’s not possible, have you a events manage plug-in witch is compatible ?

    For example, this code doesn’t work:

    [av_codeblock wrapper_element='' wrapper_element_attributes='' custom_class='']
    [av_one_full first min_height='av-equal-height-column' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' padding='10px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='http://memorial-verdun.fr/wp-content/uploads/2015/08/fond-blocs-links-gris-double.jpg' attachment='377' attachment_size='full' background_position='top left' background_repeat='no-repeat' custom_class='marge-10px-dessus fond-diagonale']
    [av_textblock size='' font_color='' color='' custom_class='']
    <span class="diagonales-titre"><a href="#" target="_blank">Téléchargez</a></span><span class="diagonales-soustitre"><a href="#" target="_blank">le dossier de presse de l'exposition<br />Que reste-t-il de la grande Guerre ?</a></span>
    [/av_textblock]
    [/av_one_full]
    [/av_codeblock]

    Carosch

    Hey!

    I added following code to Functions.php file in Appearance > Editor

    function avia_font_resizer(){
    ob_start();
    	?>
    	<div class="nofontResizer_container"><span class="inofontResizer_wrap">A- A A+ <input type="hidden" id="inofontResizer_element" value="body"><input type="hidden" id="inofontResizer_instance" value=""><input type="hidden" id="inofontResizer_resizeSteps" value="2"><input type="hidden" id="inofontResizer_cookieTime" value="31"></span></div>
    <?php
    	return ob_get_clean();
    }
    add_shortcode( 'font-resizer', 'avia_font_resizer' );

    which creates a shortcode for font resizer and then i added following shortcode into phone info field in Enfold theme options > Header > Extra Elements

    [font-resizer]

    and then i added following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info {
        padding: 0;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 130px;
    }

    Please review your website now

    Best regards,
    Yigit

    Hey!

    Font resizer plugin does not seem to be installed. Can you please install it and activate then let us know?

    Regards,
    Yigit

    #525057

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .av-countdown-time { font-size: 34px !important; }

    Best regards,
    Yigit

    #525009

    Hi DROR!

    Please add following code to Quick CSS

    .iconlist_icon .iconlist-char {
        font-size: 26px;
    }

    Best regards,
    Yigit

    #524993

    Hi simplysell!

    You can change the default font size for your site in Dashboard > Enfold > General Styling > Fonts and the menu links in Dashboard > Enfold > Advanced Styling.

    Your saying those are not working for you? Are you using a caching plugin? If so then be sure to clear it’s cache before viewing your site.

    Cheers!
    Elliott

    #524978
    simplysell
    Participant

    Hey guys I have tried to use the styling dropdowns in the enfold options and also tried using various CSS styling to change the body font on my site @ http://tworoadsabode.com – None of it works as if there is some kind of higher level override going on.

    Can you tell me what CSS I need to use to change the body font size?

    Also, I’m trying to modify the color and font size of the sub menu drop downs in the main menu. Need code for that as well since the options panel drop downs are not working.

    #524967

    In reply to: H2 problem responsive

    Hi exmx!

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

    @media only screen and (max-width: 480px) {
    h2.av-special-heading-tag {
        font-size: 30px!important;
    }}

    Cheers!
    Yigit

    #524736

    Topic: H2 problem responsive

    in forum Enfold
    exmx
    Participant

    Hello,
    I just founded a problem in my website
    http://www.igp-textiles.ch/

    i have 3 blocs
    MÉDICAL & SANTÉ
    HÔTELLERIE & RESTAURATION

    On a mobile this title is in H2, and i configure in back end H2 = 50 pix but in mobile the title of second and 3rd bloc is too long and in this case the responsive is not working

    So how can the font size can be reduce only on mobile ?

    thanks

    #524584

    In reply to: Bullet list ?

    Yes, I think I need more assistance.
    I use this code:

    &nbsp;
    <ol>
    	<li><span style="font-size: 12pt;">Pendentif en ivoire de mammouth fossilisé, vieux de plus de 11 000 ans (pouvant aller jusqu'à 11 000 ans)</span></li>
    	<li><span style="font-size: 12pt;">Dimensions: XXX" X XXX" (XXXcm x XXXcm)</span></li>
    	<li><span style="font-size: 12pt;">Petit livret explicatif inclus avec chaque bijou</span></li>
    	<li><span style="font-size: 12pt;">Le pendentif est livré avec un cordon en coton ciré avec un fermoir ou avec un cordon de longueur ajustable avec des noeuds coulants (choisissez le type de cordon voulu ci-dessous)</span></li>
    </ol>

    Where I have to modify the code ?
    In the list or in my quick cuss ?

    Best regard.

    #524433

    Hi Boulanger!

    Use this instead.

    <div class="avia-button-wrap avia-button-left  avia-builder-el-32  el_after_av_heading  el_before_av_button "><a href="#" class="avia-button  avia-icon_select-yes-left-icon avia-color-theme-color avia-size-large avia-position-left "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Theme Color</span></a></div>
    

    And add the onclick to the link there.

    Best regards,
    Elliott

    #524426

    Hey DROR!

    Add this to your custom CSS.

    .slide-entry-title { font-size: 20px !important; }
    .slide-entry-excerpt { font-size: 12px !important; }
    

    Cheers!
    Elliott

    #524415
    bakbek
    Participant

    Hi, I would like the post titles to be 20px and the short description to be 14px – http://screencast.com/t/0f6C9Gkx571l. How can I do that?

    #524311

    Hi!

    It actually doesn’t look good on Windows 7 desktop. Please remove the icon font modification then replace it with this:

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 3px solid transparent;
        border-top: 3px solid transparent;
        border-left: 5px solid #2f2f2f;
        font-size: 0;
        line-height: 0;
        top: 20px;
    }

    You can find the character map here: http://web.archive.org/web/20140912210715/http://entypo.com/characters/

    Regards,
    Ismael

    #524045

    Hey!

    It’s because you changed the line height for certain elements.

    .amount {
        margin: 0 !important;
        text-align: left !important;
        line-height: 30px !important;
        text-transform: uppercase !important;
        font-size: 18px !important;
    }

    That will make some look bigger than others if they are on the same line. You’ll want to give them all the same line height I imagine.

    Cheers!
    Elliott

    fbmefisto
    Participant

    Hi:

    I need to put plugin into Enfold Secondary Menu ( together with facebook link icon, twitter etc )

    Thank you for your help !!

    Andres

    • This topic was modified 10 years, 5 months ago by fbmefisto.
    #523586

    Hi

    They didnt stack as default which is why I had to implement the code.

    This is the code I am using currently which displays everything how I want it to display with the exception of the Lost Password clashing with the Login button.

    p.lost_password {
        position: relative;
        bottom: -6px;
        left: 150px;
    }
    
    /* Remember Me */
    label.inline {
        position: relative;
        bottom: -15px;
        left: 10px;
    }
    
    label[for="rememberme"] {
        position: absolute;
        bottom: 50px;
        left: 150px;
    }
    
    .woocommerce form.login {
        padding-bottom: 25px !important;
    }
    
    @media only screen and (max-width: 979px) {
    .woocommerce form.login {
        padding-bottom: 0px !important;
    }}
    
    @media only screen and (max-width: 979px) {
    p.lost_password {
        bottom: 18px;
        left: 10px;
        font-size: 13px;
    }}
    
    @media only screen and (max-width: 414px) {
    p.lost_password {
        bottom: 18px;
        left: 10px;
        font-size: 11px;
    }}
    
    /* Remember Me */
    @media only screen and (max-width: 979px) { 
    label.inline {
        display: none;
        visibility: hidden;
        position: relative;
        bottom: -50px;
        left: 6px;
    }}
    
    #523559

    Hi,
    So if I want to use the Avia Layout Builder for the posts I have to add every time title and date elements in the main content area.
    Anyway, I saved the post with default editor and the title is showing, but the font size is different from the other pages where Avia Layout Builder is used.

    Please check these links:

    Kind regards
    Simone

    Hi!

    You can adjust the font size, font family and hover effect of the buttons via CSS. Example:

    .avia-button .avia_iconbox_title {
        font-size: 20px;
        font-family: 'Open Sans';
    }
    
    .avia-button .avia_button_icon {
        font-size: 20px;
    }
    
    .avia-button.avia-color-orange:hover {
        background-color: red;
        border-color: black;
        color: pink;
    }

    Unfortunately, we don’t provide support for any issues cause by a third party plugin as stated on our support policy. Please contact the plugin author regarding the issue.

    Cheers!
    Ismael

    #523482

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1120px) {
    .home .slideshow_align_caption h2.avia-caption-title {
      font-size:75px !important;
    }
    }

    Best regards,
    Rikard

    #523453

    Hi,

    You have a lot of code like this at the end of your text blocks which is causing your problems:

    <span style="color: grey;"> </span>
    <span style="font-size: xx-small;"> <span style="color: grey;"> Condensed and re-written by Bergman Beach Properties; SOURCE: Argonaut News</span></span>

    Change it to this instead in the text editor:

    <span style="font-size: xx-small; color: grey;">Condensed and re-written by Bergman Beach Properties; SOURCE: Argonaut News</span>
    

    Regards,
    Rikard

    • This reply was modified 10 years, 5 months ago by Rikard.
    #523422

    Andy, I am not double posting, but this got divided in the middle here so I wanted to make clear I talk about 2 different issues, which possibly are related to each other. Coming back to the topic:

    When I change size to check if everything looks fine, only the image-overlay of the middle image gets out of bounds and is not well centered anymore. Could it be because of one ‘too long’ word? I already use different font-sizes because of responsiveness, and I could possibly just use a smaller font-size to avoid this, but after all I wanted to let you know.

    Hope I made myself clearer now,

    best wishes to all your team!

    • This reply was modified 10 years, 5 months ago by cherrmann.
Viewing 30 results - 12,691 through 12,720 (of 18,738 total)