Viewing 30 results - 11,851 through 11,880 (of 18,743 total)
  • Author
    Search Results
  • #587812
    DMONAHAN
    Participant

    Hi – I know I had several customizing for creating this blog post page, however just now a client just recognized that the font size doesn’t match as the rest of the page. http://www.accesssi.com/about-us/news/

    The news page seems to be at 18.4 px, where the rest of the pages are 16 px. In the Enfold Font tab – it says default for blog post is 16px, so I’m not sure what the issue is. I don’t want to have to customized each blog post to decrease the font point size each time. Is there a way to fix this?

    Thanks,

    • This topic was modified 10 years, 2 months ago by DMONAHAN.
    #587688

    Topic: CSS issue

    in forum Enfold
    dreamitsolutions
    Participant

    Hi everyone,

    I’m having issues with changing the CSS of the image. Essentially I have a black text box that overlays the image.

    However the black box is kinda just sitting in the middle, any idea on how to stretch it across?

    Here’s the CSS code:

    .av-masonry-entry .av-inner-masonry-content {
    text-align: center;
    width: 100%;
    font-weight: bold;
    background-color: transparent !important; }
    .av-masonry-entry .avia-arrow { display: none; }

    .av-masonry-entry .av-masonry-entry-title {
    font-size: 20px;

    background: rgba(0,0,0,0.7);
    padding: 10px;
    color: white;
    full-width;
    margin-bottom: 0%; }

    #587659

    Hi!

    It is okay to make changes on custom.css file but it would be overwritten when you update the theme. You can try using !important rule as following in your codes

    body { font-size: 16px !important; }

    Cheers!
    Yigit

    #587508

    In reply to: Larger Instagram Icon

    Hey mepho!

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

    #top .av-logo-container .social_bookmarks li a { font-size: 20px; }

    Regards,
    Yigit

    #587505

    Topic: Icon colors

    in forum Enfold
    havi
    Participant

    Hi guys!!!

    Hope this is an easy one ;) Is there a way to have the social media icons display their color on the circle and the social network in white and not transparent? The footer is orange and the transparent looks really bad… ;)

    Any other suggestion is more than welcome!!

    Thank you soooo much!!!

    Warmly,

    Havi

    [av_font_icon icon='ue8f2' font='entypo-fontello' style='' caption='on Twitter' link='manually,https://twitter.com/yyy/' linktarget='_blank' size='40px' position='left' color='#3cf'][/av_font_icon]

    [av_font_icon icon='ue909' font='entypo-fontello' style='' caption='on Instagram' link='manually,https://www.instagram.com/yyy/' linktarget='_blank' size='40px' position='left' color='#ff4c4c'][/av_font_icon]

    [av_font_icon icon='ue8f4' font='entypo-fontello' style='' caption='on Facebook' link='manually,https://www.facebook.com/yyy' linktarget='_blank' size='40px' position='left' color='#3b5998'][/av_font_icon]

    [av_font_icon icon='ue921' font='entypo-fontello' style='' caption='on YouTube' link='manually,https://www.youtube.com/user/yyy' linktarget='_blank' size='40px' position='left' color='#d50000'][/av_font_icon]

    [av_font_icon icon='ue8f9' font='entypo-fontello' style='' caption='on Pinterest' link='manually,https://www.pinterest.com/yyy/' linktarget='_blank' size='40px' position='left' color='#d60000'][/av_font_icon]

    #587442

    Try

    
    .phone-info {
    width: 500px;
    font-size: 18px !important;
    }
    
    
    #587433

    Hi Yigit,

    Thank you.

    I thought documenting your change might help other customers who are facing the same challenge, as your change was not to my code, but rather Enfold’s code published by the Enfold team in the forum.

    There seems to be delta in addressing the iOS icon challenge/fix in the Enfold main Menu vs. the Enfold Fullwidth Sub Menu.

    Enfold main Menu
    ( While this works for the Enfold main Menu on iOS, the CSS does not work on the Enfold Fullwidth Sub Menu )
    https://kriesi.at/support/topic/avia-bullet-in-mobile-menu-changes-to-undesirable-icon-on-ios-9-0-2/

    Fullwidth Submenu
    ( Note Josue’s comment on May 23, 2015 at 8:02 am, line 16)
    https://kriesi.at/support/topic/how-to-make-full-width-sub-menu-transparent/

    His code has,
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: “\25B6”; position: absolute; top: 15px; margin-left: -10px; font-family: ‘entypo-fontello’; font-size: 7px;}

    Above, in this topic, both you and Ismael also suggested the same code,
    content: “\25B6”;

    While your new fix shows the actual triangle character
    .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: “►”; position: absolute; top: 15px; margin-left: -10px; font-family: ‘entypo-fontello’; font-size: 7px;}

    Thank you for your help,

    #587420

    * {margin: 0; padding: 0;}

    body {
    background: #f5f5f5;
    font-family: arial;
    }

    section {
    background: #fff;
    box-shadow: 0px 2px 2px #ebebeb;
    }

    header {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    }

    nav li{
    display: inline-block;
    padding: 40px 30px 40px 0;
    }

    nav li:nth-child(3) {
    padding-right: 80px;
    }

    nav li:nth-child(4) {
    padding-left: 80px;
    }

    .logo {
    background: url(logo.png) 50% 0 no-repeat;
    background-size: 32px 59px;
    width: 32px;
    height: 59px;
    position: absolute;
    top: 20px;
    left: 460px;
    }

    Böyle bişey buldum yaptım dediğim gibi oldu ama headerın altına gitti yazılar logo fln yok oldu ben yazılım bilmiyorum o yüzden benim için zor oluyor. Neyse belki işe yarar başkası için .)

    #587335

    Hey!

    Please try following

    .tab {
    font-size: 16px !important;
    }
    

    Best regards,
    Yigit

    #587332
    georgesociel
    Participant

    Hello i used the following css but does not work.

    .js_active .tab {
    font-size: 14px;
    }
    
    .js_active .active_tab {
    font-weight: bold;
    }

    Any other solution?

    Thank you

    • This topic was modified 10 years, 2 months ago by georgesociel.
    #587317

    In reply to: HELP!

    Hi Rikard,

    Sorry but the linked page isn’t saturated with content!

    I’m trying to get those 3 images to grow smoothly (~1 sec animation) by 10% of their current size on mousing over them to then decrease to their original size when mousing off. Hopefully this will emphasise that they are clickable when the page is completed.

    The reveal animation I’m describing is illustrated by timeline I made containing the 2 elements made up of “text 1” and “img 1”. Left-most being the start of the animation and the right-most being the end of it (font-style and colour will be different, something I can manage with)! The idea is that when hovering over the text, “img 1” would begin to reveal itself from left-right. When hovering off the text, the animation would trigger in reverse to the original state.

    Also, you might be able to tell help me out with the background sizing. On my laptop at the moment the background stretches across, but when I’m at home on my larger monitor I’ll see that the background will be too small for the screen. A background that stretches and responds to differing monitor sizes is what I’m after.

    Finally, to add another question to the list (it could go on forever) I’m trying to rotate the arrow at the very bottom of the page by just a few degrees because I’ll have an arrow to each of those circular buttons and I don’t want to have each of them separated by 90 degrees. I’d rather not go into inkscape and rotate them in there, thus having to upload 50 arrows to my media library in slightly different orientations if you catch my drift!

    I’ll do my best to explain better if you need me to.

    Thanks,

    J

    #587308

    Hallo,

    ich habe Deine beiden CSS Code eingetragen – sind Perfekt und funktionieren an sich sehr gut, wenn man Sie vom Mega Menü anklickt.
    Von der Sidebar links funktioniert es auch, außer das die Unterkategorie erst bei einen zweiten Klick angezeigt werden, sonst bleibt die Unterkategorie weiß. Diesen Fehler habe ich bislang noch nicht finden können.

    Dann wollte ich wie immer, den CSS Code für Sidebar links Schriftgröße 14px eingeben und den CSS Code das die Linie(n) unterhalb des Textes ausgeblendet werden, wenn man mit der Maus rüber fährt.
    Dafür hatte ich folgende CSS Code eingetragen, aber keine Änderung zu sehen.

    .sidebar_left.sidebar {
    font-size: 14px;
    }

    und

    .sidebar_left.sidebar {
    text-decoration: none;
    }

    Vielen Dank im voraus.

    Gruß

    Jessica

    #587260

    Hi Missca!

    no, not really, but you can try this workaround in your Quick CSS field:

    .avia-caption-content {
    top: 31px;
    left: -36px;
    position: relative;
    width: 214px;
    font-size: 10px;
    }
    

    Adjust as needed.

    Best regards,
    Andy

    Thanks again,
    I’ve removed what now seems to be unnecessary Quick CSS:

    .iconbox .entry-content-header {
      text-align: center;
    }
    .iconbox .entry-content-header * {
      float: none;
      display: inline;
    }

    But I’ve kept and amended CSS for those poor people with tiny screens :)

    @media only screen and (max-width: 250px) {
    .avia-icon-list .iconlist_title { font-size: 10px !important; }
    }

    All seems to work well.

    #587063

    Hallo,
    ich bekomme das mit der Schrift nicht richtig hin. Eigentlich erscheint diese eine Schrift nur als spezielle Überschrift in H1.
    Mittlerweile erscheint sie zwar, aber nicht korrekt bzw. nicht in allen Browsern. Bei der mobilen Ansicht ist es auch die falsche Schrift.
    Ich habe folgendes gemacht:
    1. Die Schrift (keine Google-Schrift) via Webfontkit in verschiedenen Formaten besorgt (woff2, svg, etc.)
    2. Font-Face Code im Enfold Child: Stylesheet (style.css) eingetragen (siehe Private Content) – wenn ich es ins Quick CSS einfüge, gehts es gar nicht…
    3. Im Quick CSS folgenden Eintrag gemacht:

    h1.special-heading-tag {
    font-family: ‘xyz’ !important;
    }

    H1 {
    font-size: 65px !important;
    font-family: xyz !important;
    }

    Leider will es aber nicht richtig klappen: Nicht bei allen Browsern und nicht mobil…

    Danke für die Hilfe!
    Janina

    #587048

    Hi Guenni007,

    I did put it in and I could change the font size & weight, but not the spacing..
    how do I do this?

    thanks!

    #587026

    Thank you, Ismael, that works now.
    However the font size should be 11px (and ideally italic) – I added this in the code but it doesn’t work:
    .avia-caption {
    bottom: -100px !important;
    padding:0!important
    font-size: 11px!important
    }

    I also don’t want the grey background – how can I get rid of this?
    Thank you very much!

    #586997

    so did you inserted his code into quick css

    #header .mega_menu_title {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.1em;
        font-weight: 600;
        display: block;
    }

    the margin-bottom manages the distance

    #586960

    Hi Laureninthailand,

    Please add the following to Quick CSS to control the bread crumb title:

    h1.main-title {
    font-size:30px !important;
    }

    Thanks,
    Rikard

    #586757

    Hi there,

    i am trying to make my icon box and font smaller but when i edit is by the px it only changes the small icon arrow not the circle or the text.

    Could you help please.

    #586690

    In reply to: Tablet vertical view

    Hey!

    1. A better fix would be to add vertical padding to the actual logo img.

    2. Not sure if reducing the font size will prevent the menu from going a second line, i’d suggest enabling the mobile menu earlier, you can do that with the following CSS code:

    @media only screen and (max-width: 767px)
    {
    	.responsive #top .sticky_placeholder{height:0px;}
    	.responsive #top .av-submenu-container{top: auto !important; position: relative !important; height:auto; }
    	
    	.responsive #top .av-menu-mobile-active {text-align: center; }
    	.responsive #top .av-menu-mobile-active .mobile_menu_toggle{display: inline-block;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu{display:none;}
    	
    	.responsive #top #wrap_all .av-menu-mobile-active.container {width:100%; max-width: 100%;}
    	.responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu{display:block;}
    	.responsive #top .av-subnav-menu > li:first-child{margin-top:-1px;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu  li{display:block; border-top-style: solid; border-top-width: 1px; padding:0;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu > li > a{border-left:none; padding:15px 15%; text-align: left;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: "\25B6"; position: absolute; top: 15px; margin-left: -10px; font-family: 'entypo-fontello'; font-size: 7px;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li > ul{visibility:visible; opacity: 1; top:0; left:0; position: relative; width:100%; border:none;}
    	.responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{display: none;}
    	.responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{display: block;}
    	
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li > ul a{padding:15px 19%;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li li > ul a{padding:15px 24%;}
    	.responsive #top .av-menu-mobile-active .av-subnav-menu li li li > ul a{padding:15px 29%;}
    
    }

    Cheers!
    Josue

    #586688

    Hey!

    Try adding this code to the Quick CSS:

    #top .avia-testimonial_inner p {
        line-height: 22px;
    }
    
    #top .avia-testimonial-name{
        font-size: 24px
    }
    
    #top .avia-testimonial-content {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    }

    Cheers! 
    Josue

    #586673

    Hey Arne!

    I’m not noting the heading issues on my end, did you get this fixed? regarding the buttons try adding the following to Quick CSS:

    @media only screen and (max-width: 989px) {
        #top .avia-button-fullwidth {
            padding: 20px 4px;
            font-size: 1.2em;
        }
    }

    Best regards,
    Josue

    #586586

    In reply to: Bullet point text size

    Hey!

    Thank you for using Enfold.

    Please use this:

    #top .fullsize .template-blog .post .entry-content-wrapper ul li {
        font-size: 11px;
    }

    Cheers!
    Ismael

    #586569

    Hi Floaka Editor
    That didn’t work. The Special CSS I have for http://www.autostop.com.au is

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .avia-layerslider {
    display: none !important;
    }
    }

    #header_meta {
    height: 50px;
    }

    .phone-info {
    width: 500px;
    }

    .phone-info {
    font-size: 18px;
    }

    What have I done wrong?
    Any help is appreciated, thanks Mate

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

    or whatever size you need

    #586521

    In reply to: subheading font style.

    Thank you for addressing this. I was able to remove the italics, change the font size, and specify a different font with this:

    .av-subheading_below {
    font-style: normal !important;
    font-size: 24px !important;
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, Verdana, sans-serif !important;}

    #586456
    Laureninthailand
    Participant

    Hello,

    I changed the size of my H1 headings in the advanced layout settings, to 30px. I checked the boxes for main and alternate content only. It’s also changed the size of my permalinks on the left of each page though. I have put the url to my about page to show what I mean. How do I change this back?

    Thank you!

    Lauren

    #586405

    Hi!

    If you really need to use the button element and add an ID to it, create a temporary page, add the button shortcode, save then view the page. Extract the rendered html tag of the button using the browser’s element inspector. Create another page, add the button’s html tag then apply a unique id attribute to it. Example:

    <div class="avia-button-wrap avia-button-center">
    <a id="YOUR ID HERE" href="" class="avia-button  avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small avia-position-center "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello">
    </span><span class="avia_iconbox_title">Click me</span>
    </a>
    </div>
    

    Cheers!
    Ismael

    #586082
    MATTIA
    Participant

    Hello everybody

    have a problem! When I enter the CSS code, no changes can be seen. Cash is deleted.

    The following commands inserted:

    (Text Sidebar Left Justify)

    .sidebar_left.sidebar
    {Text-align:
    left;}

    (Line below text sidebar (when over moving the mouse)

    .sidebar_left.sidebar {
    text-decoration: none;
    }

    (Font size 14px Sidebar)

    .sidebar_left.sidebar {
    font-size: 14px;
    }

    (Font color Sidebar black)

    .main_color .sidebar a {
    color: black; }

    Now I wear a following CSS code and no reaction !!

    .sidebar button a {
    background-color: # 000000;
    color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    }

    and

    .widget_nav_menu li {
    border-bottom: 1px solid # e1ff00;
    }
    .widget_nav_menu a: hover {
    background: black;
    color: white;
    }

    Could you please help me here.

    Thank you very much

    Jessica

Viewing 30 results - 11,851 through 11,880 (of 18,743 total)