Viewing 30 results - 14,311 through 14,340 (of 18,733 total)
  • Author
    Search Results
  • #410953

    In reply to: Contact form size

    Hey!

    Please add following code to Quick CSS as well

    input, textarea {
      font-size: 16px!important;
    }

    Cheers!
    Yigit

    Thank you for the reply!

    Although the above code didnt quite work for what I was trying to achieve, I eventually managed to figure it out. However some of the code may be redundant. The following works, so I will leave it here for anyone interested in the effect I have achieved on http://www.thejetcoaster.com but if anyone could tell me what is unnecessary that would be even better. Once again, thank you guys so much.

    .av-masonry-entry .av-inner-masonry:hover:before {
        background: rgba(0, 181, 241, 0.1);
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
    opacity: 1;
    box-shadow: 0 0 150px 5px #000 inset;
    }
    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: .9!important;
    box-shadow: 0 0 150px 5px #000 inset;
     }
    
    .av-masonry-date{ display: none !important;
    }
    .av-masonry-entry .av-inner-masonry-content { 
    background:transparent !important;
      text-align: center; 
     }
    .av-masonry-entry .avia-arrow { display: none; 
    }
    .av-masonry-entry .av-masonry-entry-title {
    background: transparent;
    padding: 10px;
    margin-bottom: 20%;
    font-weight: bold;
      font-size: 30px;
      color: #ffffff !important;
     text-shadow: 2px 2px 4px #000000; }
    
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation:    none; /* Fx 5+ */
    animation:         none; /* IE 10+ */
    }
    
    /*
    .av-masonry-entry:before {
        content: attr(title);
        background: radial-gradient(transparent, black);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1000;
        text-align: center;
        line-height: 180px;
        opacity: 0;
        font-weight: bold;
        font-size: 24px;
        color:#ffffff !important;
    }
    
    .av-masonry-entry:hover:before {
        opacity: 1;
    }
    
    .av-masonry-entry:before{
        transition: all linear 0.2s;
    }
    anthonyv9
    Participant

    My mega menu column headers’ respective font sizes and colors appear differently depending on if they’re linked / unlinked to a page. I have included my information in the Private Content area for your review.

    I’d like all my header to be uniform in font size and color… please advise.

    Thank you for the fantastic theme and support.

    Cheers.

    #410789

    Perfect.. just one more question.. is there anyway i can change de default font size for paragraph??? cause when i tried the css.. p{ font-size:12px;} it changes all the paragraphs to the same size… but id like to change only the default size.. and the others i’d like to keep the same size i set for each one..

    did u understand ? sorry cause my english is not that good..

    #410747

    Hi,

    No, em is equal to the document font size, which in Enfold by default is 13px so it would be the same.

    Best regards,
    Josue

    #410727
    ESLhiphop
    Participant

    Running Enfold version 3.0.8 with WordPress 4.1.1.

    A couple of weeks ago, I was editing pages with the drag and drop editor without any problems. Now if I try to drag elements in the editor, it becomes frozen and unresponsive. I’m able to edit existing elements (text size, for example), but I’m unable to add new elements or rearrange them.

    Installed Membermouse plugin as well as some Google Fonts plugins. Did I screw something up? Private content attached for moderators. Please let me know and thanks!

    Best,
    Stephen

    #410707

    In reply to: Blog Font Size

    Just to clarify I want the font size changed on all the individual blog post as well as the blog itself.
    Thanks,

    #410677
    Munford
    Participant

    HI guys
    on the page below, the green button has a double “mailto;” tag, and I can’t find where it’s coming from. The shortcode is this:

    [av_button label='CONTACT ME' link='manually,mailto: (Email address hidden if logged out) ' link_target='_blank' size='large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    On the same site, I would like to know how to
    1. change the flag in the top bar for english/danish to text
    2. move the language switcher to the right side next to social media buttons
    3. remove switcher from top bar and put it somewhere else.
    4. on the mobile, the flags jump down to right above the logo, looks bad. Will any of the above fix that?

    thanks for your help
    Nancy

    #410651

    Hey mawebdesign!

    Add this to your custom CSS.

    .phone-info, .phone-info a { font-size: 15px !important; }
    

    Regards,
    Elliott

    #410619

    In reply to: Blog Font Size

    I am looking to change the font size for the entire blog page.

    This is it: http://www.ellenallard.com/blog/

    Thanks,

    #410615

    In reply to: Blog Font Size

    Hi jguinn1!

    Thank you for using our theme.

    If you want to change the font size e.g. of the content of the post:

    
    .blog article p {
        font-size: 25px !important;
    }
    

    Put this in custom.css or Enfold -> General Styling -> Quick CSS field and adjust the value.

    If you wanrt to change other parts of the blog, pls specify more clearly and perhaps you can send us a link to the page so we can provide you with the correct CSS styles.

    Best regards,
    Günter

    #410604

    Topic: Blog Font Size

    in forum Enfold
    jguinn1
    Participant

    Hi,
    How do I change the font size of just the blog page?

    Thanks

    #410585

    Topic: line break

    in forum Enfold
    Tahelprjcts
    Participant

    Hi,
    i cant sucsses to breake line text
    here is the code I write in code block:
    <div class=”homePage-iconBtn”>
    [av_font_icon icon='ue801' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='#fff'][/av_font_icon]
    <span class=”text-homeBTN”>Safety<br />of funds</span>
    </div>
    here is screenshot:
    http://prntscr.com/6fuqes

    Thanks in advance!

    #410582

    Topic: Center Menu NO LOGO

    in forum Enfold
    GatorPrinting
    Participant

    Hello all! I’m fairly new to WordPress, and very new to child-theme css editing. I’m trying to have my main menu options be center justified on the screen, at the very top of the screen. It’s a personal website, and I have no logo to display. I can choose no logo and then go into Enfold Child Theme Options and choose “Logo center, Menu below” and the menu options are right in the middle of the screen where I want them, but the padding between the menu options and the top of the display is way too big (because there is all that space for a logo that I’m not using). All I have done to alter css so far is place this in my child theme style.css:

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    padding: 20px;
    text-align: center;
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 24px;
    font-family: sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 100;
    }

    .avia-menu-fx {
    display: none !important;
    opacity: 0;
    }

    Can anyone give me some ideas on how to make this work? Thank you so much everyone!

    #410480

    In reply to: Text Size

    Hey mikepeter!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/

    Regards,
    Yigit

    This reply has been marked as private.
    #410230

    Hey endoradigital!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px. Then add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1340px) {
    .av-main-nav > li > a { font-size: 13px; }}
    @media only screen and (max-width: 1200px) {
    .av-main-nav > li > a { padding: 0 7px; }}
    @media only screen and (max-width: 1100px) and (min-width: 990px) {
    .logo * { max-width: 80%; top: 8px; }}

    Best regards,
    Yigit

    #410142

    In reply to: Mobile Issues

    Hi!

    Try changing the Quick CSS to this:

    @media only screen and (max-width: 989px) {
       #top #wrap_all .main_color h1{
         font-size: 32px !important;
       }
       .phone-info .av_font_icon {
         margin: 0 7px !important;
       }
       #top .aviaccordion-title {
        font-size: 24px !important;
       }
       #top .aviaccordion-preview-title-wrap {
        padding-top: 165px;
       }
    }
    @media only screen and (max-width: 567px) {
       #top .aviaccordion-title {
        font-size: 20px !important;
       }
       #top .aviaccordion-preview-title-wrap {
        padding-top: 145px;
       }
    }
    @media only screen and (max-width: 480px) {
       #top .aviaccordion-title {
        font-size: 16px !important;
       }
       #top .aviaccordion-preview-title-wrap {
        padding-top: 105px;
       }
    }

    Best regards,
    Josue

    Hey wendygardner!

    I tried checking your link but it’s giving me a 404.

    Try adding this to your custom CSS.

    h1, h2, h3, h4, h5, h6 { font-weight: 400 !important; }
    body {
      font-size: 12px;
    }
    

    If there are certain areas your trying to change then send us a link and take a screenshot highlighting exactly what your trying to do.

    Cheers!
    Elliott

    …also the active tab’s font is bold. I do not want this. How to manage this?

    i use this code now

    .js_active .tab { font-size: 15px; }
    .js_active .active_tab { font-size: 15px; }

    this is what happens
    d

    #409918

    Hi!

    For the image hotspots your supposed to edit the avia-modal.js file on line 681.

    It looks like your using custom images for the markers so to make them bigger you will need to use a bigger image.

    When I viewed your link there was also numbers being displayed on top of the markers which you can get rid of with this CSS.

    .av-hotspot-container .av-image-hotspot_inner { font-size: 1px !important; }
    

    Regards,
    Elliott

    #409806

    Hey!

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

    .avia_pricing_default .pricing-table li.avia-pricing-row small, .avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol {
      opacity: 1;
      color: inherit; 
    }
    .pricing-table li.avia-pricing-row .currency-symbol {
      font-size: inherit;
      top: 0;
    }

    Best regards,
    Yigit

    #409786

    Hi!

    Please try adding following code to Quick CSS as well

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

    Cheers!
    Yigit

    wendygardner
    Participant

    Hello there

    I figured out how/where to change headings :-) (Enfold Advanced styling H1, H2 etc)
    It doesn’t give me the option there to change the default of Paragraph(body copy) tho
    I’d like to choose my own font and/or size.

    Also, is there a way to make Heading fonts NOT be in bold?

    Many thanks
    Wendy

    #409768

    Hello again Elliott,

    Thanks for the suggestion. Unfortunately I cannot change the .htaccess file on my hosting provider. Also, I’d prefer to just disable caching for one specific file (custom.css) as that is the one that changes the most when modifying CSS for the Enfold theme. I rarely touch other files.

    I found this, but not sure where I would add this to the theme and how to specify it should refer to custom.css instead of style.css (unless I just change “style.css” to “custom.css”):
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); echo '?' . filemtime( get_stylesheet_directory() . '/style.css'); ?>" type="text/css" media="screen, projection" />
    This basically automatically adds a version number to the file so it is regarded as a new file and requests a fresh download.

    My site is never completely finished. New things get added, changed and optimised daily. I often overrule existing style (specified by Enfold), but if the visitors don’t see my version, they will see a broken result.

    For example:
    I added a new fullscreen slider to the homepage. I set the caption to “center without frame”. This already has existing styles specified by Enfold, but I need to change several aspects of it, such as the positioning (top instead of middle, etc.). If the visitors still have the previous custom.css version in their cache in which that style isn’t overruled yet, they will see the caption in the middle of my picture instead of at the intended top position, and so on.

    If tomorrow I change my fullscreen slider and want to change the font-family, this too will be done in custom.css, but only those who do a force refresh (= no one except me) will see the change.

    Personally, I don’t even think the custom.css file should be cached in the first place, or not longer than a single session (like only lasting an hour). That is THE file we (Enfold users) will probably be modifying the most and the small file size would most likely not even impact load speed at all. If that’s the file we modify the most, I assume everyone would prefer these changes to be immediate.

    Using the custom CSS text area in Enfold options (inside WP admin) is not a solution for me. Not all styles are accepted (for example changing font types), possibly because there are still other styles rendered below it. And I have about 10 languages, meaning I need to copy-paste every single change to every language. I also find it too risky to add anything there, because there is no turning back after saving changes (undo, backup different versions, …).

    #409725

    I ended up using this. Is there any problem using “px” instead of “em”?

    @media only screen and (max-width: 767px) {
    #top .av-large-testimonial-slider .avia-testimonial-content {
    font-size: 14px;
    }
    
    #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0px 7%;
    }
    
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
    font-size: 25px;
    }
    
    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none;
    }
    }
    #409123

    In reply to: Sticky Footer

    Hey!

    Not really sure what a good workaround for that would be. You could try adding a minimum height like I suggested in my previous post like so.

    .entry-content-wrapper div li {
      min-height: 70px;
    }

    Another option would be to decrease the font size of the first column so it doesn’t break to multiple lines. Go ahead and highlight in your screenshot exactly how your wanting it to display and we’ll check if it’s possible.

    Best regards,
    Elliott

    #409081

    Hi skywidget!

    Try adding this to your custom CSS.

    #top .av-large-testimonial-slider .avia-slideshow-arrows a { font-size: 25px !important; }
    

    Regards,
    Elliott

    #408999

    Hi!

    That looks like the same problem you posted here, https://kriesi.at/support/topic/font-size-not-respond/#post-408133, please do not double post.

    Best regards,
    Elliott

    Great, thanks!

    It also looks like my button font size is not the same as all other buttons. Is there code to correct this?

Viewing 30 results - 14,311 through 14,340 (of 18,733 total)