-
AuthorSearch Results
-
January 16, 2014 at 9:56 pm #210907
In reply to: Responsive random quote section
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 */January 16, 2014 at 8:58 pm #210880Topic: Centering words in mobile menu dropdown
in forum EnfoldEstland
ParticipantOn 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/08b3c4c095d9ebb453ce7a23841e2602URL of site:
http://heartland.estlandpreview2.com/-
This topic was modified 12 years, 3 months ago by
Estland. Reason: added screenshot
January 16, 2014 at 7:22 pm #210840In reply to: Editing Back to Top Button
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,
IsmaelJanuary 16, 2014 at 7:11 pm #210829In reply to: Problems adding a custom logo
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;
}January 16, 2014 at 7:03 pm #210825Hi!
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,
YigitJanuary 16, 2014 at 7:00 pm #210822That 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!!!
January 16, 2014 at 6:53 pm #210811Hey!
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,
YigitJanuary 16, 2014 at 6:47 pm #210803What about changing the button from the rounded corners to a more rectangular look?
January 16, 2014 at 6:37 pm #210790In reply to: font in fullwidth Easy Slider
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,
YigitJanuary 16, 2014 at 8:20 am #210534In reply to: Loosing floating buttons when using my own template
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>January 16, 2014 at 6:59 am #210505In 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!
YigitJanuary 16, 2014 at 6:22 am #210481In reply to: Adjust size of header drop down menu font
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!
YigitJanuary 16, 2014 at 2:32 am #210444In reply to: Adjust size of header drop down menu font
This reply has been marked as private.January 16, 2014 at 2:32 am #210443Topic: Adjust size of header drop down menu font
in forum EnfoldMSM
ParticipantCan you please help me increase the font size of the menu drop down text.
Thank You
MikeJanuary 16, 2014 at 1:18 am #210432In reply to: Nothing on the Styling page works
@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
January 16, 2014 at 12:58 am #210416In reply to: Nothing on the Styling page works
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.
January 16, 2014 at 12:52 am #210411In reply to: Nothing on the Styling page works
@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;
}
January 15, 2014 at 9:02 pm #210266In 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,
MartinP.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.
January 15, 2014 at 7:48 pm #210235Topic: Nothing on the Styling page works
in forum Enfoldrubieandersson
ParticipantHi!
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-
This topic was modified 12 years, 3 months ago by
rubieandersson.
January 15, 2014 at 7:06 pm #210205In reply to: Secondary menu in the mobile
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!
YigitJanuary 15, 2014 at 7:02 pm #210203In reply to: Secondary menu in the mobile
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.January 15, 2014 at 6:46 pm #210194Topic: font in fullwidth Easy Slider
in forum Enfoldpatriscia
Participanthello how do I change the font and size of the slide in fullwidth Easy Slider
Thanks
January 15, 2014 at 6:24 pm #210173In reply to: Secondary menu in the mobile
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,
YigitJanuary 15, 2014 at 3:20 pm #210053Topic: Sidebar menu: need to emphasize !
in forum Enfoldnonasnonas
ParticipantHi 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:

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.
January 15, 2014 at 11:00 am #209984In reply to: modify Font of icon box
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,
IsmaelJanuary 15, 2014 at 10:27 am #209957Hi 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.January 15, 2014 at 9:23 am #209931In reply to: different display problems in one shop page
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,
IsmaelJanuary 15, 2014 at 8:44 am #209914In reply to: Search icon
Hi!
You can add this on Quick CSS:
#top .menu-item-search-dropdown > a { font-size: 50px; }Cheers!
IsmaelJanuary 15, 2014 at 7:44 am #209894In reply to: different display problems in one shop page
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!
IsmaelJanuary 15, 2014 at 6:37 am #209869In reply to: different display problems in one shop page
This reply has been marked as private. -
This topic was modified 12 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
Can you please help me increase the font size of the menu drop down text.
Thank You
MikeHi!
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,
Rubiehello how do I change the font and size of the slide in fullwidth Easy Slider
Thanks
