Viewing 30 results - 5,041 through 5,070 (of 18,734 total)
  • Author
    Search Results
  • #1114305

    Hi,
    I have tried these quick CSS :

    h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
    h1 {
    text-transform: none !important
    }
    h1.av-special-heading-tag {
    text-transform:none !important
    }
    .avia-menu-text{
    font-size:18px!important;
    }

    However I have now deleted the codes just to check if it works that way. Unfortunately it does not work too. I dont know what the issue could be, to me it should work if I have set the font in the genereal styling section as well as in the addiotional one with the h1, h2 etc.

    I greatly appreciate the help, Natalia

    Hey gofitsports,

    Thank you for using Enfold.

    There are slight markup differences between the two languages. For instance, the tag used for the “intro-title” in the EN version is h1 instead of h2. The “home” class attribute of body tag is also missing in the EN version, so a lot of the css modifications that are specifically applied to the home page is not going to work for the EN version. Example:

    .home .axp-about h2 {
        font-family: Heebo;
        font-size: 36px;
        font-weight: 300;
        color: #344763;
        line-height: normal;
        letter-spacing: normal;
    }

    You have to adjust these styles accordingly.

    The site looks great.

    Best regards,
    Ismael

    Hi,

    Try the following:

    .blog .has-fs-21-px-font-size font font {
      font-size:21px !important;
    }

    Best regards,
    Jordan Shannon

    #1114000
    Martin
    Participant

    Hello, please go to your page https://kriesi.at/themes/enfold-2017/ and then with the mouse over “Portfolio”. You see in the menu then “Portfolio Overview Pages” above the subnavigation. How can I change the size and font of this heading? It does not seem to hang together with the H1 – H6 definitions.

    #1113897

    In reply to: Sub Menu Font size

    Hi,

    Glad it worked. You can adjust the font size value in the following css code.

    .conduit-larger-text {
        font-size: 32px !important;
    }

    You can find it in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

    #1113794

    Hallo Jens,

    Do you mean that you want to change the font size or the actual markup? I would recommend that you simply change the size using CSS like this:

    #footer h3.widgettitle {
      font-size:16px;
    }

    LG,
    Rikard

    #1113581

    Hi,

    Did you toggle the Performance > File Compression settings after adding the code?

    The following css code should increase the font size and padding around the slideshow button text.

    #top .avia-slideshow-button {
        font-size: 23px;
        padding: 15px 30px;
    }
    

    Best regards,
    Ismael

    #1113566

    In reply to: Sub Menu Font size

    Hi Ismael,

    Thank you, it worked! The Font is now correct. How can I adjust the size to be slightly larger?

    Thank you,
    Maya

    Hi,

    Thanks for that. Please try the following CSS:

    .has-fs-21-px-font-size font font {
      font-size:21px !important;
    }

    Best regards,
    Rikard

    #1113429

    In reply to: Sub Menu Font size

    Hi,

    We applied custom css class attributes to the elements, “conduit-larger-text” for the text block and “conduit-masonry” for the masonry gallery element. We then used the following code in the Quick CSS field to apply the desired style.

    .conduit-masonry .av-masonry-entry-title { 
        font-family: 'transfonter.org-20190530-150259', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif !important;
     }
    
    .conduit-larger-text {
        font-size: 32px !important;
    }

    Adjust the values as you wish. We also disabled the compression and the cache plugin temporarily.

    Best regards,
    Ismael

    bakbek
    Participant

    Hi, in my general styling the font size is set to 21px and that is the case on all the pages. But on blog posts, the font is 24px… Why is this happening and how can I fix this so that the font on blog posts would also be 21px.

    Thanks.

    #1113172

    Topic: Edit H1 etc.

    in forum Enfold
    nicolealbaek
    Participant

    Hi
    No matter what I do, I can´t change the settings for the H1 – H6 in the Advanced Styling.
    I want my H1 to have this font and size :
    Helvetica Neue – Font Size 28 – Weight 600 color #2d2d2d

    Any one who can help me, change this?

    http://www.kvindeklubben.dk

    • This topic was modified 6 years, 9 months ago by nicolealbaek.
    #1113117

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    #searchform input[type=submit] {
        font-size: 13px;
        padding: 15px 25px;
        border-radius: 2px;
    }
    
    #searchform input[type=submit]:hover {
        background-color: #055c84;
        opacity: 0.9;
    }

    Best regards,
    Rikard

    #1112764
    haydaw
    Participant

    Hello,

    Not really sure how to phrase this request. I updated the icon for the hamburger menu icon, I am using a layout where the mobile menu is always displayed. I am also using the scaling menu option. When the menu is static at the top of the page, I replaced the icon with the text “MENU”, and when the scaling effect takes place and the menu shrinks, I have it set to change back to the hamburger menu icon.

    During this transition phase however, I do not have a way of adjusting the menu icon, as I have it set to change when the css class changes during the shrinking effect. Unfortunately, the css does not change immediately, and there is a 20-50 pixel unresponsive area.

    If you go to the link I have attached below, you should see what I am describing. Do you have any input on how this may be adjusted?

    Steps for replication:

    1. Load page
    2. Without scrolling, notice the menu icon says “MENU”
    3. Scroll down slightly, until the menu background becomes visible. You will notice the word is now cut off and larger then the menu.
    4. Scroll down slightly more, you will notice the words “MENU” adjust back to the original hamburger icon.

    This is where my problem comes into the play, the aesthetics of the text “MENU” going over the boundary of the menu background is undesirable. Images below for further clarification.
    Menu at Top of Page No Scrolling
    Menu After Scroll - Visible Background and Overlapping of MENU text
    Fully Scrolled - Correct Image Displaying Without Overlap

    Here is the Code I am using (most important is the .header-scrolled class)

    span.av-hamburger.av-hamburger--spin.av-js-hamburger:after {
        display: block;
        position: absolute;
        content: "MENU";
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 36px;
        font-weight: 100 !important;
        font-family: 'Roboto', sans-serif;
        right: 0;
        top: 13px !important;
        transition: opacity .2s ease-out;
        line-height: 36px !important;
    }
    
    span.av-hamburger-box {
        transition: opacity .2s ease-out;
        opacity: 0; 
    }
    span.av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active:after {
        color: #222 !important;
    }
    
    header#header.header-scrolled.header-scrolled-full span.av-hamburger.av-hamburger--spin.av-js-hamburger:after {
    	opacity: 0 !important;
    }
    
    header#header.header-scrolled.header-scrolled-full span.av-hamburger-box {
        opacity: 1 !important;
    }
    • This topic was modified 6 years, 9 months ago by haydaw. Reason: added code

    Thanks for getting back to me, Rikard,

    Unfortunately this doesn’t work for me. Maybe, I should have made it clearer that I’m using a somewhat customized code for these social sharing icons:

    #top #wrap_all .av-share-link,
    #top .av-share-box ul {
    border: 0;
    }

    #top #wrap_all .av-share-link a{
    color: black;
    font-size: 27px;
    }

    #top #wrap_all .av-share-link:hover a{
    background: none;
    color: #22b3ed;
    }

    Now, this works and looks great on pages with a white page background, but on a portfolio page, which has a black background, I will need these icons to be white. The way I look at this, to make this happen, only the second instance needs changing, but no matter where I try to fit in the snippet with the post ID, it won’t change.

    Many thanks for looking into this again

    #1112629

    Hi Ryuichiro,

    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

    
    #top label.wpforms-field-label {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112536
    koii123
    Participant

    Hello, i just purchased this theme.
    I’ve tried to change the font size in Enfold > General Styling > Font > Default content font size,
    and change it from default (13px) to 20 px, or something like that,
    but nothing happened in the webpage,

    is there anything wrong?

    please reply, thank you

    #1112326

    Hi Ivan,

    Yes, I see the problem you are referring to now. It’s likely due to some problem with the markup in one of your text blocks:

    <div></div>
    <div align="JUSTIFY">
    <div>
    <table border="0" width="900" cellspacing="0" cellpadding="0">
    <tbody>
    <tr>
    <td><strong>Le nostre postazioni hanno 3 vantaggi:</strong>
    
    <span style="font-family: inherit; font-size: inherit;">1) sono tutte di proprietà</span>
    
    <span style="font-family: inherit; font-size: inherit;">2) sono tutte in zone centrali e non periferiche</span>
    
    3) sono ubicate in strade ad alta densità di traffico</td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    <div></div>
    <div></div>
    <div></div>
    <div align="JUSTIFY"></div>

    Could you try to activate debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then copy all the shortcode to a test page so that we can experiment with it a bit please?

    Best regards,
    Rikard

    #1111878

    Topic: Change Fontsize H1

    in forum Enfold
    Litex
    Participant

    Hi Guys,
    I would like to change the font size “H1” to the same size as “H3” – where or how can I do that?

    best regards,
    daniel

    #1111653

    In reply to: Custom Icons blank

    so a bit offtopic: these font-icons are nice to have and a quick way to style buttons etc. with icons. You are alway resticted to monchrom usage.
    So if you only have to work with some or – always the same icons you can replace the inserted icon from entypo-fontello by a png or svg – if you like.
    give a custom-class to the container where you want to replace the icons. —- in my case it is : spezial-icon
    CSS code is a bit different if you got chart or icons
    here i replace that little bell icon – you find the code to insert on hovering the icon on the select field. you will find for the bell: \ue83d
    erase the “u” in it. (by the way the backslash on mac keyboards is on shift+option+7 – on pc there is an extra key for it)
    you have to look what you like to replace

    
    .spezial-icon .av-icon-char[data-av_icon="\e83d"]::before, 
    .spezial-icon .iconlist-char[data-av_icon="\e83d"]::before,
    .spezial-icon .iconbox_icon[data-av_icon="\e83d"]::before {
        content: " ";
        display: inline-flex;
        width: 1.4em;
        height: 1.4em;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("//the-path-to-your-image/image.svg");
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
    }
    
    .spezial-icon .av-icon-char[data-av_icon="/e83d"]::before {
        position: relative;
        top: 0 ;
        left: 0 ;
        transform: none;
    }

    the width and height is set by relative values to the font – so it is synchonized with the font-size of the entypo-fontello font icon.
    Play a bit with these values.

    • This reply was modified 6 years, 9 months ago by Guenni007.
    #1111613
    sere
    Participant

    Hi, I try to use this css code to Replace mega menu arrows with custom icon, that I found on Enfold Documentation in the Mega menu page, but it doesn’t work.
    I see the text e812 instead the icon

    
    /* Mega menu arrows */
    
    #top .avia-bullet {
      border: none!important;
      background:red!important;
        padding:0;
        margin: 0 10px 0 0!important;    
    }
    #top .avia-bullet:before {
        content: "e812";
        font-family: 'entypo-fontello';    
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }
    #1111445

    I had trouble with adding the EDIT link in pages created with the ALB, because at the beginning of the content it looks weird and adding it at the end of the content does not work if the content has parts which are shown only on mobile.

    So the breadcrumb section is for me the best place to add the EDIT link, because there I can access it reliable from everywhere.

    If you could help me out to add

    echo edit_post_link(__(' <span style="color: #ff0000; font-weight: bold; font-size: 11px;">EDIT</span>'));

    into the class-breadcrumb.php file, it would be fine. Since I am not a coder, I don’t know where and how to add this snippet. Thank you.

    #1111396

    Hi Matt,

    Here is my next solution for you

    
    @media only screen and (max-width: 767px) {
      #text-10.widget {
          padding: 5px 0;
      }
      #text-10.widget h1 {
          margin-bottom: 0;
          font-size: 16px !important;
          margin-right: 10px;
      }
       #text-10.widget p {
         margin: 0;
         margin-right: 10px;
       }
    }
    
    

    Best regards,
    Victoria

    #1111381

    In reply to: Sub Menu Font size

    Hi Maya,

    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

    
    #av-layout-grid-1 .avia_textblock p {
        font-size: 16px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1111180

    Topic: Footer Title

    in forum Enfold
    oscarluque
    Participant

    Hi Enfold,

    How would i change the font of my footer title to follow the same rules at my h1 tag? Also how would i adjust the font size after that followed the h1 rule?

    #1111075
    BeeCee
    Participant

    Hi,

    could you please tell me, where to add

    echo edit_post_link(__(' <span style="color: #ff0000; font-weight: bold; font-size: 11px;">EDIT</span>'));

    into the class-breadcrumb.php file

    so that there is an EDIT link at the frontend page (no matter if I create it with ALB or without it)?

    It should look like this composing:

    Or is it probably possible with a function like this?

    Thank you.

    Hey webworm72,
    You can use these media queries:

    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }
    
    /* Portrait */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: portrait) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }
    
    /* Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }

    Try adding a custom class or ID to the text area and then we can set the size in percentages like:
    font-size: 70% !important;

    Best regards,
    Mike

    Hi Wondergirrrl,

    Just wrap the code for the social icons I gave you in the media query like so

    
    @media only screen and (min-width: 1024px) {
    #top .social_bookmarks li {
        margin: 5px;
            width: 40px;}
    #top .social_bookmarks li a {
        font-size: 30px;
        width: 50px;
        line-height: 40px;
        min-height: 40px;
    }
    #top .social_bookmarks{
        height: 40px;
    }
    }
    

    As for the blog posts, if you’re using the Advanced Layout Builder to build then you need to add the image and the title using the Advanced Layout Builder elements.

    Please upload the screenshot to a service like https://imgur.com/upload and give us the link here.

    Best regards,
    Victoria

    Hi Wondergirrrl,

    Just wrap the code for the social icons I gave you in the media query like so

    
    @media only screen and (min-width: 1024px) {
    #top .social_bookmarks li {
        margin: 5px;
            width: 40px;}
    #top .social_bookmarks li a {
        font-size: 30px;
        width: 50px;
        line-height: 40px;
        min-height: 40px;
    }
    #top .social_bookmarks{
        height: 40px;
    }
    }
    

    As for the blog posts, if you’re using the Advanced Layout Builder to build then you need to add the image and the title using the Advanced Layout Builder elements.

    Please upload the screenshot to a service like https://imgur.com/upload and give us the link here.

    Best regards,
    Victoria

    #1110783

    Topic: Table Cell Changes

    in forum Enfold
    michaeldgilbert
    Participant

    Hello!

    I’d like to change font colors, font sizes, background color, and border for individual cells in my pricing table. I can’t seem to find the right selectors in CSS (at least I think that’s what my issue is!). I’d love to see a code template so I can implement myself and in the future. For this example, lets say this is a 2 column x 5 row table. The first row is a header, the middle 3 rows are body, the last low is pricing row.

    Thank you,
    Michael

Viewing 30 results - 5,041 through 5,070 (of 18,734 total)