Viewing 30 results - 17,941 through 17,970 (of 18,744 total)
  • Author
    Search Results
  • #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!

    #183260

    In 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,
    Ismael

    #183238

    In 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,
    Ismael

    #183230

    Hey!

    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,
    Yigit

    #183172

    In 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!

    #183088

    Topic: Header options

    in forum Enfold
    SolingLover
    Participant

    Phone 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…

    #182960

    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,
    Yigit

    #182860
    vinayb
    Participant

    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.

    #182822

    In 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,
    Yigit

    #182809

    Topic: Blog Post Style

    in forum Enfold
    jgoldberg1983
    Participant

    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,
    Jonathan

    #182803

    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/

    #182751

    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!
    Ismael

    #182716

    The 2nd code works. But the 1st doesnt. The font size isnt changed.

    Well, 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;
    }
    
    

    Screen Capture Of Icon List Before Edits

    Screen Capture Of Icon List After Edits

    #182409

    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!
    Yigit

    #182317

    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,
    Ismael

    #182301

    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,
    Ismael

    #182247
    This reply has been marked as private.
    #182222

    How do I change the menu font color?

    #182220
    This reply has been marked as private.
    #182109

    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,
    Yigit

    #182103
    loyalzoo
    Participant

    Hi,

    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.

    #182054
    WP-part
    Participant

    Hi

    Is it possible to change font size in the Heading Row.
    I use the Table Builder.

    Hey!

    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,
    Peter

    Hi!

    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,
    Josue

    #181815

    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!
    Yigit

    thanks! last thing! what is the code for making the font size bigger for drop down?

    #181799

    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,
    Yigit

    #181724

    In reply to: increased font size?

    Thank you very much! Worked great.

    #181675

    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

Viewing 30 results - 17,941 through 17,970 (of 18,744 total)