Viewing 30 results - 5,221 through 5,250 (of 18,734 total)
  • Author
    Search Results
  • #1098349

    Hi hunter_ncmed,

    I can see the mistake in this code already:

    
    .special_amp { color: i#54f442; font-family: Nobile; font-size: 24; }
    

    Please try it as

    
    .special_amp { color: #54f442; font-family: Nobile; font-size: 24px; }
    

    Best regards,
    Victoria

    #1098175

    Topic: Custom Accent Font

    in forum Enfold
    bbarta28
    Participant

    Hi there!

    I just installed a custom font called Golden Script Youth and want to use it to highlight specific words in a few of my headings. I’m achieving this with a span tag and class such as below:

    /* Homepage Special Heading */
    Your <span class="purple-accent">savvy</span> shouldn’t be a best-kept secret.
    
    /* Quick CSS */
    purple-accent {
       font-family: 'golden_youth-scriptregular';
    }

    This works fine, however, when I go to add an additional attribute, such as font-size or color, the font-family defaults back to Times New Roman. For some reason, I seem to only be allowed to include font-family in the class, otherwise it doesn’t work. I still want to modify the color or size.

    I’m not sure why this is happening — perhaps there is an override of some sort? I tried adding !important but that didn’t work either.

    Any ideas or help would be incredibly appreciated! Thank you

    • This topic was modified 6 years, 11 months ago by bbarta28.
    #1098161

    Topic: Custom CSS not working

    in forum Enfold
    Vital
    Participant

    Hello!

    So I use this CSS in Child’s Custom CSS theme and can’t make it run.

    .avia-icon-list .iconlist_icon {
        height: 32px;
        width: 32px;
        line-height: 32px;
        font-size: 20px;
    }
    
    .avia-icon-list .iconlist-timeline {
        left: 17px;
    }
    
    .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 7px;
    }

    Need help! Thx!

    Regards, Vital

    Hi,

    Thanks for the screenshot, please try this instead:

    @media only screen and (max-width: 767px) {
    .page-id-259 .slide-entry-title {
      font-size: 10px !important;
    }
    }

    Best regards,
    Rikard

    Mige123
    Participant

    Hi there,
    since the latest update to 4.5.6 i’ve an issue with the text size/format of the Inhalts-Slider. Text(Absatz) has the same size (and looks bold) like the title of the slider-entry.

    please help to changing this back.

    many thanks in advance.

    You absolutly misunderstood me! I dont want to use the layout builder, I would like to create my own plugin with similar functionality like your layout builder but with the SAME style. I quote my previous message below, please respond for my original question!

    I want to use the same colors, sizes and fonts just like the Layout Builder but without using any of the code of the Enfold template.
    Is it legally allowed or any restrictions applied for the design of the Layout Builder?

    • This reply was modified 6 years, 11 months ago by orionstar_hun.

    Rikard,
    I tried this code, but it didn’t work.

    @media only screen and (max-width: 767px) {
    .page-id-259 #after_submenu_1 h3.slide-entry-title entry-title {
    font-size: 10px;
    }
    }

    #1097381

    hi Victoria,

    I managed to change the font size on the particular Section I want, but however in that section, there’s 2 different TextBlock. One is the title and the other would be the description. Is there anyway that to only change the Font Size for the Title TextBlock? Because when I use your code, I’m changing the Font size for BOTH textblock. Which isn’t exactly what I wanted.

    Thank you.

    Hi,

    The CSS I posted is applying to your site, could you try to change the font size maybe?

    Best regards,
    Rikard

    #1096990

    Step by Step Reproduction of Issue:
    1. Make any change to any style in the General Styling Tab (Primary Color, Logo Area font color, Quick CSS) and after clicking the Save all changes button in blue in the bottom right hand corner; the animations and rollovers break as described in detail here: https://kriesi.at/support/topic/styling-header-main-menu-breaks-image-animations-counters-and-rollovers/

    2. Make any change to any style in the Advanced Styling Tab (Menu Links in overlay/slide out, Main Menu Links, All headings) and after clicking the Save all changes button in blue in the bottom right hand corner; the animations and rollovers break as described in detail here: https://kriesi.at/support/topic/styling-header-main-menu-breaks-image-animations-counters-and-rollovers/

    3. Quick CSS Validation (General Styling Tab)
    The only CSS that is in the Quick CSS section is the ampersand style that was baked into the template when purchased:

    .special_amp { color: i#54f442; font-family: Nobile; font-size: 24; }

    I want to change this too, but when I click the blue Save all changes button in the bottom right hand corner; all the animations and rollovers break as in detail here:
    https://kriesi.at/support/topic/styling-header-main-menu-breaks-image-animations-counters-and-rollovers/

    With all due respect Victoria, if you can’t identify this problem after all of the descriptions and images I have provided for you, can you please assign to another moderator to look at. It’s been almost 40 days of back and forth on this topic and you just don’t seem to grasp the issue at hand. I’ve never had so much difficulty on this forum identifying an issue and resolving it. I’m running out of time on this and just trying to get it resolved and you just can’t seem to get out of the gate on helping/resolving the issue. Not sure how I can be more descriptive about this. It seems that there is a glitch in the Styling tabs when saving any Enfold Theme Option. At least in my case. Something has been corrupted along the way and I have made no major changes to the theme since purchase, just plugging in my own assets. Never had an issue with the other Enfold themes we have purchased and redesigned. In fact we love the theme, but need to move forward.

    Thanks.

    Hi Victoria,

    the screenshot you have posted is how I want to have it (CZ Version).

    Please click on the “EN” version a see all these masonry galleries with very narrow spaces …
    All pages under :
    Production
    >> The Losers
    >> Wall and Handbags
    >> Beach Boys
    >> Collapse
    >> In the Air
    >> EGO

    The problem I want solve is to find some general selector for such galleries, to define a css to all of them…
    Another problem is, when client changes e.g. the sequence of those items, (even in czech version, ) the css is “broken” again.
    (because of css used now on it)

    The goal In general with these masonry galleries is “make a right margin to the items in the first column of masonry gallery e.g. 35px, … and make a left margin to the items in the second column of masonry gallery 35 px.
    Center the title of masonry gallery items
    Make the font-size bigger

    Some advice and help, how to find the right css selector in the enfold theme will be great too.
    Big thanks Victoria

    #1096946

    Hi JordanTH3,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
     @media only screen and (max-width:767px){
         #av_section_1 .av_textblock_section p strong {
             font-size: 24px;
         }
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1096895

    Hi Kriesi,

    how can i edit the style of the Woocommerce Booking Calender in the E-Shop?
    I want to remove the “Times are in Europe/Berlin” and setuo smaler size of the fonts.

    Andy

    orionstar_hun
    Participant

    Hi!

    I would like to create some custom plugin for one of my project (for example a newsletter builder) and I want to use the same colors, sizes and fonts just like the Layout Builder but without using any of the code of the Enfold template. I would like the admin as consistent and familiar as it can be for my customers.
    Is it legally allowed or any restrictions applied for the design of the Layout Builder?

    Hey NieuweDag,

    Thank you for contacting us.

    By default, the animation for minimal style is disabled.

    However, we can selectively make the big icons list look similar to minimal icons list with the animation. To achieve this we need to reduce the icon size of the big icons.

    First, enable developer options from Enfold > Layout Builder > Enable Developer Options.

    Add a custom class name to the icon list “custom-list-style”. and add the below CSS code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    
    /* Icon Style */
    
    #top .custom-list-style .avia-icon-list .iconlist_icon {    
        line-height: 64px;
        font-size: 20px;
        margin-right: 0px; 
        color: #00f;
        background: transparent !important;
    }
    
    /* Remove Icon List Timeline */
    #top .custom-list-style .avia-icon-list .iconlist-timeline {
    border: none!important;
    }
    
    

    Best regards,
    Vinay

    #1096277
    OhYa1337
    Participant

    Hello, I need to do a custom CSS for the Button Element
    avia-button
    Where can I find the names for that?
    1) I need to make the ends square – no rounded corners
    2) change the style for the text, such as font-size & font-style
    3) change the hover color for the button
    4) hover styles for the text such as font-size & font-style

    I already have the custom CSS enabled for enfold

    Suggestion:
    The normal button doesnt have settings for the hover color & just goes semi transparent, it would be nice to add the same settings to it that the fullwidth button has.

    #1096101

    So now to the page you give me the link.
    btw. : i’m participant as you – so i can not see private content messages

    First : this h1 heading you created in a text-block element. You can do that – but enfold has that heading ALB Element to do it in a better way
    There you have all the possibilities to set up the color and size and and …
    click to enlarge the image:

    But on that page i see that you are not using merging. So long you have changings and stylings – this is better.

    i only see the base.css entry for the h1 – so if you have set h1 on your advanced styling and saved the settings they must be visibile in your code.

    try in quick css field:
    ( you see this is more specific than the base.css rule )

    .avia_textblock h1 {
        font-size: 45px;
    }
    
    .avia_textblock h2 {
        font-size: 36px;
    }
    #1096093

    First : the place of advanced styling should work. i always use quick css for this because i like to have all changings on one place.
    Second : After setting up on Advanced styling – did you refresh the merged files in Enfold ( Enfold-Child / Performance / ) ?
    Third : Did you cleared all cache ( The browser cache can sometimes be very persistent.)

    On General : The use of child-theme
    A child-theme uses all settings of the parent theme and is for having not lost settings when updating the parent theme.
    Most Settings (CSS) on Child-Theme are loaded after the parent theme css files – so on caskading rules the later one are the one that works ( if the rules are more or equal specific than parent rules)
    there is one child-theme file ( the functions.php ) that did not overwrite parent theme but will add rules to it on general ( rules can be forced in there to overwrite ).

    So if there is a rule on f.e. base.css of parent theme like:
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    it will be overwritten by child-theme css:
    h1 { font-size: 40px}

    but f.e. if there is a rule like :
    .responsive .logo img{margin:0; }
    and you have on your child-theme quick css
    .logo img{margin:0; }
    the first rule is more specific ( has a higher value : see here https://specificity.keegan.st/ )

    For Changings: Enfold got this quick css field ( on Enfold-Child / General Styling )
    there you can read as description:

    Quick CSS
    Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file or the Enfold Child theme.

    so to overwrite use quick css ( or the advanced styling) and be more or equal specific.

    If you like to show your page – we can give more help to your code on detail.

    #1096087
    Roberta
    Participant

    Hi,

    I’m trying to change the h1, h2 and h3 font sizes and colors in Enfold. I tried using the advanced styling panel but the changes won’t apply. Is there anything that overrides those settings?

    I also looked at the style.css file in our enfold-child theme but there was nothing in there on headers. Should I look at a .css file in the enfold’s css folder? (I also copied that folder into the child-theme in case I have to make any changes.

    Thanks,
    Roberta

    #1096023

    Hi,

    You have set the font size to that text to 70px in the paragraph, please try adding a class to that paragraph, for instance mobile-text. Then add this to Quick CSS:

    @media only screen and (max-width: 767px) {
    .mobile-text strong {
      font-size:30px;
    }
    }

    Best regards,
    Rikard

    Hi,

    Thanks for that. Please try this CSS as well:

    @media only screen and (max-width: 767px) {
    .page-id-259 #after_submenu_1 h2.av-special-heading-tag  {
      font-size: 18px;
    }
    }

    Best regards,
    Rikard

    #1095996

    Topic: Mobile logo

    in forum Enfold
    rezaGif
    Participant

    Hi, I would like to these changes.
    1. Resize mobile logo: It’s pretty big now
    2. How can I add two different fonts for Heading and Body? I use TinyMCE Advanced and when I try to add import font, it doesn’t change. I mean the contents that already published didn’t change after I imported font. For Instance, I imported Montserrat font to change both body and Heading but Headings was still Helvetica and also Montserrat doesn’t show bold even I chose B version.
    3. My footer shows very ugly on mobile version, Is there anyway to make it pretty?
    4. Look at services page on mobile. Headings are ugly and line height is not enough. Could you please fix this as well?
    Thanks

    #1095889

    Hi Ismael,

    I’m not quite sure what you mean and where to delete the space. I have put the following text into the Special Heading > Heading Text:
    “I came here as a kid and now I am taking my kids.” <br><i><p style=”font-size:20px”>J. Bonnis</p></i></br>

    I also want to minimise the space after J. Bonnis and before the next Special Heading “The view on a summer’s day…
    And also reduce the space after E. Ramer

    I would like to do the same on the other 2 pages that have testimonials at the bottom as well:

    Thanks,
    Carolin

    #1095798

    Hey David,

    Please try using the following css:

    
    h3.grid-entry-title.entry-title {
        font-size: 18px;
    }
    .grid-entry-excerpt {
        font-style: normal;
    }
    

    Best regards,
    Victoria

    #1095555

    I continue to have the issue with some pages showing the menu selection font as bold along with the phone number in the upper left being bold on the following pages:

    /terminals/
    /working-capital/
    /consumer-financing/

    Why?

    Are you saying you see the following code in my quick css as I don’t. Do you see it anywhere else, if so where as I don’t see it? Or are you telling me to add it?
    I don’t want the menu or phone number to be bold on any of the pages. So I’m still confused as to how to solve this ongoing issue?

    #top #header .av-main-nav > li > a {
    color: #000000;
    background-color: #fcfcfc;
    border-color: #f2f2f2;
    font-size: 18px;
    font-weight: bold;
    }

    #1095547

    Hey Carolin,

    Thank you for using Enfold.

    There is an empty paragraph tag in the special heading element, which increases the overall height of the section. This is the actual markup of the element.

    
    <h4 class="av-special-heading-tag " itemprop="headline"><span class="special_amp">“</span>I can’t believe how lucky we are to have a carnival come to our neighbourhood park – nowhere else in Vancouver can say the same!<span class="special_amp">”</span>
    <i>
    <p style="font-size:20px">J. Sears</p>
    
    </i><i></i></h4>
    

    Please remove the extra spaces at the bottom of special element content.

    Best regards,
    Ismael

    #1095545
    chartier
    Participant

    Hey everyone. I’m building a portfolio page with Enfold but I can’t figure out how to change the font style and size of the title and excerpt that Enfold uses. Here’s an example of my work page so far.

    To be clear: I used the native WordPress portfolio items, created a new Page, then placed an Enfold Portfolio item block. The things I want to change:

    – The font and size of the title (in this case: Draftbit and Bear)
    – The text of the description below the title, which is technically the Portfolio item’s excerpt. I want to remove the italics and make the font match the rest of my site (Montserrat and Open Sans)

    Am I missing something? Is this not possible? Is there another way to build this page with Portfolio items that allows for the design flexibility I want?

    #1095543

    Hey webguy007,

    Thank you for using Enfold.

    The menu items’ font weight are set to “bold”.

    #top #header .av-main-nav > li > a {
        color: #000000;
        background-color: #fcfcfc;
        border-color: #f2f2f2;
        font-size: 18px;
        font-weight: bold;
    }

    Did you add that one?

    Best regards,
    Ismael

    #1095540

    Hey webguy007,

    Thank you for using Enfold.

    Use this css code to adjust the color of the submenu indicator and increase its size.

    #top #wrap_all #av-burger-menu-ul li a .av-submenu-indicator {
        color: #000000;
        font-size: 20px;
    }

    And add this one to change the symbol.

    .html_av-submenu-hidden .av-submenu-indicator:before {
      content: "\E816";
      font-family: 'entypo-fontello';
    }

    Best regards,
    Ismael

    #1095524

    Hi,

    Thanks for the update.

    The character code of the clock icon is “ue666” and it belongs to a set called “fontello”. We edited the shortcode based on that.

    
    [av_font_icon icon='ue666' font='fontello' style='' caption='' link='' linktarget='' size='17px' position='left' animation='deactivated' color='' av_uid='' admin_preview_bg=''][/av_font_icon] Mon - Thu: 10am-7pm[av_font_icon icon='ue666' font='fontello' style='' caption='' link='' linktarget='' size='17px' position='left' animation='deactivated' color='' av_uid='' admin_preview_bg=''][/av_font_icon] Fri: 10am-5pm[av_font_icon icon='ue666' font='fontello' style='' caption='' link='' linktarget='' size='17px' position='left' animation='deactivated' color='' av_uid='' admin_preview_bg=''][/av_font_icon] Sat: 11am-3pm[av_font_icon icon='ue666' font='fontello' style='' caption='' link='' linktarget='' size='17px' position='left' animation='deactivated' color='' av_uid='' admin_preview_bg=''][/av_font_icon] Sun: Closed
    

    Best regards,
    Ismael

Viewing 30 results - 5,221 through 5,250 (of 18,734 total)