-
AuthorSearch Results
-
November 12, 2013 at 2:57 pm #187263
Hey!
Looks like you managed to change the main menu font color and size. You can use this for the phone number:
.social_header .phone-info.with_nav span { color: orange; font-size: 20px; }Regards,
IsmaelNovember 12, 2013 at 2:31 pm #187245Hi
Ismael. It was on a 17″ computer screen but I still have big problems that I really need to resolve now.
My logo is : 250 x 101 so it’s not big.
The problem I think is that my menu has to be written in capitals.When I am on 17″ computer I have this problem: The logo is WAY TOO CLOSE to the nav bar text. And it even goes on the first word when the page first appears.
https://www.dropbox.com/s/5iz4ngqfhn0uxed/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg
AND on ipad look what I have.
https://www.dropbox.com/s/oadbyqxlukzdxzv/IMG_1087.PNGBut when it’s enfold default logo it’s almost perfect (still too close but better) (on computer screen)
In my css I have all of these:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive .mobile_menu_tablet .main_menu {
display: block!important; }}div .logo { left: -30px; }
@media only screen and (min-width: 768px) and (max-width: 989px) {
.main_menu ul:first-child > li > a {
padding: 0 10px !important;
font-size: 12px;
}
}I really need to fix this..Please.
Kind regards
Delphine
November 12, 2013 at 1:27 am #187044Hey!
What screen resolution are you testing this with? You can add this on your custom.css or Quick CSS to prevent the menus from overlapping the logo on iPad or mobile view:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 10px !important; font-size: 12px; } }Cheers!
IsmaelNovember 11, 2013 at 4:08 pm #186892In reply to: H1 tag size
Hi!
Font size of H6 is 14px. If you would like to make all H1 tags 14px, please add following code to Quick CSS in Enfold theme options under Styling tab
h1 { font-size: 14px!important; }Best regards,
YigitNovember 10, 2013 at 3:17 am #186550In reply to: How to change the font of main menu
Hi!
The code should work:
.main_menu ul:first-child > li > a { padding: 0 12px !important; font-size: 15px; }Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.
Regards,
IsmaelNovember 9, 2013 at 3:50 pm #186472Topic: Followup question for #185474 – Stack items within a menu
in forum Enfoldtiredagent
ParticipantThe question asked in #185474 was solved tangentially, but adjusting padding and font size. But I have a situation where a customer wants to know if we can wrap menu items. The following entries are only examples but you’ll get the idea:
Home About Us Electrocardiography Program Center Peritoneal Dialysis Training DepartmentI’ve suggested modifying the content – ECG Program Peritoneal Dialysis Dept
I suggested breaking centers and departments into mega menus
I tried entering <br> in the lines but that obviously didn’t work:They still ask about wrapping items so I’m asking if you have a trick to arrive at something like this?
Home About Us Electrocardiography Peritoneal Dialysis
Program Center Training DepartmentLine height is off but you get the idea.
November 9, 2013 at 8:14 am #186413In reply to: H1 tag size
Hi thanks for trying but that did not do it either. I have searched the forum before posting one search that did work was making the phone number bigger.
.social_header .phone-info { font-size: 20px!important; }so far though nothing is working for making the H1 to look like H3 but be an H1, we all know SEO wise how important H1, 2 and 3 tags are. and I love this theme but all caps and so big is annoying. any other help?
-
This reply was modified 12 years, 5 months ago by
condormarketing.
November 9, 2013 at 7:08 am #186398In reply to: Issue with Navigation menu on iPad and iPhone
Hey!
Please use this on your custom.css or Quick CSS:
@media only screen and (min-width: 769px) and (max-width: 1250px) { .logo img { width: 180px !important; margin-top: 10px; } .main_menu ul:first-child > li > a { font-weight: 600; font-size: 11px; } }Cheers!
IsmaelNovember 9, 2013 at 6:59 am #186395In reply to: H1 tag size
Hey!
Please use this:
.product_title.entry-title { font-size: 12px !important; }Remove browser cache then reload the page.
Cheers!
IsmaelNovember 9, 2013 at 6:47 am #186392In reply to: Center Blog titles, Shift Blog Post data to bottom
Hey seelyjen!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content > * { text-align: left; }You can use this to modify the meta info:
.post-meta-infos { font-size: 10px; }Regards,
IsmaelNovember 9, 2013 at 4:28 am #186365In reply to: How to change the font of main menu
Hey juannjo1!
What type of header do you have? You can use this:
.main_menu ul:first-child > li > a { padding: 0 12px; font-size: 15px; }Regards,
IsmaelNovember 9, 2013 at 1:27 am #186347In reply to: Customizing appearance of Accordion
Hi!
Add this too:
.toggler{ font-weight: bold; font-size: 18px !important; } .toggle_icon{ top: 15px !important; }Cheers!
JosueNovember 9, 2013 at 12:10 am #186324In reply to: H1 tag size
@ContentedKerry: try:
.div.product .product_title { font-size: 42px !important; }-
This reply was modified 12 years, 5 months ago by
melonmelon.
November 8, 2013 at 8:59 pm #186296In reply to: H1 tag size
I was looking for a way also to change the font size of the H1, 2 and 3 and not have them all upper case can you help. I will need to know where to put this information and what to put in,
November 8, 2013 at 7:12 pm #186269In reply to: Issue with Navigation menu on iPad and iPhone
I tried changing the width to 989 and I’m still having issues with my menu showing up under my logo on an iPad and other similar devices:
http://www.alpineorthopaedics.comI just changed it to 1024 and it still doesn’t work…. is there a way to have the menu font size shrink responsively so that the original menu would still show up on an iPad and not encroach under the logo?
-
This reply was modified 12 years, 5 months ago by
ewingmh.
November 8, 2013 at 5:26 pm #186231In reply to: H1 tag size
Hi ContentedKerry!
Please try replacing your code with following one
div.product .product_title { font-size: 42px; }Cheers!
YigitNovember 8, 2013 at 5:10 pm #186219Topic: H1 tag size
in forum EnfoldContentedKerry
ParticipantHi
I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.h1.product_title{
font-size: 42px !important;
}November 8, 2013 at 3:05 pm #186142Hey theroyds!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.social_header .phone-info { font-size: 20px!important; }Best regards,
Yigit-
This reply was modified 12 years, 5 months ago by
Yigit.
November 8, 2013 at 12:26 pm #186101Topic: How to change the font of main menu
in forum Enfoldjuannjo1
ParticipantGood morning, I want to change the font size of my Main Menu. How I can do?
thank you very much, what would be the Css Quick?
November 8, 2013 at 3:18 am #185970In reply to: Accordion links
Hi guyco!
It seems like your shortcode is not right. Please try following
[av_font_icon color="" font="entypo-fontello" icon="ue8f2" size="40px" position="left" link="manually,http://www.contentsimply.com" linktarget="_blank"]Regards,
YigitNovember 8, 2013 at 1:47 am #185936In reply to: Enfold Bug – Buttons in sidebar, text color issue
As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.
I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
Does this help?
If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
I tested it both with the shortcode version and the html output version and both give the same results[av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello'] <div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "> <a class="avia-button avia-icon_select-yes avia-color-blue avia-size-medium avia-position-center " href="http://www.google"> <span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span> <span class="avia_iconbox_title">Click me</span> </a> </div>-
This reply was modified 12 years, 5 months ago by
Monsoon.
November 7, 2013 at 10:49 pm #185847In reply to: Reduce font size on homepage blog section?
Hey jklillibridge!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.flex_column .template-blog .post .entry-content-wrapper { font-size: 13px!important; }Best regards,
YigitNovember 7, 2013 at 10:44 pm #185841Topic: Reduce font size on homepage blog section?
in forum Enfoldjklillibridge
ParticipantHi,
I applied a short CSS fix to remove images under the blog section on my homepage which worked great. For some reason, the text appears larger than the rest of the text now… any ideas for how to fix this? Thanks!Website: http://www.millcreekmetroparks.org/
-
This topic was modified 12 years, 5 months ago by
jklillibridge.
November 7, 2013 at 9:36 pm #185824In reply to: menu hover color; heading font size; remove borders
Hey dbardits!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li.active-parent-item > a,.header_color .main_menu ul:first-child > li > a:hover { color: #f0fffb } .header_color .main_menu ul:first-child > li > a { color: white; }2) You can add !important to change font size of headings i.e.:
h3 { font-size: 22px!important; }3)
.content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }Best regards,
YigitNovember 7, 2013 at 8:30 pm #185808Actually I just realized that the code that fixes the responsive issue is overriding all of the rest of the code in Quick CSS.
This is the current Quick CSS including the code to fix the responsive issue(none of the other code is working anymore):@media only screen and (max-width: 989px) {
.responsive #header .main_menu ul {
display: none;
}@media only screen and (max-width: 989px){
.mobile_active #advanced_menu_toggle {
display: block;
}#top #menu-item-search.menu-item-search-dropdown>a {display:none;}
.overlay-type-extern{
display: none !important;
}#header {
background-color: #FFF;
}input[type=”submit”],
#form-1-1339700500 .submit {
padding: 0 3%;
text-align: left;
width: 103px;
height: 32px;
background-image: url(“http://startwishing.com/wp-content/uploads/2013/10/Submit-3-39.png”);
background-position: 0 0;
border-style: solid;
border-width: .25px;
display: inline-block;
font-size: 12px;
line-height: 28px;
margin: 3px 0;
position: relative;
text-decoration: none;
}body p, body {
font-family: “Open Sans”;
font-size: 11pt;
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 640px) {
/* Add your Mobile Styles here */
.template-page .entry-content h2, .av-special-heading h3 {
white-space: normal !important;
}November 7, 2013 at 7:53 pm #185789In reply to: Drop down menu height problem.
Hi Nick!
Use this code instead:
#header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a { height: 120px !important; line-height: 180px !important; max-height: none !important; } #top .main_menu .menu > li{ font-size: 14px; } #top .main_menu .menu > li > a { height: 120px !important; }Cheers!
JosueNovember 7, 2013 at 3:25 pm #185636In reply to: Enfold Top Navigation Font Change
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
YigitNovember 7, 2013 at 3:25 pm #185635In reply to: Enfold Top Navigation Font Change
Nevermind, that led me to change the font SIZE – I want to change the STYLE
Hi!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.js_active .tab { font-size: 14px; }Regards,
YigitNovember 7, 2013 at 11:17 am #185539Topic: Drop down menu height problem.
in forum Enfoldnefariousnick
ParticipantQuestion: I have fixed and altered the height of my main menu and logo in the quick CSS with:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 120px !important;
line-height: 180px !important;
max-height: none !important;
}#top .main_menu .menu > li{
font-size: 14px;
}#top .main_menu .menu li>a {
height: 120px !important;
}But all of the dropdown menu sections are all also at 120px, how can I alter this as that they are smaller…?
Any help would be greatly appreciated
Nick. -
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: H1 tag size
Hi
I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.h1.product_title{
font-size: 42px !important;
}Good morning, I want to change the font size of my Main Menu. How I can do?
thank you very much, what would be the Css Quick?
Hi,
I applied a short CSS fix to remove images under the blog section on my homepage which worked great. For some reason, the text appears larger than the rest of the text now… any ideas for how to fix this? Thanks!Website: http://www.millcreekmetroparks.org/
Question: I have fixed and altered the height of my main menu and logo in the quick CSS with:
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
height: 120px !important;
line-height: 180px !important;
max-height: none !important;
}#top .main_menu .menu > li{
font-size: 14px;
}#top .main_menu .menu li>a {
height: 120px !important;
}But all of the dropdown menu sections are all also at 120px, how can I alter this as that they are smaller…?
Any help would be greatly appreciated
Nick.
