Viewing 30 results - 4,231 through 4,260 (of 18,733 total)
  • Author
    Search Results
  • #1179588

    Hi,

    Please add following code to Quick CSS

    #after_submenu_1 {
        border: none;
    }
    .main_color .grid-entry-title {
        color: black;
        font-size: 16px;
    }

    Best regards,
    Yigit

    #1179575

    Hey wabrahams,

    We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.

    The code has errors:
    h1 is a tag and so it does not need a dot before it and there is a missing opening brace:

    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
        #top #wrap_all h1 { font-size: 50px !important; }
    }
    

    Best regards,
    Victoria

    #1179496

    Hi,

    Thanks for contacting us!

    1- Please edit your slides and decrease font size on mobile devies – https://imgur.com/a/4G858kx. I believe that should help as buttons are actually there but not displayed as they do not fit mobile version.
    2- Please edit your slider and go to Advanced > Developer Settings and add a custom class to your slider (“my-custom-slider” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling

    .my-custom-slider .avia-caption-content, .my-custom-slider .avia-caption-title {
        background-color: orange!important;
    }

    Best regards,
    Yigit

    #1179473

    Thank you Rikard for coming back to me,
    I’ve almost reach my needs for this issue.

    I took inspiration from the structure of avia-menu and I added a span.

    <a href="#" class="header-button"><span>My text</span></a>

    I changed all the CSS I wrote for “nav_menu-3” and I wrote instead CSS for “#custom_html-5” and “#custom_html-5 a.header-button” and “#custom_html-5 a.header-button span” taking inspiration from the CSS of “#avia-menu” ..

    #custom_html-5 {
    	clear: none;
    	position: absolute;
    	z-index: 100;
    	line-height: 30px;
    	height: 100%;
    	margin: 0;
    	right: 0;
    	padding: 0;
    }
    #custom_html-5 a.header-button {
    	line-height: 118px;
    	font-size: 15px;
    	text-transform: uppercase;
    }
    #custom_html-5 a.header-button span {
    	padding: 10px 20px;
    	background: #ff9a07ff; 
    	color: #ffffff;
    	border-radius: 50px;
    }
    @media only screen and (max-width:1200px) {
    	#custom_html-5 {
    	  display: none;
        }
    }

    The result is almost there except that the widget doesn’t move up like the menu when the header reduce when we scroll down. How to do that?

    #1179395

    Hi Veronika
    I hope this email will find you well.
    Previously you send me code to add a book now button in the header, which works fine,
    but now i am unable to add link to that button, Can you please advise how can i do .
    below is the short code
    [av_buttonrow alignment='right' button_spacing='5' button_spacing_unit='px' av_uid='av-jjvcu1ht' admin_preview_bg='']
    [av_buttonrow_item label='BOOK NOW' link='manually,http://' link_target='' size='medium' label_display='' icon_select='no' icon='5' font='entypo-fontello' color='theme-color'custom_bg='#3AB4B3'custom_font='#ffffff' av_uid='av-3y48lo']
    [/av_buttonrow]

    Thanks

    #1179394

    Hi,
    On the old site the widget area is after the menu, and on the new site it’s before the logo, I think for the old site you used this function:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area_after_main_menu' );
    function enfold_customization_header_widget_area_after_main_menu() {
    dynamic_sidebar( 'after_main_menu' );
    }

    call this sidebar after_main_menu
    I also believed you had header set to “logo left, menu below”
    Here’s the css:

    #header .widget {
    position: absolute;
    right: 10px;
    top: -90px;
    z-index: 999;
    }
    @media only screen and (min-width: 990px) {
    
    #avia-menu {
      text-align: center!important;
      display:flex!important; 
    
    }
    
    .av-main-nav > li {       
        flex-grow: 1;
        justify-content: center;
        width: auto!important;
    }
    
    .av-main-nav > li > a {
        display: block; 
    }
    
    .avia_image  { border: 7px solid transparent;
    
    }
    #custom_html-4 .avia-button-wrap.avia-button-left {
        float: left;
    margin-left: 4px;
    }
    #custom_html-4 {
        width: 400px !important;
    }
    #header .widget {
          height: 80px;
    }
    #top #header .av-main-nav > li > a{
    font-size:18px !important;
    }
    
    }

    in my test I used a “custom html” widget to add the buton shortcode, thus the ID “custom_html-4” above.
    2020-01-29-053819
    Give this a try.

    Best regards,
    Mike

    Hi Ismael, after updating the theme easyslider element doesn’t show the chosen font sizes on mobile devices – after saving settings for it the fonts size drop down switches back to default.

    Best regards!

    #1179263
    creatiffco
    Participant

    Hey guys

    For some reason, I’ve tried to use this custom code:

    #top #wrap_all .av-magazine .av-magazine-content-wrap h3.av-magazine-title {
    font-size: 14px;
    }

    and I just can’t seem to make the magazine title smaller for the titles on this feed page. please help!

    #1179243
    wabrahams
    Participant

    Hi,

    I am wanting to change my h1 title default sizes for mobile etc so the whole website changes to those sizes. My site is not live so i cannot send you log in details.

    this is the CSS i am trying to use in the quick CSS options.

    /*smartphone portrait H1*/
    @media only screen and (min-width: 479px)
    .h1 { font-size: 30px !important; }
    }

    /*tablet portrait H1*/
    @media only screen and (min-width: 480px) and (max-width: 767px)
    .h1 { font-size: 40px !important; }
    }

    @media only screen and (min-width: 768px) and (max-width: 989px)
    .h1 { font-size: 50px !important; }
    }

    The other issue is for the easy slider i cannot change the caption title font size, and any css i am using does not seem to work for this have looked at previous threads and cannot find a soluition.

    Thanks

    Hi there where do i find the settings for slides’ Styling > Font Sizes panel?

    Please help i cant find it

    #1179101
    mailywinn
    Participant

    I am trying to add contacts + login/register buttons to the header widget area with the search box to the right of those. I am unable to figure out how to add the dropdown menu to the buttons and the search box is appearing below the buttons…

    I followed the steps here:
    https://kriesi.at/documentation/enfold/header/#toggle-id-2
    for adding a header widget area with Logo left, Menu below layout

    Added to custom.css

    
    /*--------Widgets----------*/
    
    .responsive #top #header #header_main .inner-container .widget {
        order: 3;
        flex-basis: 70%;
        max-width: 600px;
        padding: 0;
        clear: none!important;
    
        justify-content: center;
        align-self: center;
        align-items: center;
        z-index: 1;
        margin-left: auto;
    }
    .responsive #top #header #header_main .inner-container .widget>div {
        width: 100%;
        line-height: 14px;
        padding: 0 10px;
    }
    
    .responsive #top #header #header_main .inner-container .widget>div label {
      visibility: hidden;
    }
    

    Added to functions.php:

    add_shortcode('avia_search', 'get_search_form');
    
    add_action( 'ava_before_bottom_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }
    

    Shortcode for widget area:

    
    [av_buttonrow alignment='right' button_spacing='5' button_spacing_unit='px' av_uid='av-jjvcu1ht' admin_preview_bg='']
    [av_buttonrow_item label='Contacts <i class="fa fa-caret-down"></i>' link='manually,http://' link_target='' size='small' label_display='' icon_select='no' icon='4' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5gitv0']
    [av_buttonrow_item label='Login | Register  <i class="fa fa-caret-down"></i>' link='manually,http://' link_target='' size='small' label_display='' icon_select='no' icon='5' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-3y48lo']
    [avia_search]
    [/av_buttonrow]
    
    • This topic was modified 6 years, 1 month ago by mailywinn.
    #1179027

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .av-large-testimonial-slider .avia-testimonial-content {
        font-size: 18px;
    }
    
    

    Best regards,
    Yigit

    #1179017

    Hi,
    Sorry for the late reply, and thank you for the login. I added this css to your Quick CSS to adjust the slider captions for mobile devices:

    @media only screen and (max-width: 479px) { 
    	h2.avia-caption-title {
    		font-size: 12px !important; 
    	} 
    	.avia-caption .avia-caption-content p,.avia-caption .avia-caption-title {
    		padding: 2px 15px !important; 
        }
        .avia-caption {
        bottom: 2px !important; 
        left: 8px !important; 
        padding: 2px 20px !important; 
        }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1179016
    Pas7o
    Participant

    Good morning, this is a single post on my website:
    single-post
    I would:
    – Increase title font size;
    – Increase text font size;
    – Increase image size;
    – Hide meta data section;
    – Hide social section;
    – Hide comments section.

    Can you help me, please? Thanks.

    #1178925
    marketingnr1
    Participant

    Dear Kriesi team!

    i tried to add a code in the code-block which is in the full width section #homedesktoptest but the background animation disapears only in a small section in the middle of the page.
    The background shows up in the actual class: #particles-js > canvas
    but i added the code to the class #homedesktoptest
    Should i use the hole enfold class: #homedesktoptest > div > div.container > div ?

    <html>
          <head>
                <style>
                        /* ---- reset ---- */ #top .homedesktoptest{ margin:0; font:normal 75% Arial, Helvetica, sans-serif; }
    					canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ 
    					#particles-js{ position:absolute; width: 100%; height: 100%; background-color: #183f60; background-image: url(""); 
    					background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ 
    					.count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: 
    					.8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } 
    					.js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; }
    					#stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }  
                 </style>
    
          </head>
    	                 <body class="homedesktoptest">
    	                      <div id="particles-js"></div>
                              <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> 
    	                         <script>
    	                                     particlesJS("particles-js", {"particles":{"number":{"value":47,"density":{"enable":true,"value_area":552.4033491425909}},"color":{"value":"#ffffff"},
    										 "shape":{"type":"circle","stroke":{"width":0,"color":"#000000"},"polygon":{"nb_sides":5},"image":{"src":"img/github.svg","width":100,"height":100}},
    										 "opacity":{"value":0.5,"random":false,"anim":{"enable":false,"speed":1,"opacity_min":0.1,"sync":false}},
    										 "size":{"value":3,"random":true,"anim":{"enable":false,"speed":40,"size_min":0.1,"sync":false}},
    										 "line_linked":{"enable":true,"distance":150,"color":"#ffffff","opacity":0.4,"width":1},
    										 "move":{"enable":true,"speed":6,"direction":"none","random":false,"straight":false,"out_mode":"out",
    										 "bounce":false,"attract":{"enable":false,"rotateX":600,"rotateY":1200}}},"interactivity":{"detect_on":"canvas",
    										 "events":{"onhover":{"enable":true,"mode":"grab"},"onclick":{"enable":true,"mode":"push"},"resize":true},
    										 "modes":{"grab":{"distance":155.84415584415586,"line_linked":{"opacity":1}},"bubble":{"distance":400,"size":40,
    										 "duration":2,"opacity":8,"speed":3},"repulse":{"distance":200,"duration":0.4},"push":{"particles_nb":4},
    										 "remove":{"particles_nb":2}}},"retina_detect":true});var count_particles, stats, update; stats = new Stats;
    										 stats.setMode(0); stats.domElement.style.position = 'absolute'; stats.domElement.style.left = '0px';
    										 stats.domElement.style.top = '0px'; 
    										 document.body.appendChild(stats.domElement); count_particles = document.querySelector('.js-count-particles');
    										 update = function() { stats.begin(); stats.end(); if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array)
    											 { count_particles.innerText = window.pJSDom[0].pJS.particles.array.length; } requestAnimationFrame(update); }; requestAnimationFrame(update);;
    	                         </script>
    	                 </body>
    	
    </html>

    Maybe you can help me to find the correct section or tell me what i did wrong on enfold.
    Thanks in advance-
    Kind regards!

    • This topic was modified 6 years, 2 months ago by marketingnr1.
    #1178923

    Hi dcshortwave,

    Please try this CSS as well:

    .phone-info span {
      font-size: 14px; 
    }

    Best regards,
    Rikard

    #1178884

    Hi,

    Thanks for the clarification. If you import another demo then it will overwrite your theme settings, so don’t do that. If you only need the one page then please activate debug mode in order to see builder shortcodes: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode, then add this shortcode to a new page:

    [av_section color='main_color' custom_bg='' src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/people_town_dark.jpg' attachment='17' attachment_size='full' attach='fixed' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='100' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' av_uid='av-a05tt']
    
    [av_one_fourth first av_uid='av-9e6p9']
    
    [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-8vqyt']
    
    [av_image src='https://kriesi.at/themes/enfold-coming-soon/files/2014/09/logo_coming_soon-80x80.png' attachment='16' attachment_size='thumbnail' align='center' animation='pop-up' link='' target='' styling='no-styling' caption='' font_size='' appearance='' av_uid='av-8blw1'][/av_image]
    
    [av_heading tag='h1' padding='10' heading='<strong>Coming Soon</strong><br/>to a place near you!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='44' subheading_active='subheading_below' subheading_size='15' custom_class='' av_uid='av-7ev6p']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.sellus dolor. Maecenas vestibulum mollis
    [/av_heading]
    
    [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-6tdkp']
    
    [/av_one_fourth][av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-63275']
    
    [av_countdown date='10/02/2019' hour='12' minute='0' min='1' max='5' align='av-align-center' size='' style='av-trans-light-style' av_uid='av-5iwqh']
    
    [av_hr class='invisible' height='100' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-hj11']
    
    [av_one_fourth first av_uid='av-4hd45']
    
    [/av_one_fourth][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-3s5v1']
    
    [av_contact  (Email address hidden if logged out) ' title='' button='Notify me on Launch' on_send='' sent='Thank you!' link='manually,http://' subject='' autorespond='' captcha='' color='av-custom-form-color av-light-form' av_uid='av-3c201']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' av_uid='av-2fvwd'][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' av_uid='av-7rhh'][/av_contact_field]
    [/av_contact]
    
    [av_textblock size='21' font_color='custom' color='#ffffff' av_uid='av-1kl79']
    <p style="text-align: center;">Want to get notified once we are ready to launch? Leave us your mail address and we will!</p>
    [/av_textblock]
    
    [/av_one_half][av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-156kl']
    
    [/av_one_fourth][/av_section]

    Best regards,
    Rikard

    #1178781

    Hi. the additional code worked on the secondary menu on the right, but the phone numbers on the left in the same bar are not affected. How do I enlarge that font size as well? Including a link to the site I’m working on for reference.
    Thank you so much!

    Hi,
    Sorry for the late reply, I see that there is some confusion here, “entypo-fontello” is not a font for text, it is a font file that contains svg icons, for your content: "\e894"; so “entypo-fontello” can not be applied to text and work.
    In your screenshot the font for the text is “open sans” and the font to create the icon is “entypo-fontello”
    2020-01-27-061700
    The “entypo-fontello” only applys to the pseudo-element “:before” which displays the icon.
    So to use the css that you posted above you need to include the pseudo-element “:before” like this:

    #top #header .main_menu ul:first-child > li > a:before {
    font-family: entypo-fontello;
    content: "\e894";
    font-size: 16px;
    padding-right: 5px;
    }

    2020-01-27-063026
    I removed the text-transform: uppercase; because it does nothing for “entypo-fontello”.
    I hope this helps.

    Best regards,
    Mike

    #1178658

    Hi,
    Glad to hear, sorry the css you added was not quite what I ment, so I added both sliders to your homepage and this css:

    @media only screen and (max-width: 1700px) {
        #layer_slider_1 {
            display: block;
        }
        #layer_slider_2 {
            display: none;
        }
    }
    @media only screen and (min-width: 1750px)  { 
        #layer_slider_2 {
            display: block;
        }
        #layer_slider_1 {
            display: none;
        }
    }

    so for screens smaller than 1700px like your tablet the first slider will show, and for screens larger than 1750px like your laptop, the second slider will show.
    Now it just a matter of verifying that this is the correct breakpoint between your two screens.
    Please clear your browser cache and check.
    If this is correct then to make your text larger edit your slides where you put the font-size: 24px and for the big screen slides change the font-size to 44px or so until the text fits for you:
    2020-01-27-053549

    Best regards,
    Mike

    #1178635
    kasperdue
    Participant

    Hi

    Thanks for a great theme!

    I just updated the default font type and size. For body text and heading.

    Why can’t I see the new font when I’m logged in?
    I have tried clearing the cache.

    And it works fine for everyone else whos not logged in.

    Best regards
    /Morten

    #1178553
    Synthea79
    Participant

    I can’t figure this out.

    I had my logo at 600×200 and it looked crisp and sharp in both ff and chrome.

    Of course, performance websites yelled at me to “SERVE SCALED IMAGES”

    So my ewww image plugin (neat “detect scaled image” option) tells me the logo needs to be 276×93.

    So I resize my logo to 276×93 and upload it, but now it’s pixelated in firefox, but not in chrome.

    Perversely, fonts look better in ff than they do in chrome.

    Meanwhile, ALL the blog grid images are sized wrong. There’s like 20 images being made for each upload, but the theme can’t apply the right one where it’s needed?

    I can’t win here.

    #1178505

    In reply to: Nested Layout Elements

    Hey KeyshaunSmith,
    Is this what you are trying to do?
    2020-01-26-090129
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.postid-77 #main > div.fullsize > div > main > div > div > div.flex_column.av_three_fifth.flex_column_div > section:nth-child(3) > div > p:before {
    	content:"";
    	font-family: 'entypo-fontello';
    	color: #3038cc; 
    }

    but I assume you would like this for every product? Perhaps we can assist with a new shortcode, can you include a admin login so we can see how you are appling it.
    Are you also going to use the price?

    Best regards,
    Mike

    #1178411

    Hi,
    Sorry for the late reply, I was able to apply the color overlay to the grid row that had a background image, but I couldn’t also add the special heading or a text block to the grid row as it though it off, so I’s not very useful. You can give it a try by adding the custom class “grid-hover” to a grid row cell and try this css:

    .grid-hover:hover:before {
      content:"";
      display: block;
      height: 100% !important;
      visibility: visible !important; 
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(235,111,49,0.9)!important; 
    }
    .grid-hover {
      padding: 0px !important;	
    }

    I did find in our documentation that you can get closer to this effect with a title caption in the portfolio grid
    2020-01-25-161649
    this is the css I tested:

    /* Portfolio overlay with title */
    /* Disable default animation */
    
    #top .grid-entry a:hover .image-overlay .image-overlay-inside {
    animation: none;
    }
    
    /* Overlay color */
    
    #top .grid-entry .image-overlay {
    background: rgba(235,111,49,0.9)!important;
    }
    
    /* Remove hover icon */
    
    #top .grid-entry .image-overlay .image-overlay-inside:before {
    display: none !important;
    }
    
    /* Remove default title below */
    
    .grid-content .avia-arrow,
    #top .grid-entry .grid-content {
    display: none;
    }
    
    /* Display title on hover*/
    
    .grid-entry a:hover:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 1;
    font-size: 18px;
    color: #ffffff !important;
    top: 50%;
    transform: translateX(-50%);
    animation: avia-fadein 0.75s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
    }
    

    Hope this is helpful.

    Best regards,
    Mike

    #1178393

    In reply to: Default Heading Sizes

    on default (base.css line 54) the font is determined as:
    body {

        font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color:  #444;
        -webkit-text-size-adjust: 100%;
    }

    that is a shortened form of font-size: 13px ; line-height: 1.65em
    you see that line-height here has a relative value.

    If you set a different font-size on : Enfold – General Styling – Fonts : Default content font size
    this value is set to a different font-size.

    the standard font-size definitions are set on base.css ( line 92ff):

    
    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 20px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 18px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; }						/*17*/
    h6 { font-size: 14px; line-height: 1.1em; }
    #1178341

    Hey Rikard,

    An issue appeared on my side while i was trying to follow the instructions you provided above….
    I’m confused why it doesn’t work, please can you test this code, I don’t know if there is any difference, i put the shortcode in the widget area block…
    Take a look :
    1. First option

    <span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style-border en_button-float avia-icon-pos-right avia_start_animation avia_start_delayed_animation" style="color:#fff; border-color:#ed9600; background-color:#ed9600;"><a href="tel:1234567" class="av-icon-char" style="font-size:40px;line-height:30px;width:30px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>

    2. Second option

    [av_font_icon icon='ue854' font='entypo-fontello' style='border' caption='' size='40px' position='left' color='#edae44' link='manually,tel:1234567' linktarget='' animation='' id='' custom_class='en_button-float' av_uid='' admin_preview_bg=''][/av_font_icon]

    CSS rule:

    .en_button-float { display: none; }
    @media only screen and (max-width: 767px) {
    .en_button-float { display: block !important; 
    visibility: visible !important; 
    position: fixed !important; 
    text-decoration: none !important; 
    text-align: center !important; 
    /*left: 10px !important; */
    bottom: 50px !important; 
    z-index: 9999 !important;
    transition: all 0.3s ease-out !important; 
    border-radius: 1000px !important; 
    }
    .en_button-float  .av_font_icon.av-icon-style-border .av-icon-char {
    border: none !important;
    }
    }

    Thanks for your advice
    Best Regards

    #1178272

    Hi,

    Now this CSS is applying, it’s the same as you posted saying is not working:

    #introhome h3 {
        font-size: 1.8em;
        font-weight: 100;
        margin: 5% 18% 1.5% 18%;
        text-transform: uppercase !important;
        padding-top: 0px;
        text-align: center !important;
        width: 64%;
        color: #f07238 !important;
    }

    Best regards,
    Rikard

    nolka
    Participant

    Hi
    I am trying to Reduce line height for a single text paragraph only on a page – it is the top text paragraph on this page https://thewebcrew.co.uk/about/
    I have increase the paragraph line height to 1.6em for all <p> elements on the laptop – but it does not look right on the paragraph text with an increase font size. How can I reduce the line height on all the top sections of my pages but don’t effect the rest of the page?
    Cheers…
    Kevin.

    #1178036

    Hi,

    Thank you for the update.

    Can you post the URL of the page where you’re testing this? We would like to see what you have so far.

    The font size is set directly in the Special Heading elements.

    Best regards,
    Ismael

    #1177989

    Hi,

    This is the CSS applying to that element, I can’t see exactly where it’s coming from since you have file compression active.

    #introhome h3 {
        font-size: 1.8em;
        font-weight: 100;
        margin: 5% 18% 1.5% 18%;
        text-transform: uppercase !important;
        padding-top: 0px;
        color: #111111 !important;
        text-align: center !important;
        width: 64%;
    }

    Best regards,
    Rikard

Viewing 30 results - 4,231 through 4,260 (of 18,733 total)