-
AuthorSearch Results
-
January 18, 2014 at 5:51 am #211505
In reply to: Customize contact form buttons?
Is there a way to change the font and font size of the submit button?
January 18, 2014 at 1:25 am #211469In reply to: Customize contact form buttons?
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?
January 18, 2014 at 1:05 am #211464In reply to: Customize contact form buttons?
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,
RubieJanuary 17, 2014 at 10:25 pm #211404In reply to: Path visible in sidebar
Hi!
Please add following code to Quick CSS as well
.widgettitle { font-size: 28px; }Regards,
YigitJanuary 17, 2014 at 5:29 pm #211288Fantastic!!!
Thank you very much, this solves my issues!
January 17, 2014 at 5:18 pm #211276In 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!
YigitJanuary 17, 2014 at 8:34 am #211094Topic: Mobile questions
in forum Enfoldpako69
ParticipantHello :)
//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?
//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?

//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 friendlyThanks
January 17, 2014 at 8:13 am #211075In reply to: How do I increase the font size on Post/Pages Titles
Hi!
It should work for the header’s title. Can you please post a screenshot of the title that you want to change?
Cheers!
IsmaelJanuary 17, 2014 at 7:56 am #211067In reply to: How do I increase the font size on Post/Pages Titles
Sorry but that doesn’t seem to be working. I have cleared the Cache.
Please advise.
January 17, 2014 at 7:22 am #211058In reply to: How do I increase the font size on Post/Pages Titles
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,
IsmaelJanuary 17, 2014 at 7:02 am #211045In reply to: recommendation for best Map Plugin for Enfold
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!
IsmaelJanuary 17, 2014 at 6:38 am #211034Topic: How do I increase the font size on Post/Pages Titles
in forum EnfoldDouglas Alexander
ParticipantHi,
Can you please advise on how to increase the font size on the Post/Page titles in Enfold?Regards,
January 16, 2014 at 9:56 pm #210907In 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, 2 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, 2 months ago by
mwolfert.
-
This topic was modified 12 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: Mobile questions
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?
//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?

//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 friendlyThanks
Hi,
Can you please advise on how to increase the font size on the Post/Page titles in Enfold?Regards,
Can you please help me increase the font size of the menu drop down text.
Thank You
Mike
