Viewing 30 results - 17,401 through 17,430 (of 18,727 total)
  • Author
    Search Results
  • #211505

    Is there a way to change the font and font size of the submit button?

    #211469
    input[type='submit']{font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    
    input[type='submit']{ font-size: 20px; } 

    I tried this, however it didn’t work. Any idea why?

    #211464

    I customized the font and the size of the other buttons, so wondering if there’s a way to customize the contact form buttons as well?

    Best,
    Rubie

    #211404

    Hi!

    Please add following code to Quick CSS as well

    .widgettitle { font-size: 28px; }

    Regards,
    Yigit

    Fantastic!!!

    Thank you very much, this solves my issues!

    #211276

    In reply to: top toggle open

    Hey MUNFORD!

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

    #toggle-id-1 .toggle_icon { display: none; }

    2-

    .js_active .toggler { font-size: 16px; font-weight: bold; }

    3-

    .toggle_content { padding-top: 30px; }

    Custom CSS code added in Quick CSS section will be safe as long as theme names are matching while updating. You can still move the code to bottom of Style.css file of your child theme.

    Cheers!
    Yigit

    #211094

    Topic: Mobile questions

    in forum Enfold
    pako69
    Participant

    Hello :)

    //Go top top:
    – i don’t see it on my iPhone 5s/IOS 7/Safari but i see it with the same mobile on Chrome
    – the bottom/right position of go to top overlay my texts (see my screenshot), is it possible to make more near the left edge and less big?
    go to top postion

    //Text size (Layer slider VS background section):
    As you can see in my screenshot, the first image is a layer slide and the next bottom one a background section image, both have the same font-size: it render great for the second one, but the text in the layer slider are too small. How can i manage this to have bigger text in the layer slider?
    text size

    //Responsive slide out menu within small fixed header:
    Is it possible ti have, on mobile, a small fixed header? Because using the go to top to open the menu is not really user friendly

    Thanks

    #211075

    Hi!

    It should work for the header’s title. Can you please post a screenshot of the title that you want to change?

    Cheers!
    Ismael

    #211067

    Sorry but that doesn’t seem to be working. I have cleared the Cache.

    Please advise.

    #211058

    Hi David!

    Please use this on Quick CSS to increase the size of the font:

    .title_container .main-title {
    font-size: 30px;
    font-weight: 400;
    }

    Best regards,
    Ismael

    #211045

    Hi!

    Yeah sure. You can add this on Quick CSS:

    .social_bookmarks li a {
    width: 30px;
    line-height: 32px;
    min-height: 30px;
    height: 100%;
    text-align: center;
    font-size: 15px;
    }

    Cheers!
    Ismael

    #211034
    Douglas Alexander
    Participant

    Hi,
    Can you please advise on how to increase the font size on the Post/Page titles in Enfold?

    Regards,

    #210907

    I removed the background image from the Color section and added the above css to Quick CSS as you suggested. The background image is not centered and is not resizing responsively when the larger random quotes appear.

    Any ideas?

    * FYI: I previously placed the following styles in the enfold-child/style.css file to style the quotes and author:

    /* START Easy Random Quotes plugin section */
    
    /* jv: investigate > For Developers: Section ID > id="section-quotes" later.
    #section-quotes {
    	background-color: #bbff00;
    }
    */
    
    #quotes {
    	text-align: center;
    	margin: 0 5%;
    }
    
    /* jv: Formats quote */
    p.quotes-caption {
    	margin: 0 0;
    	font-size: 1.25em;
    	line-height: 1.3em;
    	color: #0f75bc;
    }
    
    /* jv: Formats quote signature under quote */
    p.quotes-signature {
    	margin: 5px 0 0 0;
    	font-size: 1.15em;
    	line-height: 1.3em;
    	font-style: italic;
    	color: #898989;
    }
    
    /* END Easy Random Quotes plugin */
    #210880
    Estland
    Participant

    On the mobile menu, is there a way to use CSS to center the words? I tried:

    
    /* mobile dropdown menu */
    #top .header_color select{
    background: url("images/bg_button.jpg") repeat-x scroll 0 0 #82624b;
    color: #fff;
    font-size: 18px;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    }
    

    And although that centers the text when using Firefox on my mac with a narrow browser window, it still left aligns on Mobile Safari on iOS.

    Link to screenshot
    https://www.evernote.com/shard/s3/sh/d8db3c95-4726-4cad-8358-d9c82ad32c18/08b3c4c095d9ebb453ce7a23841e2602

    URL of site:
    http://heartland.estlandpreview2.com/

    • This topic was modified 12 years, 2 months ago by Estland. Reason: added screenshot
    #210840

    Hey sbrohamm!

    Edit footer.php, find this code on line 168:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>></a>
    

    Replace it with:

    
    <a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link'>Back to top</a>
    

    Add this on Quick CSS:

    #scroll-top-link {
    height: 50px;
    width: 80px;
    font-size: 10px;
    }

    Best regards,
    Ismael

    #210829

    Thanks! I added that but when I scroll down (using a sized down browser window) I can still faintly see the text behind the header when it scrolls up.

    Here are the full contents of Quick CSS

    .logo, .logo img {
    max-width: 340px !important;
    width: 340px !important;
    height: auto !important;
    max-height: none !important;
    }
    .logo img{
    position: relative;
    top: -40px;

    }
    body {
    font-size: 15px;
    }
    .avia_message_box_content { text-transform: capitalize; }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    html.fixed_header #main {
    padding-top: 88px;
    }

    .logo a {
    max-height: none !important;
    }

    Hi!

    Please add following code to Quick CSS as well and adjust as needed

    .avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 17px; } /* for small buttons */ 

    Best regards,
    Yigit

    That is very helpful!
    One last question.

    How do I make the TEXT in the button a bigger size? I didn’t see it in the button options and I’m not sure what the CSS would be.

    Thank you so much for your help!!!

    Hey!

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

    body div .avia-button {
    border-radius: 1px; }

    Best regards,
    Yigit

    What about changing the button from the rounded corners to a more rectangular look?

    #210790

    Hi patriscia!

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

    .avia-caption .avia-caption-content p { font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important; font-size: 18px; 
    }

    Regards,
    Yigit

    #210534

    the code generated is :

    <div class="avia-button-wrap avia-button-left  avia-builder-el-8  el_after_av_icon_box "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2012</span></a></div>
    <br>
    <div class="avia-button-wrap avia-button-left  avia-builder-el-9  el_after_av_button "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2011</span></a></div>
    <br>
    <div class="avia-button-wrap avia-button-left  avia-builder-el-10  el_after_av_button  avia-builder-el-last "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-left "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">2010</span></a></div>
    <p></p>
    #210505

    In reply to: Social Media Icon

    Hi Gil413!

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

    #top .social_bookmarks li a { color: red; font-size: 16px; }

    Cheers!
    Yigit

    #210481

    Hey!

    It seems like you have already figured it out. If you have not, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_menu .menu li ul a {
    font-size: 20px!important;
    }

    Cheers!
    Yigit

    #210444
    This reply has been marked as private.
    #210443
    MSM
    Participant

    Can you please help me increase the font size of the menu drop down text.

    Thank You
    Mike

    #210432

    @Devin Hi, thanks for the help. However, that code didn’t work either, and the font size or color doesn’t work either, I tried another color and a bigger font, and nothing changes. Nothing I type in the Quick CSS seems to work. Do you have any idea why that can be? I really need it to work very soon. Would really appreciate more help. Thank you /Rubie

    #210416

    You need to inspect the page with dev tools and see what is taking priority over your css. In the case of the logo, the inline styling that the theme adds in has a higher priority.
    Ex:

    
    #top .logo img {
    width: 440px !important;
    height: 202px !important;
    max-height: 202px !important;
    }

    This would work.

    The font size is live and so is the color. Using ” ” on the font-family seems to cause an issue so use ‘ ‘ instead.

    #210411

    @Devin Hi!

    This is the code I wrote. I don’t see these modifications on the page. Not the logo, or the font or size of the menu.

    Thank you!
    Rubie

    #top .logo img {
    width: 156px;
    height: 156px;
    }

    /*header with social icons: */
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 116px; }

    #top .main_menu .menu li > a {

    font-family: “Terminal Dosis”, sans-serif;

    font-size: 24px; color: #999; text-transform: uppercase;

    }

    #210266

    In reply to: Search icon

    Hey :)

    so … i think, i figured out, that the basic.css from the ubermenue is overwriting your css File:
    The releated part seams this one:
    media=”all”
    #megaMenu.megaResetStyles div, #megaMenu.megaResetStyles span, #megaMenu ul.megaMenu, #megaMenu ul.sub-menu, #megaMenu ul.um-sidebar, #megaMenu li.menu-item, #megaMenu li.widget, #megaMenu li.menu-item > a, #megaMenu img.um-img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -o-backface-visibility: visible;
    backface-visibility: visible;
    }

    I played around with the developer tools from the chrome browser. When i disable the “font-size: 100%”, then your search Icon will appear bigger.
    I’m not really firm with CSS. is there a possibility to solve the stuff in the Enfold Theme, or should i contact the ubermenue support ?

    Another idea … i can setup a testing wordpress installation for you, with Enfold and the Ubermenu Plugin. Also with FTP access and so on.
    I think, when this would be necessary, i can do this on weekend ..

    Br,
    Martin

    P.S. perhaps it could be a great idea, to implement the possibility to use a graphical menue with Enfold :)

    • This reply was modified 12 years, 2 months ago by mwolfert.
Viewing 30 results - 17,401 through 17,430 (of 18,727 total)