-
AuthorSearch Results
-
November 2, 2013 at 12:43 am #183568
In reply to: Blog Post Style
Thanks – TinyMCE added the kitchen sink. I don’t know why it wasn’t there before but it is now. And thanks for the code re font size. You may close this thread!
November 1, 2013 at 4:15 am #183260In reply to: Header options
Hey SolingLover!
You can add this on your custom.css or Quick CSS to adjust the size of the header meta and phone number.
.social_header .phone-info span { font-size: 20px; height: 40px; } #top .social_bookmarks { height: 40px; }Regards,
IsmaelNovember 1, 2013 at 3:01 am #183238In reply to: Blog Post Style
Hey!
If you want to change the overall font size for posts. You can add this on your custom.css or Quick CSS:
body, body p { font-size: 15px; }Regards,
IsmaelNovember 1, 2013 at 2:32 am #183230Hey!
Link to image still seems to be broken. Please change Ismael’s code with following one. It should fix both gradient issue and button on your second link
.main_color input[type='submit'], .header_color input[type='submit'], div .header_color .button { background-color: #c05f5f; color: #ffffff; border-color: #a03d3d; border-radius: 3px; background-image: url("https://dev.midischool.com/wp-content/themes/enfold/images/layout/bg-button.png"); background-repeat: repeat-x; background-position: 0 0; padding: 10px; font-size: 12px; text-decoration: none; display: inline-block; border-style: solid; border-width: 1px; margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 600; text-align: center; max-width: 100%; } .avia_ajax_form .button { margin: 0; padding: 16px 50px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 12px; } input[type="submit"], #submit, .button { padding: 9px 22px; cursor: pointer; border: none; -webkit-appearance: none; }Best regards,
YigitOctober 31, 2013 at 11:50 pm #183172In reply to: Blog Post Style
That’s very weird then, the kitchen sink wasn’t showing at all until I added the Ultimate TinyMCE plugin. Why would it have been hidden?
I just want the default blog post text to be as is currently on that post. But I don’t want to have to adjust with TinyMCE every time I publish a new post. Ideally I wouldn’t even use that plugin.
Why wasn’t the kitchen sink button showing? And what’s the recommended way to change font size for posts?
Thanks!
October 31, 2013 at 7:50 pm #183088Topic: Header options
in forum EnfoldSolingLover
ParticipantPhone Number or small info text
– I’d like to be able to control the font, size and style of the phone number at the top of the header on the right. In doing so, I may have to increae the depth of the DIV in there. Also, how do I increase the depth of the header to get a larger logo on the left ?
Many thanks – good theme so far…October 31, 2013 at 2:55 pm #182960In reply to: Schriftart wird auf dem Mobile verändert
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .entry-content-wrapper .post-title { font-size: 30px!important; }}Regards,
YigitOctober 31, 2013 at 8:30 am #182860Topic: Issues in Internet Explorer browser
in forum Enfoldvinayb
ParticipantWe are using Enfold latest version on http://www.digitalsaber.net/ and using WP latest version i.e. 3.7.1. But the website is looking all messed up in IE browser. We are looking at the site in IE9 and IE10.
The issues are:
1. Menu overlaps the logo.
2. We cant see the slider.
3. We are using 3 columns in most of the modules grids but the 3rd column comes in the 2nd row throughout the site where ever we are using 3 column grid.The only customization we made in the theme is just changed the content font size.
October 31, 2013 at 6:03 am #182822In reply to: Mini heading in Page
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2528 .main_menu { display: none; } .page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 16px; }That will remove main menu and increase font-size, padding and position of sub-menu only on “18th-aapsw-2014” this page. For other pages you need to add page ID’s to custom css as well
Regards,
YigitOctober 31, 2013 at 4:47 am #182809Topic: Blog Post Style
in forum Enfoldjgoldberg1983
ParticipantHi,
What’s the best way to change my default font style for blog posts?
Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?
Many thanks,
JonathanOctober 31, 2013 at 4:26 am #182803In reply to: Schriftart wird auf dem Mobile verändert
But the font size of my article headlines didnt changed.
Only the font size of the normal headlines.http://www.marcobehrens.com/durch-navigationssystem-mehr-selbstvertrauen/
October 31, 2013 at 2:41 am #182751In reply to: Buttons in menu instead of search
Hey vollern!
You can create a button using the Advance Layout Editor then inspect the button element. Copy the actual html code. Edit header.php, find this code:
do_action('ava_after_main_menu'); ?>Below, add the html code for the button.
<div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>Cheers!
IsmaelOctober 31, 2013 at 1:45 am #182716In reply to: Schriftart wird auf dem Mobile verändert
The 2nd code works. But the 1st doesnt. The font size isnt changed.
October 30, 2013 at 7:51 pm #182544Well, that’s a start. But not completely there. So, I decided to dive in myself. To make the entire .avia-icon-list-container take up less content area requires substantially more CSS involving edits to the children H4, P, line-heights, margins and various other things. It’s a matter of taste and you will have to fiddle with several things to make it work for your site. I offer some code snippets and comments to aid you in doing what you want, along with before and after screen captures to see what the results will look like. I am not completely sold on what I made here and think it can be tweaked more, but it should give you the nuts and bolts to get the job done for your site. Please note that .page-id-734 class relates to my installation here. Your mileage may vary. You may want to change things globally, or perhaps you can make a Class wrapper to selectively control specific Icon Lists within the Icon List page editor. Enable the custom CSS Class settings in your functions.php file in your child theme for the latter. Search this site for the code block to enable that feature.
In my opinion, there should be some options on the back-end for doing this automatically as mentioned in my previous post above. If you folks at Kriesit.at want to use this code base as a baseline for improving a more automated method, I think folks will welcome it.
Cheerios and good luck.
.page-id-734 .avia-icon-list LI { /* margin-top: minus top property tightens up the spacing between each topic item margin-left: minus left property shifts the entire icon list container back to the left due to the margin-left settings in .iconlist_icon that recentered the dotted lines */ margin: -20px 0 0 -17px; } .page-id-734 .avia-icon-list .iconlist_icon { height: 40px; width: 40px; font-size: 22px; line-height: 40px; /* margin-left: Important to do here - recenters the dotted line margin-right: gives space right of the circle for adjacent text */ margin: 0 30px 0 13px; } .page-id-734 .avia-icon-list-container .iconlist_content { font-size: 12px; /* line-height: tightens up paragrapgh content under the item heading */ line-height: 17px; } .page-id-734 .avia-icon-list-container H4 { /* Resizes the Item Heading */ font-size: 13px; }
October 30, 2013 at 1:04 pm #182409In reply to: Change font size ( Table Layout )
Hey Morten!
Sure, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
li.avia-heading-row { font-size: 19px; }Cheers!
YigitOctober 30, 2013 at 3:23 am #182317In reply to: Header/Site Map Font Color and size
Hey!
You can use this:
.header_color .main_menu ul:first-child > li > a { color: red; } .header_color .main_menu ul:first-child > li.active-parent-item > a { color: blue; }Best regards,
IsmaelOctober 30, 2013 at 1:37 am #182301In reply to: Have image overlay always display
Hey!
Please try to add this on your custom.css or Quick CSS;
.image-overlay .image-overlay-inside { height: 100%; width: 100%; position: absolute; left: 0; top: 0; content: '\E897'; font-family: 'entypo-fontello'; border-radius: 10px !important; line-height: 60px !important; height: 60px !important; background-color: #DD0303 !important; font-size: 24px; }Regards,
IsmaelOctober 29, 2013 at 10:26 pm #182247This reply has been marked as private.October 29, 2013 at 8:14 pm #182222In reply to: Header/Site Map Font Color and size
How do I change the menu font color?
October 29, 2013 at 8:11 pm #182220This reply has been marked as private.October 29, 2013 at 4:31 pm #182109In reply to: Larger font size in top navigation menu bar
Hi loyalzoo!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a { font-size: 16px; }Regards,
YigitOctober 29, 2013 at 4:20 pm #182103Topic: Larger font size in top navigation menu bar
in forum Enfoldloyalzoo
ParticipantHi,
What code can I use in the Quick CSS field to increase the size of the font of the navigation bar at the top right, the one containing all the pages?
Thanks.October 29, 2013 at 3:04 pm #182054Topic: Change font size ( Table Layout )
in forum EnfoldWP-part
ParticipantHi
Is it possible to change font size in the Heading Row.
I use the Table Builder.October 29, 2013 at 8:08 am #181936Hey!
You can re-size the icons with this css code
.avia-icon-list .iconlist_icon { height: 32px; width: 32px; line-height: 32px; font-size: 20px; }Basically you need to set the same height, width and the line-height value and then you can try different font size values and stick with the value which gives you the best result.
Best regards,
PeterOctober 28, 2013 at 10:57 pm #181844Hi!
That would be font-size:
#menu-main-menu .sub-menu li a { background: #FFF; color: #261233 !important; font-family: "Georgia"; font-size: 16px; }Best regards,
JosueOctober 28, 2013 at 9:28 pm #181815In reply to: Make Social Icons bigger
Hey wss310!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .social_bookmarks li a { font-size: 20px; }Cheers!
YigitOctober 28, 2013 at 9:22 pm #181812thanks! last thing! what is the code for making the font size bigger for drop down?
October 28, 2013 at 9:03 pm #181799In reply to: Schriftart wird auf dem Mobile verändert
Hey!
1 & 2) Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .av-special-heading h1 { font-size: 30px!important; }}3)
@media only screen and (max-width: 480px) { .responsive .container { width: 300px; }}Regards,
YigitOctober 28, 2013 at 7:15 pm #181724In reply to: increased font size?
Thank you very much! Worked great.
October 28, 2013 at 5:31 pm #181675In reply to: to change the product layout of the Woocommerce.
Hi!
1) Please change previous code with following one
@media only screen and (min-width: 1340px){ .responsive_large .container .nine.units { width: 957px; }}2) Thumbnails on product page appear fine on my end as well http://i.imgur.com/BidSxiJ.jpg Can you post a screenshot?
3)#top .price { font-size: 22px; }Regards,
Yigit -
AuthorSearch Results
-
Search Results
-
Topic: Header options
We are using Enfold latest version on http://www.digitalsaber.net/ and using WP latest version i.e. 3.7.1. But the website is looking all messed up in IE browser. We are looking at the site in IE9 and IE10.
The issues are:
1. Menu overlaps the logo.
2. We cant see the slider.
3. We are using 3 columns in most of the modules grids but the 3rd column comes in the 2nd row throughout the site where ever we are using 3 column grid.The only customization we made in the theme is just changed the content font size.
Topic: Blog Post Style
Hi,
What’s the best way to change my default font style for blog posts?
Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?
Many thanks,
JonathanHi,
What code can I use in the Quick CSS field to increase the size of the font of the navigation bar at the top right, the one containing all the pages?
Thanks.Hi
Is it possible to change font size in the Heading Row.
I use the Table Builder.
