Viewing 30 results - 17,431 through 17,460 (of 18,745 total)
  • Author
    Search Results
  • #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, 3 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, 3 months ago by mwolfert.
    #210235
    rubieandersson
    Participant

    Hi!

    Nothing that I customize on the Enfold styling page seems to take effect, as the Header Font or the Footer styling. I also want to customize logo size, menu font and size and tried to add code in the Quick CSS, which didn’t work either… Then I tried to add the same coding to the custom.css, but no luck there either.

    This is the coding I used:

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

    .main_menu ul:first-child > li > a { font-family: ‘Oswald’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; }

    .main_menu ul:first-child>li>a {
    font-size:24px;
    }
    Would be very thankful for help. Need this to work as soon as possible.

    Here is the website: stocktownproductions.com

    Thank you,
    Rubie

    #210205

    Hey!

    Please add following code to Quick CSS as well

    li#menu-item-38280 a { color: red!important; }
    @media only screen and (max-width: 480px) {
    .sub_menu>ul>li>a { font-size: 11px; }}

    Cheers!
    Yigit

    #210203

    OK I eliminated the Font tag and written in the Styling tab:
    .sub_menu>ul>li>a { font-size: 14px; color: white !important; }
    I had to add “important” because otherwise it was diplaying grey instead of white.
    Mobile is still displaying in 2 lines.
    Additionally the three words now are white and I don’t know where and how to specify that I want the word “Blog” in red.

    #210194
    patriscia
    Participant

    hello how do I change the font and size of the slide in fullwidth Easy Slider

    Thanks

    #210173

    Hi!

    Please do not use Font tag http://i.imgur.com/F1uyNsR.jpg as it is deprecated. Use following code in Quick CSS in Enfold theme options under Styling tab instead

    .sub_menu>ul>li>a { font-size: 20px; }

    This way we can provide you custom CSS code to decrease the font size on mobile so your secondary menu will be displayed in the same line

    Best regards,
    Yigit

    #210053
    nonasnonas
    Participant

    Hi all,
    I have two issues to solve and here they are in order of importance:
    1. I need to emphasize the menu while in a specific section of the website, like giving a background color or color font or set larger size of the font just for the menu of that section (something like this:
    screenshot

    Going through the theme options I could find nothing to be of help.
    2. Besides all sidebar menus are displayed while I’d like them to give the two options: displayed or display hover (just like the main menu).
    I do need a solution and I’m grateful to anybody for any suggestion and help !
    Nona

    • This topic was modified 12 years, 3 months ago by nonasnonas.
    #209984

    Hi baeriswyl!

    Sure. :)

    You can use this on Quick CSS:

    .iconbox .iconbox_content .iconbox_content_title {
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    Change the values.

    Regards,
    Ismael

    Hi Devon,
    thank you so much for sharing your work. Unfortunatley it does not work for the musikzentrale website so far. Here is what i have done:

    – disabled custom.css so it does not interfere with the modifications
    – entered this to the Quick CSS field in Enfold -> Styling

    /*Removes
    ================================================== */
    
    #top.home #header_main {
      border: 0;
    }
    .header_color .header_bg {
      background: transparent;
      border: 0;
    }
    
    /* # Header
    ================================================== */
    
    #top.home #top .logo {
      left: -4px;
    }
    
    /*Navigation*/
    .header_color .main_menu ul:first-child > li > a {
      color: #fff; 
      font-size: 15px;
    }
    .header_color .avia-menu-fx {
        background: #aabdd3;
        border-color: #aabdd3;
        display: none;
    }
    /* # Home Page Specifics
    ================================================== */
    
    /*Header*/
    #top.home #header {
      position: absolute;
      padding-top: 40px;
    }
    
    /* #slider */
    #top.home #fullscreen_slider_0 {
      padding-top: 128px;
      height: 710px;
      background: #e6e6e6;
      border: 0;
    }

    It moves the header and the intro section down as supposed to and removes the borders, but header is still white and the full screen slider is to far underneath the header. I assume, i missed something in the styling, so any idea is welcome. Otherwise i am excited to read your tutorial on the Full Screen Homepage soon.

    Thanks again,
    Sebastian.

    #209931

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    2.) You can change the font of the tax rate using this:

    .woocommerce-de_price_taxrate {
    font-size: 11px !important;
    font-family: Arial;
    }

    Best regards,
    Ismael

    #209914

    In reply to: Search icon

    Hi!

    You can add this on Quick CSS:

    #top .menu-item-search-dropdown > a {
    font-size: 50px;
    }

    Cheers!
    Ismael

    #209894

    Hi!

    1.) Add this on Quick CSS:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }

    2.) Change the price and price per unit font using this:

    #top .price span, #top del, #top ins {
    font-size: 12px;
    line-height: 24px;
    }

    3.) The code above will change it too.

    4.) You can change the color of the related products title using this:

    .alternate_color .related.products h2 {
    color: blue;
    }

    Cheers!
    Ismael

    #209869
    This reply has been marked as private.
Viewing 30 results - 17,431 through 17,460 (of 18,745 total)