Viewing 30 results - 17,191 through 17,220 (of 18,727 total)
  • Author
    Search Results
  • #223298
    melonmelon
    Participant

    Is there a way to globally increase the font size? I want to increase the base size of all fonts. There are so many css-classes, I don’t want to change all of them…

    #223179
    simisola80
    Participant

    Hello,

    Someone helped me solve an issue I was having with the CSS code below. I loved the changes, but I just now realized that the change is being applied to every single page on my website: http://www.inkwellcoach.com.

    What i’d like to do is use two different colors for bold fonts on two separate pages, so as to distinguish the services/product. The pages are: http://inkwellcoach.com/work-with-liz/college-essay-maverick/ (bold blue font #7a9cd4 ) and http://inkwellcoach.com/work-with-liz/next-level-scholars/ (bold green font #8a9b0f ). When I emphasize something on the first page, I’d like it to be emphasized in bold blue, and on the second page, bold green. Does that make sense?

    Thanks so much!

    .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color strong, .main_color strong a, .main_color .sidebar .current_page_item a, .main_color .pagination .current, .main_color .comment-count, .main_color .callout .content-area, .main_color .avia-big-box .avia-innerbox, .main_color .avia-big-box .avia-innerbox a { color: #8a9b0f; }

    #223112

    Topic: text block changes

    in forum Enfold
    wcolwell
    Participant

    Hello,

    Could anyone tell me why the text block menu choices would suddenly change? I’ve been using my Enfold site for months and then the other day the upper menu (heading size etc etc) has changed. Most importantly I’ve lost some options, namely font selection. When I click the help icon a pop up shows that reads:

    About TinyMCE
    Version: 3.5.8-wp (2012-12-19)
    TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.
    Copyright © 2003-2008, Moxiecode Systems AB, All rights reserved.
    For more information about this software visit the TinyMCE website.

    Is this correct? I’d really like to select font styles again!

    Thank you for your help
    Will

    #222892

    Hey Yigit,

    I’m currently working on the site via Mamp. I added in that and it didn’t work the phone number just disappeared along with the top navigation grey bar.

    This is how my header looks right now: https://www.evernote.com/shard/s77/sh/9c679ed9-c898-4326-92dc-98378895de09/ebeaeceae08f14c70a4072a457952561

    Here is my Source Code: https://www.evernote.com/shard/s77/sh/e024fc17-7e59-42a0-b271-5c72cd95da24/f0b19a8ecd14e529d9a9e7485bf0d387

    Current quick css:

    
    .phone-info {
    font-size: 14px;
    }
    #footer h3 {
    color: black !important;
    }
    .phone-info {
    padding-top: 62px;
    margin-left: -30px;
    }
    .sub_menu { right: 12%; }
    #top .social_bookmarks li { font-size: 19px; }
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #c3512f!important; }
    .main_menu ul:first-child > li > a:hover { color: orange!important; }
    
    .avia-menu-fx { display: none; }
    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #494949;
    }
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 16px; font-weight: 700; font-family:'Lato';
    }
    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    color: white;
    }
    #header_main_alternate .container, .main_menu ul:first-child > li > a {
    height: 55px  !important;
    line-height: 55px  !important;
    }
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border-right-style: none!important; } 
    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border-left-style: none!important; }
    body {
    font-size: 14px;
    }
    #top .social_bookmarks li a {
    color: #c3512f;
    }
    

    Thanks a lot, this support team is the best.

    #222854

    In reply to: Add text to Footer

    Hey!

    Please try to add as following

    #footer:before {
    content: 'Your text goes here';
    margin-left: 12%;
    font-size: 20px;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    }

    I checked your website but seems like you have not added the code yet

    Best regards,
    Yigit

    #222830

    Hey!

    Please add following code to Quick CSS as well and adjust as needed

    .iconlist_content p { font-size: 18px; } /* changes the size of content section */
    .avia-icon-list .iconlist_title { font-size: 20px; } /* changes the font size of title */ 

    Best regards,
    Yigit

    #222768
    Daniel
    Participant

    Liebes Kriesi Team

    Nutze Enfold mit Woocommerce. Gerne würde ich die Grösse der Bilder der Produkte in WC definieren. Die sichtbare Grösse in der Ansicht des Kunden von “Einzelnes Produktbild” und “Katalogbilder”.

    Habe Simple Image Sizes und Regenerate Thumbnails installiert aber konnte damit nichts ändern…
    Forum durchsucht, nicht klar fündig geworden…

    Ich möchte hauptsächlich, dass Bilder mit NICHT-quadratischem Format automatisch nicht abgeschnitten werden sondern soweit verkleinert werden damit sie in die definierte Bildgrösse hineinpassen.

    Konkret:
    http://natur-duft.ch/start/duftsets/duftset-alles-liebe/ –> Produkt-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinert
    http://natur-duft.ch/produkt-stichwort/duftset/ –> Katalogbild-Bild quadratisch, jedoch nicht abgeschnitten, als ganzes verkleinert

    Infos zu meiner Quick-CSS:

    #top #main h1 {
    font-size: 23px;
    line-height: 1.1em;
    margin-bottom: 8px;
    }
    #top #main h2 {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 8px;
    }
    #top #main h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    }
    .woocommerce-main-image.zoom {
    overflow: hidden;
    }
    .four.units.single-product-main-image.alpha .images a {
    pointer-events: none;
    }

    Einstellungen:
    Woocommerce:
    Katalogbilder: 250×250, nicht beschneiden
    Einz. Produktbild: 350 x 350, nicht beschneiden
    Produktvorschau: 120×120, nicht beschneiden

    Im Simple Image Size sind die Einstellungen gleich!

    Vielen Dank für Eure Hilfe

    Daniel

    #222728

    In reply to: icon box

    Hey patriscia!

    1.) Change the color of the icon using this on Quick CSS:

    .main_color.iconbox_top .iconbox_icon {
    color: red;
    background: blue;
    }

    2.) Change the title using this:

    .iconbox .iconbox_content .iconbox_content_title {
    font-size: 13px;
    }

    Best regards,
    Ismael

    #222681

    Topic: icon box

    in forum Enfold
    patriscia
    Participant

    hello two question:
    1. I changed the color of the icons in the icon box but if I put the top I do not change color. how should I do?
    2. how do I change the font size of the title of the icon box?

    #222572

    In reply to: Tesimonial appearance

    This reply has been marked as private.
    #222548

    Sorry to paste it all here, but here goes. It looks like the property repeats several times and I’m guessing that’s the issue:

    {"properties":{"title":"home","width":"100%","height":"300","responsive":"on","forceresponsive":"on","responsiveunder":"1140","sublayercontainer":"1140","autostart":"on","pauseonhover":"on","firstlayer":"1","animatefirstlayer":"on","twowayslideshow":"on","loops":"0","forceloopnum":"on","autoplayvideos":"on","autopauseslideshow":"auto","youtubepreview":"maxresdefault.jpg","keybnav":"on","touchnav":"on","skin":"fullwidth","backgroundcolor":"","backgroundimage":"","sliderstyle":"","navbuttons":"on","thumb_nav":"disabled","thumb_width":"80","thumb_height":"60","thumb_container_width":"60%","thumb_active_opacity":"35","thumb_inactive_opacity":"100","imgpreload":"on","relativeurls":"on","yourlogo":"","yourlogostyle":"","yourlogolink":"","yourlogotarget":"_self","cbinit":"function(element) { }","cbstart":"function(data) { }","cbstop":"function(data) { }","cbpause":"function(data) { }","cbanimstart":"function(data) { }","cbanimstop":"function(data) { }","cbprev":"function(data) { }","cbnext":"function(data) { }"},"layers":[{"properties":{"3d_transitions":"88","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"\/wp-content\/uploads\/2014\/02\/F-e1390425535265-Custom.jpg","thumbnail":"","slidedelay":"7000","new_transitions":"on","slidedirection":"top","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"500","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Logo","type":"img","image":"\/alpha\/wp-content\/uploads\/2014\/01\/nogalis156.png","html":"","slidedirection":"right","durationin":"900","easingin":"easeOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"900","easingout":"easeInOutQuint","delayout":"200","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"background\\\":\\\"rgba(255, 255, 255, 0)\\\"}","top":"81px","left":"112px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Alliance","type":"img","image":"\/alpha\/wp-content\/uploads\/2014\/01\/Infor_Alliance_Partner_Logo_RGB_300px_72dpi_010813.jpg","html":"","slidedirection":"left","durationin":"900","easingin":"easeInOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"bottom","durationout":"900","easingout":"easeInOutQuint","delayout":"200","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"color\\\":\\\"#dbdbdb\\\",\\\"background\\\":\\\"#ffffff\\\"}","top":"86px","left":"638px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Layer #3","type":"h1","image":"","html":"Infor \/ Lawson Consulting","slidedirection":"bottom","durationin":"1000","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":"1.0","slideoutdirection":"auto","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"font-size\\\":\\\"46\\\",\\\"color\\\":\\\"#212166\\\",\\\"background\\\":\\\"transparent\\\"}","top":"20px","left":"37px","style":"","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"3d_transitions":"all","2d_transitions":"11,13,23","custom_3d_transitions":"","custom_2d_transitions":"","background":"\/wp-content\/uploads\/2014\/02\/Infiniti_QB-04171-e1390354882464-Custom.jpg","thumbnail":"","slidedelay":"7000","new_transitions":"on","slidedirection":"top","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"500","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Logo","type":"img","image":"\/alpha\/wp-content\/uploads\/2014\/01\/nogalis156.png","html":"","slidedirection":"top","durationin":"900","easingin":"easeOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"900","easingout":"easeInOutQuint","delayout":"200","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{}","top":"61px","left":"471px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Logo copy","type":"img","image":"\/alpha\/wp-content\/uploads\/2013\/04\/microsoft_small.png","html":"","slidedirection":"top","durationin":"900","easingin":"easeOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"900","easingout":"easeInOutQuint","delayout":"200","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"background\\\":\\\"rgba(255, 255, 255, 0.52)\\\"}","top":"70px","left":"209px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Text","type":"h2","image":"http:\/\/www.nogalis.com\/alpha\/wp-content\/themes\/enfold\/config-layerslider\/LayerSlider\/avia-samples\/slide1_Our_Most_Beautiful_Theme_Ever.png","html":" Microsoft Dynamics Suite","slidedirection":"bottom","durationin":"900","easingin":"easeInOutQuint","delayin":"1400","rotatein":"0","scalein":"1.0","slideoutdirection":"bottom","durationout":"900","easingout":"easeInOutQuint","delayout":"200","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"color\\\":\\\"#19226b\\\",\\\"background\\\":\\\"rgba(255, 255, 255, 0.69)\\\"}","top":"346px","left":"423px","style":"","id":"","class":"","title":"","alt":"","rel":""}]},{"properties":{"3d_transitions":"1,3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,54,55,56,57,58,59,60,61,62,63,65,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100","2d_transitions":"","custom_3d_transitions":"","custom_2d_transitions":"","background":"\/wp-content\/uploads\/2014\/02\/G-1030x360-Custom.jpg","thumbnail":"","slidedelay":"4000","new_transitions":"on","slidedirection":"right","timeshift":"0","durationin":"1500","easingin":"easeInOutQuint","delayin":"0","durationout":"1500","easingout":"easeInOutQuint","delayout":"0","layer_link":"","layer_link_target":"_self","id":"","deeplink":""},"sublayers":[{"subtitle":"Tagline","type":"h1","image":"","html":"Gain a unique perspective through experienced eyes","slidedirection":"left","durationin":"1000","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"font-family\\\":\\\"\\'Arial\\'\\\",\\\"color\\\":\\\"#574a4a\\\",\\\"background\\\":\\\"rgba(255, 255, 255, 0.81)\\\"}","top":"14px","left":"61px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Experience","type":"h1","image":"","html":"With over 100 years of collective experience, we add ","slidedirection":"left","durationin":"1000","easingin":"easeInOutQuint","delayin":"500","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"1000","easingout":"easeInOutQuint","delayout":"500","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"font-family\\\":\\\"\\'Arial\\'\\\",\\\"color\\\":\\\"#574a4a\\\",\\\"background\\\":\\\"rgba(255, 255, 255, 0.81)\\\"}","top":"46px","left":"61px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Experience copy","type":"h1","image":"","html":"value from the first conversation. ","slidedirection":"left","durationin":"1000","easingin":"easeInOutQuint","delayin":"1000","rotatein":"0","scalein":"1.0","slideoutdirection":"top","durationout":"1000","easingout":"easeInOutQuint","delayout":"500","rotateout":"0","scaleout":"1.0","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"font-family\\\":\\\"\\'Arial\\'\\\",\\\"color\\\":\\\"#574a4a\\\",\\\"background\\\":\\\"rgba(255, 255, 255, 0.81)\\\"}","top":"78px","left":"61px","style":"","id":"","class":"","title":"","alt":"","rel":""},{"subtitle":"Layer #3","type":"img","image":"\/alpha\/wp-content\/uploads\/2014\/01\/consultantstanding-e1391145016190.jpg","html":"","slidedirection":"left","durationin":"1000","easingin":"easeInOutQuint","delayin":"0","rotatein":"0","scalein":"1","slideoutdirection":"fade","durationout":"1000","easingout":"easeInOutQuint","delayout":"0","rotateout":"0","scaleout":"1","level":"-1","showuntil":"0","url":"","target":"_self","styles":"{\\\"width\\\":\\\"150\\\"}","top":"118px","left":"61px","style":"","id":"","class":"","title":"","alt":"","rel":""}]}]}

    #222498

    In reply to: Add text to Footer

    Hi Coronacom!

    You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #footer:before {
    content: 'Your text goes here';
    margin-left: 12%;
    font-size: 20px;
    }

    Best regards,
    Yigit

    #222249
    ajakus
    Participant

    Hi,

    I’m using enfold theme with WPML basic version in two languages.
    I’ve wanted to resize font in main menu so I pasted this in Quick css box in main language version:

    <code<.main_menu ul:first-child > li > a { font-size: 15px; }

    Now when I’m log in and I update content in second version, everything seems be correct. But after log out new changes on the second language version are not visible

    Can you help me resolve that problem, please.

    Artur

    #222223

    Hi!

    Please edit the slides then go to each layer’s Attribute panel. Add a unique css class selector for the title and captions. Add “layer-slider-title” for the title and “layer-slider-caption” for the captions. Use media queries on Quick CSS to specify the font size on mobile devices:

    @media only screen and (max-width: 1300px) {
    .layer-slider-caption {
    font-size: 18px !important;
    line-height: 18px !important;
    }
    
    layer-slider-title {
    font-size: 25px !important;
    line-height: 25px !important;
    }
    }

    Regards,
    Ismael

    #222169

    Is it possbile to put the Font-Resizer behind the Search Item? I do not want to create an extra row for it….

    #222042
    dsauce
    Participant

    Hi,

    I’m new to CSS and have a couple of things I’d like to change.

    I have tried many times to change the color of the header text in my footer and it doesn’t change. Under styling options for footer the color I want shows, but not on the footer. Is there any quick css I can add to change color?

    The header text is always in caps, which is ok, but if I want to change, how and where would I change. Is there quick CSS for changing case and font size?

    I’m talking about the following sections in footer: Business Hours, Mailing list and map

    http://myotechnology.com

    I thank you in advance!

    #221974
    This reply has been marked as private.
    #221960

    Hi!

    Seems like you have already moved it under the social icons. You can add following code to Quick CSS to increase the font size

    .social_header .phone-info { font-size: 15px; }

    Cheers!
    Yigit

    #221957
    This reply has been marked as private.
    #221954

    Hi wss310!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .entry-content-wrapper div li { font-size: 14px; }

    Best regards,
    Yigit

    #221951

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
    1- Do you mind creating a temporary admin login and posting here privately?
    2-

    #top h2 a {
    font-size: 46px;
    }

    3-

    .page-id-3402 .shareaholic-canvas { display: none; }

    4-

    #top .flex_column .template-blog .post-title { line-height: 35px; }

    Regards,
    Yigit

    #221925

    In reply to: Tesimonial appearance

    Hi unclemurray!

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

    .avia-slider-testimonials .avia-testimonial-content { font-size: 20px; color: white; }

    Cheers!
    Yigit

    #221849

    Wait. I see what I was doing wrong. I had set a style for <p>
    My bad.

    #221843

    Hi!

    Your custom.css is overriding the quick css:

    
    p {
        font-size: 1.2em;
        line-height: 1.65;
        margin: 0.85em 0;
    }
    

    Where one is on the body the others is specific to p and within a media query.

    Best regards,
    Devin

    #221835

    Hmm. I did what you said. I pasted body { font-size: 16px; line-height: 80%; } into the Quick CSS.
    Take a look at http://www.kennethbsmith.com/clients/abww/
    Seems I can control the font-size but not the line-height. Above I used line-height: 80%; so you would see that is not working. Seems to be stuck on line-height: 1.65em;
    Using FireBug I can not seem to grab the line-height.
    Any other suggestions?
    (I have been editing CSS for five years, so I find this baffling. But I like Enfold and want to understand the nuances. I also have been using your custom.css but not here so as to adhere to your suggestion.)
    Thanks.

    #221814

    Hey!

    Please add following code to adjust active tabs font size

    .js_active .active_tab { font-size: 11px; }

    and following for non active titles

    .js_active .tab { font-size: 15px; }

    Cheers!
    Yigit

    #221702
    wss310
    Participant

    What css do I enter to change the font size of these? Right now they are very small and I want them to be the same size as my body font. Thanks!

    #221671

    Ok Ismael, I used the .post-title.entry-title CSS property, and it work for me.

    Thanks!!

    José

    #221651

    Hey!

    Please add following code to Quick CSS
    3-

    .post_author_timeline { display: none!important; }

    Arrow comes extra with the social code you have added. Please review your code and remove extra arrow.
    5-

    .post-meta-infos {
    font-size: 16px; }

    this code will increase the font size of post meta. If this is not what you meant, please post a screenshot

    Best regards,
    Yigit

    #221593

    Hi ShortieD!

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

    #top .social_bookmarks li a {
    width: 50px;
    line-height: 32px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #top .social_bookmarks li {
    height: 100%;
    width: 50px;
    }

    Cheers!
    Ismael

Viewing 30 results - 17,191 through 17,220 (of 18,727 total)