Viewing 30 results - 271 through 300 (of 18,701 total)
  • Author
    Search Results
  • #1477848
    xfacta
    Participant

    Hi there
    I have set the font sizes in the text in the main colour section header to be smaller on mobile but its not changing.

    #1477571

    In reply to: Mobile screen result

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 479px) { 
    #top.home .slideshow_inner_caption {
        width: 50%;
    }
        #top.home .avia-slideshow .av-slideshow-caption .avia-caption-content p {
            font-size: 9px;
            line-height: 9px;
            margin-bottom: 0;
        }
       #top.home .avia-slideshow .avia-slideshow-button {
       	margin-top: 10px;
       	font-size: 9px;
       }
    }

    Enfold Support 6586

    Best regards,
    Mike

    #1477545

    Hi Ismael,

    thanks for your answer.

    I did not. That’s the part which is strange.
    I put this quick css in – see below. .

    Before I put anything new into quick css – I’d like to get into the bottom of this problem.
    KR
    Tanju
    .main_color tr:hover
    {​​​​​
    color:#FFF;
    background: #000 !important;
    }

    .slideshow_caption { width: 60%;}
    .avia-caption-title {
    position: relative;
    top: -40px;
    }
    .avia-caption-content {
    position: relative;
    top: -40px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #top #scroll-top-link {
    display: block;
    }
    }

    #header_meta .avia_wpml_language_switch { display: none; }

    @media only screen and (max-width: 1112px) {
    .menu-item {
    display: none;
    }
    .main_menu {
    display: block !important;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    div .av_one_fourth {
    margin-left: 2%;
    width: 34%;
    }

    .avia-promocontent * {
    font-size: 20px!important;
    }

    #top .av_promobox .avia-button .avia_iconbox_title {
    font-size: 20px;
    }

    #footer .container {
    max-width: 95% !important;
    }

    #top .av-large-testimonial-slider .avia-testimonial-meta {
    float: left;
    }

    .special-heading-border {
    display:none !important;
    }

    #1477517
    xfacta
    Participant

    Hi there

    I have the Mailchimp form widget in the first column of a footer – however the order of form fields is incorrect – should be 1) Email address, 2 Frist name, 3) Last Name.
    Its incorrect on both mobile and desktop (showing email, last name then first name).

    Also how can I change the font size of the text in each form field to be smaller – Ive adjusted the form in Mailchimp but is still showing larger.

    #1477356

    Hey michael_goering,

    Thank you for the inquiry.

    LayerSlider automatically resizes the text based on the default font size and the current screen size. To control the minimum font size, edit the Text layer, go to Style > Text & Typography, and adjust the MIN. FONT SIZE or MIN. MOBILE FONT SIZE settings.

    View post on imgur.com

    Let us know if you need more info.

    Best regards,
    Ismael

    Hey there

    Sorry I thought they were all footer related so thats why I did them all – but note taken for future :-)

    Also dont worry about the “How can I reduce the Gap top and bottom of entire footer section inner padding?” I have found some code to fix that myself now. Which also seems to have helped with this questio “How can I reduce the gap between columns when they are stacked on mobile?” too.

    I cant see any issues – here is the quick css:
    /* remove the meta container from blog page*/
    .html_elegant-blog #top .post-entry .post-meta-infos {
    display: none;
    }
    /* remove the category displaying on blog page*/
    .html_elegant-blog #top .avia-content-slider .blog-categories {
    display: none;
    }

    /* Remove Product sorting from Product pages*/
    .product-sorting { display: none !important;
    }

    /* Product price*/
    #top .price, #top .price span, #top del, #top ins{
    display: inline;
    text-decoration: none;
    font-size: 17px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    }

    .image-overlay {background: none;
    }
    .av_font_icon.av-icon-style-border .av-icon-char {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 1000px;
    border-width: 2px;
    border-style: solid;
    display: block;
    margin: 0 auto;
    padding: 25px;
    color: inherit;
    border-color: inherit;
    position: relative;
    }

    /* Centre 5 stars in testimonials*/
    .avia-testimonial p[style*=”center”] {
    margin-top: 0;
    display: inline-block;
    }

    .avia-testimonial-meta-mini {
    text-align: center !important;
    }

    /* Reduce gap above header on events calendar – what’s on page*/
    .tribe-common–breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0;
    }
    .tribe-events .tribe-events-l-container {
    padding-top: 0;
    }

    #top #reviews h2{
    font:”HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    line-height: 25px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 1px;
    }

    .big-preview.single-big {
    text-align: center; }

    .big-preview.single-big a {
    display: inline-block; }

    .woocommerce-review__published-date {
    display: none !important;
    }

    .html_elegant-blog .avia-content-slider .slide-meta {
    display: none !important;
    }

    /* IconList space-*/
    #top .av-iconlist-small li {
    margin: 10px 0;
    }

    /*reduce the gap between Icon list and the text block above it*/
    .avia-icon-list-container {
    margin: 10px 0 30px 0;
    }

    /*reduce the gap between text box and colour section*/
    .content {
    padding-top: 22px;
    padding-bottom: 20px;
    }

    @media only screen and (max-width: 767px) {

    /* Add your Mobile Styles here */
    /* Social icons 5 column display on mobile to stop overlaping */
    @media only screen and (max-width: 767px) {
    .flex_column.av-1wutg6-75a2def9a5e4dfdd6a7dc4b173f7d740 {
    display: none;
    }
    .responsive #top.page-id-734 #wrap_all .content .entry-content-wrapper .flex_column.av_one_fifth {
    width: 33%;
    }

    /* increase width of testimonial slider on mobile */
    .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial {
    padding: 0;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image {
    width: 100%;
    }
    #top .av-large-testimonial-slider .avia-testimonial-meta-mini {
    text-align: center;
    }

    /* Scroll to top button on mobile */
    .responsive #scroll-top-link {
    display: block !important;
    }

    And there is also the Advanced styling for the Widgets titles.

    • This reply was modified 11 months, 1 week ago by xfacta.
    #1477344
    michael_goering
    Participant

    Hi,

    I would like to adjust the height, font size ect. of my sliders for responsive tablet and smartphone size. How can I do that? Couln´t find the settings in the LayerSlider Plugin which should used for the Enfold plugin.

    Thank you in advance.

    #1477313

    Hi,

    Sorry for the late reply. Please try this CSS as well:

    
    @media only screen and (max-width: 767px) {
    #menu-item-wc-account-icon a:before {
      font-size: 26px;
    }
    }

    Best regards,
    Rikard

    #1477308
    itsjona
    Participant

    Hello Kriesi team,
    in one of my blog posts, the blog picture is displayed twice, along with a different title. Both appeared after I picked a blog image in the sidebar menu. I tried to remove it from the code, but it seems to be not there, I guess it’s some kind of preview gone wrong. At the same time, the font size and the padding to the left and right are both bigger now than before and in my other blog entries.
    Thanks for your help!

    xfacta
    Participant

    Hi there

    I have created a 3 column footer – the Widget titles are meant to have have white border top and bottom but they are not displaying on desktop but are displaying on mobile.

    I also have the first column as a Mail chimp form – however the order of form fields is incorrect – should be 1) Email address, 2 Frist name, 3) Last Name. Is incorrect on both mobile and desktop (showing email, last name then first name). Also how can I change the font size of the text in each form field to be smaller – Ive adjusted the form in Mailchimp but is still showing larger.

    How can I reduce the Gap top and bottom of entire footer section inner padding?

    How can I reduce the gap between columns when they are stacked on mobile?

    #1476878

    In reply to: Icon list font

    Hey lara666,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the icon list title:

    #top #wrap_all .avia-icon-list-container.av-m6zynu03-656fee89931be518806dc34f25ba77ad .av_iconlist_title, #top #wrap_all .avia-icon-list-container.av-m6zyi7hq-1697bf2386f7aa527bd05b8b90479d05 .av_iconlist_title {
        font-size: 13px;
        color: #969696;
        font-weight: 400;
        font-family: 'open sans', Helvetica, Arial, sans-serif;
    }

    Best regards,
    Ismael

    Hey xfacta,

    Thank you for the inquiry.

    Did you add the following css code or adjust the style of the paragraph element in the Enfold > Advanced Styling panel?

    #top .all_colors p {
        font-size: 16px;
        line-height: 1.7em;
    }

    This overrides the custom element styling on mobile view.

    Best regards,
    Ismael

    xfacta
    Participant

    Hi there I have changed the font sizes for the heading and subheading but only the heading seem to showing any changes – the subheading on mobile seems to be overiden somewhere else that I cant figure out.

    its theIn loving memory section at the bottom of the page – the subheading text is “Life is change, without change there is no life; Love You”. I have made it 25px but its showing as 14px.

    #1476775

    Hi,
    I made an adjustment so now the image is on the right side, but your titles are too large and long, so I added this css to brake your text so the element lines up good:

    .avia-timeline h2.av-milestone-date>strong {
    	width: 200px;
    	font-size: 20px !important;
    	overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-all;
      word-break: break-word;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }

    you can adjust the font size and width to suit, but there is not a lot of options.
    You may try making the page width 100% with this css:

    .responsive #top.page-id-19 #after_tab_section_1 .container {
    	max-width: 100%;
    }

    and then make the font size and width larger to suit.

    Best regards,
    Mike

    #1476738

    Hi,

    @media only screen and (max-width: 768px) {
        .avia-caption-content p {
            font-size: 40px !important;
            line-height: 32px !important;
        }
    }
    @media only screen and (max-width: 479px) {
        #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title {
            font-size: 50px;
            line-height: 43px;
        }
    }

    Screen Shot 2025 02 08 at 2.57.00 PM

    Best regards,
    Mike

    #1476724

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 768px) {
    .avia-caption-content p {
    font-size: 40px !important;
    }
    }
    #top.home .av-special-heading.avia-builder-el-5 {
        margin-top: 0;
    }

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

    Best regards,
    Mike

    #1476696

    Hey Tanja,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.home .alternate_color .homepgservicestable.avia-data-table.avia_pricing_minimal td {
    	color: #fff;
    	border-color: transparent;
    	font-size: 2em;
    }

    Best regards,
    Mike

    #1476653
    bemodesign
    Participant

    Please help with this. The font sizes and formatting is all off when it’s live, but perfect when I am signed in and viewing. Is this code or a plugins conflicting. Really need help on this one quick. thank you so much!

    live, not right formatting: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.39.03-PM.9p7cM
    my view when signed in: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.40.42-PM.9pGUA

    #1476646
    Sandy
    Participant

    How do we change the font colour and size, and table borders in a table element?

    I need:
    Font: white
    Font size: 2em
    Border: transparent

    I changed the background to transparent via CSS, but cannot change the font or border.
    .home .homepgservicestable {
    background-color: transparent;
    }

    #1476597

    In reply to: Featured Image Slider

    Hey lara666,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the featured image slider title:

    #top .avia-featureimage-slideshow.av-m6tyn82g-131d78d88d19991cbc6ff96d197c2974 .avia-caption-title * {
        font-weight: 400;
        text-decoration: none;
        font-size: 20px;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the code.

    Best regards,
    Ismael

    #1476578

    Topic: Featured Image Slider

    in forum Enfold
    lara666
    Participant

    Hi there,

    On my homepage, I have a Featured Image Slider, and the caption title for all images has an underline. Could you please advise me on how to remove it?

    Additionally, the font on the Featured Image Slider appears quite thick. I would like it to match the Portfolio title above the slider, with a smaller font size.

    Thanks!

    #1476545
    bemodesign
    Participant

    1. No matter what I adjust, I can’t get the font size to change on the “caption text” on full width slider.
    Can you help or get me CSS? I adjusted in the section and it didn’t work. This below did Not work. thanks

    /* Responsive Font Size for Mobile */
    @media only screen and (max-width: 768px) {
    .avia-caption-content {
    font-size: 40px !important;
    }
    }

    2. I also need to adjust the “line-height” on both titles because the words are really spread apart.
    Thanks!!

    • This topic was modified 11 months, 2 weeks ago by bemodesign.
    #1476317

    I think this is better.
    I tryed my side it works
    Best regards,
    James

    /* ———————————— */
    /* ——- WIDGET MENU ——- */
    /* ———————————— */
    #top .widget ul {
    font-size: large;
    line-height: 121%;
    }
    /* —— personalize current page appearence —— */
    #top .widget ul li.current_page_item {
    background: url(“icon.png”) left no-repeat;
    padding-left: 14px;
    font-weight: 900;
    }
    /* link appareance of current page */
    #top .widget ul li.current_page_item a,
    #top .widget ul li.current_page_item a:hover {
    background-color: #c7eafc;
    padding: 0 4%;
    border-radius: 9px;
    }
    /* —— HOVER links appareance (but current page) —— */
    #top .widget ul a:hover {
    background-color: gold;
    padding: 0 4%;
    border-radius: 9px;
    }
    /* deleting background color */
    #top .widget ul.children a {
    background-color: transparent;
    padding: 0;
    border-radius: 9px;
    }

    #1476313

    Hi Mike,
    Thank you.
    Yes, I finally found the solution on my own ;-)

    I post here my CSS.
    I know this can be improved.
    However it could be usefull for other users that read this post so i hope this could help.

    Best regards
    James

    /* ———————————— */
    /* ——- WIDGET MENU PERSONALIZE ——- */
    /* ———————————— */

    #top .widget ul {
    font-size: large;
    line-height: 121%;
    }

    /* —— personalize current page link —— */
    /*—- adding icon for current page link —- */
    #top .widget ul li.current_page_item {
    background-image: url(“icon.png”);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
    font-weight: 900 !important;
    }

    /*—- adding specific background color for current page —- */
    /*—- and adding little spacing between letters —- */
    #top .widget ul li.current_page_item a {
    background-color: #c7eafc;
    padding: 0% 4% 0% 4%;
    letter-spacing: 0.007em;
    border-radius: 9px;
    }

    /* — HOVER – adding background color for current page — */
    #top .widget ul li.current_page_item a:hover {
    background-color: #c7eafc;
    padding: 0% 4% 0% 4%;
    letter-spacing: 0.007em;
    border-radius: 9px;
    }

    /* —— HOVER – appearence for all links (but current page) —— */

    #top .widget ul a:hover {
    background-color: gold;
    padding: 0% 4% 0% 4% !important;
    letter-spacing: 0.007em;
    border-radius: 9px;
    }
    #top .widget ul.children inherit a {
    background-color: none;
    padding: 0%;
    border-radius: 9px;
    }

    #1476286

    Hey rvga,

    Thank you for the inquiry.

    You can try this shortcode:

    [av_font_icon icon='ue81f' font='entypo-fontello' style='' caption='' size='40px' position='left' color='' link='' link_dynamic='' linktarget='' title_attr='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' animation='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-m6q2a64z' sc_version='1.0' admin_preview_bg='']
    This will display as tooltip!
    [/av_font_icon]

    Let us know if you need more info.

    Best regards,
    Ismael

    #1476259
    rvga
    Participant

    Hello,
    I want to add a tooltip icon inside a row of a table using a shortcode icon, but I couldn’t find the right syntax for calling the tooltip!
    [av_font_icon icon='ue81f' font='entypo-fontello' avia-icon-tooltip='Need that text to show up in a tooltip' style='' caption='' link='' linktarget='' size='16px' position='left' color='' custom_class='' admin_preview_bg='' av_uid='av-6f14vz'][/av_font_icon]
    Thx for your tip.

    #1476017

    Hi Rikard,

    I followed your advice and it works quite well thank you, but I cannot format the link of the current page appearing in the menu widget.

    I started a topic about this :

    Currently the “current page link” appear in black but i would like to change it as i wish (like background color, font size,…).
    I know it’s a simple CSS to add but I don’t know to do it.

    Can you help me with this?

    Best regards,
    James

    #1475957

    Hi,

    Thank you for the info.

    Have you tried adjusting the Styling > Caption Title Font Size and Caption Content Font Size values for mobile view or smaller screens? Please check the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    #1475919

    Hey John,

    Thanks for the login. I’m not sure exactly what you are looking to achieve, could you try to explain your intentions a bit further please? Also, did you try to set smaller font sizes for the caption in the element options?

    Best regards,
    Rikard

    #1475893

    use instead:

    @media only screen and (max-width: 767px) {
      .responsive #top .av-special-heading .av-subheading p {
        font-size: 36px !important;
        line-height: 1.5em !important;
      }
    }

    because you have set in your css:

    @media only screen and (max-width: 767px) {
      body, p, .entry-content {
        font-size: 18px !important;
        line-height: 1.6 !important;
      }
    }

    it is necessary to do so aswell with !important

Viewing 30 results - 271 through 300 (of 18,701 total)