Viewing 30 results - 17,911 through 17,940 (of 18,727 total)
  • Author
    Search Results
  • #184568

    In reply to: Text Resize on sliders

    Hey!

    Can you please give the text block a unique css selector?

    <span style="color: #000000;">Breathe Cleaner Air&nbsp;in Your Home</span>

    Replace it with:

    <span style="color: #000000;" class="text-breathe">Breathe Cleaner Air&nbsp;in Your Home</span>

    You can now use media query to change text size on different screens:

    @media only screen and (max-width: 767px){
    .text-breathe { font-size: 12px; }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .text-breathe { font-size: 16px; }
    }

    Cheers!
    Ismael

    #184546
    This reply has been marked as private.
    #184492

    Hi finessecreative!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) { .social_header .phone-info { top: 99px; font-size: 18px; left: 10px; }}

    Best regards,
    Yigit

    #184382

    In reply to: Text Resize on sliders

    I’m referring to the slider area where it says “Breathe Cleaner Air in Your Home”. I’m trying to have it re sized automatically from that large font to a smaller font as it goes from tablet to mobile. I see the theme does it for some h1 tags if the font size is not altered.

    #184269

    In reply to: Breadcrumbs

    Hey!

    1) Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { display: none; }

    2) Can you elaborate? How you would like to style them?
    3) You can add following code to Quick CSS and adjust as desired

    #header .mega_menu_title, #header .mega_menu_title a { font-size: 20px; color: red; }

    4) You can add following code as well and adjust it to center your menu

    .main_menu { right: 30%; }

    Best regards,
    Yigit

    #184165

    In reply to: Text Resize on sliders

    Hi glozemedia!

    Do you want to re-size the phone number at the top? If yes use following code

    
    @media only screen and (max-width: 767px){
    #top .phone-info.with_nav span a{ font-size: 10px !important; }
    }
    

    Phones and mobile devices with small screens (767px width or lower) will change the font size to 10px. You can change the font size and/or max-width value if my code doesn’t give you good results.

    Best regards,
    Peter

    #184095

    Hey sschiller!

    Can you please give us a link to the website? What type of header style do you have right now? You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 7px;
    font-size: 11px;
    }
    }

    Best regards,
    Ismael

    #184094

    Hey krear!

    You can add this on your custom.css or Quick CSS:

    sup {
    font-size: .6em;
    position: relative;
    top: -5px;
    }
    
    sub {
    font-size: .6em;
    position: relative;
    bottom: -1px;
    }

    Best regards,
    Ismael

    #183989

    Hey!

    Add this code to the Quick CSS:

    .avia-button.avia-icon_select-yes.avia-color-green.avia-size-large.avia-position-right {
        background: #349acd;
        border: 0 !important;
    }
    .av_promobox h2 {
        color: #349acd;
        text-transform: none !important;
        letter-spacing: 0px !important;
        font-size: 24px;
        margin-bottom: 0;
    }
    .av_promobox p{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .av_promobox {
        background: #fff !important;
        padding: 15px;
        border: 10px solid #f2f2f2 !important;
    }

    Result:

    Cheers!
    Josue

    #183702
    krear
    Participant

    Hi!

    I have some text than need <sup> and other <sub>
    In edit mode this show ok! but when you go online is not working!

    I add some css in theme options for try and don’t work too!
    .sup {
    font-size:xx-small;
    vertical-align:top;
    }

    How can I fix this!?

    Thank you so much!

    Pablo

    #183679

    In reply to: Fontello icons in text

    I don’t have a solution to your problem but have to say you’ve created a very nice site ;-) – the only problem ist the font on the homepage, which you used for the citation. If you resize the window to mobile-phone size the text becomes unreadable…

    #183671

    In reply to: Fontello icons in text

    Hi Yigit,
    That only moved the position of the smiley, it’s still “floating” on top of the text which doesn’t work since if you resize the window it ends up in the wrong place (in the line of text that is).
    Is it possible to make it into some kind of “inline element” with the text? (I’m not a web programmer so my language and terms might be totally wrong but I hope you understand what I mean)
    Cheers,
    Peter

    #183629

    Hi!

    You can use this media query to target resolutions between 768px to 989px. Example is for the social icons below.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .iconbox_content_container h3 {
    font-size: 15px;
    }
    } 

    There is something wrong with the markup. Why do you need to separate these two?

    <h3>LIKE TANYA</h3><h3>ON FACEBOOK</h3>

    It should be

    <h3>LIKE TANYA ON FACEBOOK</h3>

    Best regards,
    Ismael

    #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

Viewing 30 results - 17,911 through 17,940 (of 18,727 total)