Viewing 30 results - 1,501 through 1,530 (of 18,702 total)
  • Author
    Search Results
  • Hi Mike,
    That worked super well, thanks!
    Could I ask, what would the two extra lines of code look like if I wanted to increase the font size of the submenu and to align the text to the top (instead of middle)? If that’s possible to do, of course.
    Thanks!
    Chris

    • This reply was modified 3 years ago by Chris.
    #1394474

    Hi Christopher,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top .forminator-radio-label {
        font-size: 17px;
    }

    Best regards,
    Nikko

    #1388018

    Topic: Font Awesome on Enfold

    in forum Enfold
    bulewold
    Participant

    Hi there, I’m trying to add more icons to Enfold to be used as part of builder to show up here:
    https://tinyurl.com/2rxxhsnn

    I tried manual upload but fontello doesn’t work properly (tried custom and even ones on the website doesn’t show up correctly)

    Either way,
    1. I have installed Font Awesome Plugin (free plan)
    2. I also found another thread & reviewed https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    and added font awesome 5 script on functions.php
    +
    tried using CSS to add icon wit hfont size.

    Can you please help?

    #1378948

    Hi,

    Great!

    You can add following code to bottom of Quick CSS field and adjust the size as needed

    
    .av-image-caption-overlay-center {
      font-size: 40px;
    }
    

    Best regards,
    Yigit

    #1378914
    tammiviestinta
    Participant

    I’d like to get image caption so that it displays not until on mouse hover, like it works on masonry gallery. Is it possible?
    And what is the css, if I change the font size bigger?

    #1378912
    RasMaster
    Participant

    Have a look at https://fyrholtrejser.dk/rejser/test/ where you see the Sticky Submenu in action.
    I am controlling the font size in this menu with the following CSS:
    #top .av-subnav-menu li a {
    font-size: 17px;
    }
    But how do I make the active menu item underlined – or highlighted – in this Sticky Submenu?

    Thank you for a great support in this forum :-)

    #1378788

    Hey Mike,
    Wow – thanks for your weekend support :)
    Unfortunately, it didn’t make a difference.
    We use the paid version of LayerSlider 7
    Also WPRocket and cleared that too.

    Here is my complete CSS List. It’s at the top but also tried at the very end.

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }

    /* –AS– Shortcode Ultimate button text style */
    .su-button-text-xl {
    font-weight:800,, font-size:18px;
    }
    /* –AS– Making font “normal” for the main menu */
    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }
    /* — AS — SHOWS ACTIVE PAGE IN MENU — */
    .av-main-nav>li.current-menu-item>a>.avia-menu-text,.av-main-nav>li.current-page-ancestor>a>.avia-menu-text {
    color: #00CCFF !important;
    }

    /* –AS– Making sub-menu font 15px */
    #top .av-subnav-menu li a {
    font-size: 30x;
    }

    /* –AS– Making active sub menu blue */
    ul.sub-menu .current-menu-item .avia-menu-text span {
    color: #049bd6 !important;
    }

    /* –AS– stretching the pulldown menu to 280 px */
    .main_menu .menu ul { width: 280px; }

    /* — AS — MAX MENU SIZE ADJUSTMENTS —
    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 5px;
    }
    #top #header .avia_mega_div > .sub-menu {
    padding: 20px 20px 20px;
    }
    */

    /* — AS — REMOVE CAPITAL FROM H1-H2 */
    h1, h2, h3 {
    text-transform: none !important;
    }

    /* — AS — TABLE ALIGN LEFT SET — */
    .avia-data-table td {
    text-align: left !important;
    }

    /* –AS– Reducing spaces between columns */
    #top .av-flex-placeholder {
    width: 1%!important;
    }

    /* –AS– HR HTML code in red */
    hr { display: block; height: 2px;
    border: 0; border-top: 1px solid #00CCFF;
    margin: 1em 0; padding: 0;
    }

    /* — AS — DRAW A VERTICAL LINE — */
    div.vr-right{
    width: 1px; /* Line width */
    background-color: red; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    margin-left: 7px;
    margin-right: 7px;
    float: right; /* Causes the line to float to left of content.
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
    }

    div.vr-left{
    width: 1px; /* Line width */
    background-color: red; /* Line color */
    height: 100%; /* Override in-line if you want specific height. */
    margin-left: 7px;
    margin-right: 7px;
    float: left; /* Causes the line to float to left of content.
    You can instead use position:absolute or display:inline-block
    if this fits better with your design */
    }

    /* — AS — SLIDER ADJUSTMENT — */
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: transparent;
    }

    /* — AW — IMA COURSE TABLE — */
    .ima-courses .pricing-table-wrap:nth-child(1) .avia-heading-row { background-color: #00CCFF !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(2) .avia-heading-row { background-color: #00A0D0 !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(3) .avia-heading-row { background-color: #004080 !important; font-size: 18px;}

    .ima-courses .pricing-table-wrap:nth-child(4) .avia-heading-row { background-color: #002C50 !important; font-size: 18px;}

    .ima-courses .pricing-table { margin-left: 0 !important; padding: 0px 0 !important; }

    .ima-courses .pricing-table>li { min-height: 70px; }

    /* — AW — Hide Full-Width Menu on Mobile
    @media only screen and (max-width: 768px) {
    #top .av-submenu-container { display: none !important; }}
    — */

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }

    /* — AW — Mobile Friendly Likert Scale WP Forms — */
    @media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {

    .wpforms-field-likert_scale table,
    .wpforms-field-likert_scale thead,
    .wpforms-field-likert_scale tbody,
    .wpforms-field-likert_scale th,
    .wpforms-field-likert_scale td,
    .wpforms-field-likert_scale tr {
    display: block !important;
    }
    .wpforms-field-likert_scale th {
    padding-left: 6px !important;
    font-weight: bold !important;
    }
    .wpforms-form thead tr {
    position: absolute !important;
    top: -9999px;
    left: -9999px;
    text-align: left !important;
    }
    .wpforms-field-likert_scale tr {
    border: 1px solid #ccc !important;
    }
    .wpforms-field-likert_scale td {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    position: relative !important;
    padding-left: 50% !important;
    }
    .wpforms-field-likert_scale td:before {
    position: absolute !important;
    top: 6px !important;
    left: 6px !important;
    width: 45% !important;
    padding-right: 10px !important;
    white-space: nowrap !important;
    }
    .wpforms-field-likert_scale td:nth-of-type(1):before {
    content: “Not yet”;
    }
    .wpforms-field-likert_scale td:nth-of-type(2):before {
    content: “Planning stage”;
    }
    .wpforms-field-likert_scale td:nth-of-type(3):before {
    content: “In developing”;
    }
    .wpforms-field-likert_scale td:nth-of-type(4):before {
    content: “Yes, for 1-3 years”;
    }
    .wpforms-field-likert_scale td:nth-of-type(5):before {
    content: “Yes for more than 3 years”;
    }

    /* –AS– Menu font color for transparent header */
    #top #header.av_header_transparency #header_main .phone_number a {
    color: #000 !important;
    }
    Not sure what else I can try.
    Thanks a lot
    Axel

    #1378763

    Great idea – thank you Guenni007

    Have a look at https://fyrholtrejser.dk/rejser/test/ where you see the Sticky Submenu in action.
    I am controlling the font size in this menu with the following CSS:

    #top .av-subnav-menu li a {
    font-size: 17px;
    }

    How do I make the active menu item underlined only in this Sticky Submenu?

    #1378680

    here is the kriesi double button: https://webers-testseite.de/doublebutton/

    this is the html code for it:

    <div class="avia-double-buttons ">
    	<a href="https://link1" class="avia-double-button avia-double-button-1">Text1</a>
    	<span class="button_or">or</span>
    	<a href="https://link2" class="avia-double-button avia-double-button-2">Text2</a>
    </div>

    this was the original css for it:

    .avia-double-buttons {
     margin-top:30px;
     text-align:center;
     position:relative
    }
    #top .avia-double-button {
     letter-spacing:1px;
     padding:13px 20px;
     text-transform:uppercase;
     font-size:13px;
     text-align:center;
     min-width:175px;
     display:inline-block;
     transition:all 0.4s ease-in-out;
     -moz-transition:all 0.4s ease-in-out;
     -webkit-transition:all 0.4s ease-in-out;
     -o-transition:all 0.4s ease-in-out;
     border:4px solid #fff;
     text-decoration:none
    }
    #top .av_one_half .avia-double-button {
     min-width:158px
    }
    #top .avia-double-button:hover {
     text-decoration:none
    }
    #top .avia-double-button-1 {
     border-top-left-radius:100px;
     border-bottom-left-radius:100px;
     border-right-width:2px
    }
    #top .avia-double-button-2 {
     border-top-right-radius:100px;
     border-bottom-right-radius:100px;
     border-left:none
    }
    #top .button_or {
     position:absolute;
     display:block;
     height:26px;
     line-height:21px;
     width:26px;
     text-align:center;
     top:50%;
     left:50%;
     margin:-13px 0 0 -14px;
     background:#fff;
     color:#666;
     border-radius:100px;
     font-size:10px;
     border:2px solid #FFF;
     font-style:italic;
     font-weight:600;
     z-index:11
    }
    #top #wrap_all .avia-slide-wrap .avia-double-button,
    #top #wrap_all .avia-hover-fx .avia-double-button {
     background:#000;
     background:rgba(0,0,0,0.2);
     border-color:#fff;
     color:#fff;
     padding-bottom:11px;
     text-decoration:none
    }
    #top #wrap_all .avia-slide-wrap .avia-double-button:hover,
    #top #wrap_all .avia-hover-fx .avia-double-button:hover {
     opacity:0.8
    }
    #top .avia_textblock .avia-double-buttons {
     margin-top:35px
    }
    #top .avia_textblock .avia-double-button {
     border-width:1px;
     font-weight:600
    }
    #top .avia_textblock .button_or {
     border-color:#e1e1e1;
     border-width:1px;
     line-height:22px
    }
    #top .avia-social-buttons {
     display:block;
     clear:both;
     position:relative;
     padding:8px;
     border-radius:50px;
     background:#fcfcfc;
     margin-bottom:-47px;
     margin-left:auto;
     top:21px;
     text-align:center;
     margin-right:auto;
     width:468px;
     box-shadow:0 -1px 2px rgb(255,255,255),inset 0 1px 2px rgba(0,0,0,.2),inset 0 .25rem 1rem rgba(0,0,0,.1)
    }
    #1378651

    Topic: Font Size

    in forum Enfold
    daves1997
    Participant

    How do I chage global body font size to 13?

    #1378386
    josk-design
    Participant

    //// I solved the problem by myself ////

    Hello!
    It’s not possible to change the font size in a text block.
    I’ve set it to 40 px but it doesn’t change.
    see link and screenshots.

    View post on imgur.com

    View post on imgur.com

    BR Josephine

    #1378346

    Hi,

    Thank you for the update.

    Have you tried decreasing the font size a bit more? To remove the date from the masonry blog, please try to add this css code.

    .av-masonry-date {
        display: none;
    }

    Best regards,
    Ismael

    #1377969

    In reply to: Same Menu on Mobile?

    Hi,
    Thanks for the login, try this css:

    @media only screen and (max-width: 767px){
    .responsive #header_main_alternate {
        display: block;
    }
    .responsive.html_top_nav_header .av-section-bottom-logo {
        border-bottom-width: 0px;
    }
    .responsive #top #wrap_all .container {
        width: 100%;
        max-width: 100%;
    }
    #top #header .av-main-nav > li > a {
        font-size: 10px;
    }
    }
    

    You will need to make the font size smaller for all of the menu items to fit in a single line on mobile, above is 10px that is for the smallest screens (320px) for larger screens (425px) 15px works. So try adjusting to suit your needs.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Das sind meine CSS für die Seite :

    #top.page-id-2623 .av-magazine-group .av-magazine-entry {
      padding: 10px;
      border-radius: 8px;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n) {
      background: #eee;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n+1) {
      background: #ccc;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-content-wrap {
      border-bottom: none
    }
    
    #top.page-id-2623  .av-magazine header {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    
    #top.page-id-2623  .av-magazine-thumbnail-link {
      display: table;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-thumbnail-link img {
     display :none
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
      font-family: entypo-fontello;
      font-size: 40px;
      line-height: 50px;
      position: absolute;
      top: 0;
      left: 5px;
      width: 100%;
      height: 100%;
      display: block;
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n+1) .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
     content: "\e80c";
     color:#333
    }
    
    #top.page-id-2623 .av-magazine-group .av-magazine-entry:nth-of-type(2n) .av-magazine-thumbnail .av-magazine-thumbnail-link:before {
     content: "\e80b";
     color:#666
    }
    • This reply was modified 3 years ago by Guenni007.
    #1377846

    In reply to: Changing font size

    Hey Richard,

    Thanks for contacting us!

    Advanced Styling options overrides all options. If you would like to set default font size to 16px, please do so in Enfold theme options > General Styling > Typography > Default Content Font Size :)

    Best regards,
    Yigit

    • This reply was modified 3 years ago by Yigit.

    Hi,

    Thank you for following up.

    The Heading Style has to be set to something else in order to access the Font Size settings in the Styling panel. The size of the heading in the “educazione” page is different because the Font Size was set to 70px. We set it back to the default font size.

    Best regards,
    Ismael

    #1377794

    Topic: Changing font size

    in forum Enfold
    laptophobo
    Participant

    When I change the “P” font size via: Advanced Styling >> Select an element to style >> <p> (which I increased to 16px) it does change the style through the site, but it overrides the custom styling in “Text Block” Font Size options. Is that normal?

    Thanks,
    Richard

    #1377787

    Hey ddzaviza,

    Thank you for the inquiry.

    You can use this css code to adjust the font size of the heading element on mobile view.

    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    	/* Add your Mobile Styles here */
    	#top #wrap_all .all_colors h3 {
    		font-size: 20px;
    	}
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css, and purge the cache.

    Best regards,
    Ismael

    #1377735

    Hey kenshejoe,

    Did you try setting smaller font sizes for smaller screens under Styling->Font Sizes for each slide?

    Best regards,
    Rikard

    #1377727

    Topic: Change Body Font Size?

    in forum Enfold
    Snerp
    Participant

    Where do I change the body font size? It used to be in the General Settings under “Fonts” but now the setting is no longer there.

    I’m using Enfold 5.3.1.1
    Wordpress: 6.1.1

    Hello Ismael,
    thank you for your hint.
    Unfortunately, I really cannot find where I could adjust that setting. I find no place in the styling section that controls that specific element.
    There is a box called All Headings [H1-H6] but it does not contain font size settings. Then there is a box for Heading H3 which sets font size to 20.
    But I cannot find any settings for the specific element “Special Title”. The two titles in the two pages I mentioned are both in a “Special Title” content element and are both set to H1.
    I have the same problem elsewhere. This page page link there are three main titles. They are all in Special Title content elements and all are set to H1, but the one in the middle appears bigger then the others.
    Can you help please?

    Best regards,
    Elena

    #1377668

    Hey Andrew,

    Thank you for the inquiry.

    You can add this css code in the Quick CSS field to adjust the style of the filters on mobile view.

    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
    
      .av-elegant-toggle .taglist a {
        line-height: 2.8em;
        font-size: 0.8em;
        padding: 7px 10px;
      }
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The font size of of the special heading “Educazione consapevole del cane” has been set to 70px, while the other title is set to use the default font size for heading elements. You might have adjusted the Styling > Heading Font Sizes settings of this particular element. Please try to edit the element and adjust the font size settings accordingly.

    Best regards,
    Ismael

    elenagrassi
    Participant

    Hello,
    I am using the Health Coach demo with some modifications. I was trying to change the titles font sizes in the advanced style options of the child theme and when I went to check the homepage I found that the title over the fullwidth slider had turned to black and uppercase. I removed all the modifications I had made and the title returned to white, but I cannot find how to make it go back to lowercase.
    In general, I cannot understand which settings control the slider title and subtitle in the homepage.
    I also would like to modify the buttons that appear over the same homepage slider and make them both transparent.
    Can you help?
    I attach a username and password for you so you can login if needed
    Thanks
    Elena

    PS I see now that also the titles in the portfolio and other pages are now uppercase, but not the titles in the homepage below the slider

    #1377578

    Hi,
    Thanks for explaining further, but this is not what I’m seeing, the content in each of the tabs are independent heights, this can easily be seen at mobile screen widths where the sub-menu KULTUR/BILDUNG is always below the content.
    For desktop the sub-menu KULTUR/BILDUNG is always at the bottom of the page because of this custom css:

    .untermenu {
        top: 94%;
        width: 100%;
        position: fixed !important;
        text-align: center;
        left: -5px;
        font-size: 15px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #222222;
    }

    Notice the top: 94%; and position: fixed !important; this fixes the sub-menu 94% from the top.
    Remove this custom css and the sub-menu will be just below the content.

    Best regards,
    Mike

    #1377513

    Thank you Mike, I added the code for the table of contents as well

    .single-post .entry-content li {
    font-size: 18px !important;
    }

    I can see the single post entry has changed so just waiting the hosting cache to catch up for the table of contents, appreciate the help.

    Andrew

    #1377412

    Hey Andrew,
    Thank you for the link to your site, the correct css is:

    .single-post  .entry-content p {
    font-size: 18px !important;
    }

    I adjusted this for you.
    If you want your Table of Contents and list items to also have this font size try adding this css:

    .single-post  .entry-content li {
    font-size: 18px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1377405

    Topic: Padding on mobile

    in forum Enfold
    tammiviestinta
    Participant

    How can I change the padding on mobile? I have text block on color section with video.
    Tried also to change the font size on text block, but it didn’t make any difference.

    #1377402
    Andrew
    Participant

    Hi, I have added the code found on the forum to adjust the size of the text on blog posts only.

    .blog .entry-content p {
    font-size: 18px !important;
    }

    I have flushed the cache on my browser and on my hosting. I also waited a day to double check, but still nothing has changed, it remains at 21px

    Could you please check to see what I am doing wrong? and when the text does adjust to 18px will this also take affect on mobile or does there need to be an additional snippet of html code added?

    Thank you in advance
    Andrew

    #1377355
    tvbuzz
    Participant

    Hi – Any suggestions on how to take the link show below in the button shortcode (https://www.getdrip.com/forms/xxxxx/submissions/new) and add in the following: data-drip-show-form=”xxxx”. ?

    For reference — as a regular link, here’s how it looks:
    <a href="https://www.getdrip.com/forms/xxxxx/submissions/new" data-drip-show-form="xxxx">Show form</a>

    BUTTON SHORTCODE
    [av_button label='Show form' icon_select='yes' icon='ue82b' font='entypo-fontello' icon_hover='aviaTBaviaTBicon_hover' link='manually,https://www.getdrip.com/forms/xxxxx/submissions/new' link_target='' size='x-large' position='left' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' id='' custom_class='' template_class='' av_uid='' sc_version='1.0' admin_preview_bg='']

Viewing 30 results - 1,501 through 1,530 (of 18,702 total)