Viewing 30 results - 6,661 through 6,690 (of 18,743 total)
  • Author
    Search Results
  • studioc4com
    Participant

    Hi,

    I tried to reduce the line-height of the job title team member with this css… But it does’nt work.
    The font size for the member name works well. But the font-size and line-height for the job-title, not.

    .team-member-name { font-size: 18px; }
    .team-member-job-title { font-size: 12px; line-height:1; }

    I also try this one… Not working too.
    .team-member-name { font-size: 18px; }
    .team.avia-team-member .team-member-job-title { font-size: 12px; line-height:1; }

    Thanks.

    #985219

    Hi,

    Try this:

    .iconbox_icon.heading-color {
        font-size: 90px!important;
        width: 120px!important;
        height:8px!important;
        border-radius: 100px!important;
        margin-left: -80px!important;
        margin-top: -73px!important;
        padding: 30px!important;
        padding: 60px 20px 90px 20px!important;
    }

    Best regards,
    Jordan Shannon

    #985207

    In reply to: Mobile Parallax

    No its an Android. Samsung Galaxy.

    I am trying to reduce the size of H4 headings with the class “element”. These are the headings that sit on-top of the parallax images.

    I also tried the following code and it also did not work:
    @media only screen and (max-width: 767px) {
    H4 { font-size: 20pt;}
    }

    I am not sure why…

    #985177

    Hi,

    You may have to adjust the css a parameters a bit. Adjust the font-size to 90px and mold the margins and paddings to match.

    Best regards,
    Jordan Shannon

    #985170

    Now I using:

    //Add fixed menu to all (ID 15255) POSTS
    
    add_action( 'ava_after_main_menu', 'ava_after_main_container_mod', 10 );
    function ava_after_main_container_mod() {
    if( !is_single(array(15255)) || is_archive() || is_tag() ) return;
    	$output  = '';
    	$output .= do_shortcode("
    [av_section min_height='custom' min_height_px='100px' padding='no-padding' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' custom_arrow_bg='' id='bback' color='main_color' background='bg_color' custom_bg='#32a5d2' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-32zbqxs' custom_class='']
    
    [av_textblock wrapper_element='' wrapper_element_attributes='' av_uid='av-2gpcv34' custom_class='']
    [av_sidebar widget_area='HAMBURGUER' av_uid='av-bm8mys']
    <div class='centrotitulo'>[page_title]</div>
    [/av_textblock]
    [/av_section]
    [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' custom_class='ajuste-espaco' admin_preview_bg='' av_uid='av-1ofdwyo']
    
    ");
    	echo $output;
    }

    BUT no solution to the problem at the moment.

    #985165

    Hey whdsolutions,

    Add this to quick css. The dimensions took some time to configure but they should be just about perfect:

    .iconbox_icon.heading-color {
    font-size: 50px!important;
        width: 45px!important;
        height: 0px!important;
        border-radius: 100px!important;
        margin-left: -40px!important;
        margin-top: -10px!important;
        padding: 30px!important;
        padding: 25px 20px 55px 15px!important;
    }

    Best regards,
    Jordan Shannon

    #985160

    Hello again

    I have added

    .iconbox_top .iconbox_icon {
    font-size: 50px !important;
    height: 90px;
    width: 90px;
    line-height: 84px;
    top: -80px;
    }

    .iconbox .iconbox_content .iconbox_content_title {
    margin: 0px 0px 0px 0px;
    }

    .iconbox_top .iconbox_content {
    margin-top: 80px;
    }

    But the icon does not sit centred – Any ideas?

    #984923

    In reply to: Mobile Parallax

    Also is there a way to change the text size on just the mobile site? I am trying this code but it doesn’t seem to work…

    @media only screen and (max-width: 767px) {
    .element { font-size: 20pt;}
    }

    #984918

    Topic: Catalouge Colours

    in forum Enfold
    projectt_co_uk
    Participant

    Hi,

    I am setting up the following website

    https://www.mylocaltaxi.co.uk/burnley-taxi-service

    I am struggling two change the following colours for Catalouges.

    Catalouge Title Colour
    Catalouge Content Colour
    Catalouge Dotted Line Colour

    However I only want to change the colour per section.

    I want to add classes for each section individually to choose separate colour and setting for the section.

    So far I have used the following codes

    .av-catalogue-content {
    color: white!important;
    }

    .av-catalogue-title {
    color: white!important;
    }

    .main_color .av-catalogue-list li:hover {
    background-color: inherit;
    }

    but these change the colour for each catalouge on the website.

    I also created this custom class for one section but it didn’t work. I have enable the ALB Section and named it .catalouge-font

    .catalouge-font .av-catalogue-title {
    color: white!important;
    }
    Please can you help so that

    I can do the following

    Change the

    – Catalouge Font Colour for Heading and Content for each section I will be using following colours (#81204c & #8fd2f4)
    – Catalouge Border Dotted Line Colour for each section I will be using following colours (#81204c & #8fd2f4)
    – Remove the Highlight colour for all Catalouges
    – Reduce the Size of font for Catalouge Content section contents

    #984901
    enricobaumgart
    Participant

    Hello,
    I’m trying to adjust the image size for the portfolio grid raster, which is working fine on my desktop, but not on mobile.
    This is the desktop view:
    desktop

    This is the mobile view:
    mobile

    I used the following code change the style:

    .grid-image img { 
        width: 150px !important;
        max-width: 150px !important;
        height: 150px !important;
        margin: auto !important;
    }
    .frontpage-leistungen .grid-entry-title { font-size: 18px !important; }
    .frontpage-leistungen .grid-content { text-align: center !important; }
    .grid-entry  .image-overlay { display:none; }

    Also the text style doesn’t change on mobile view.
    What should I change on my code?

    Thanks, Enrico

    #984811
    This reply has been marked as private.
    #984755

    Hey pegasoazul2002,

    1. What do you mean by the “source”? Do you want to change the font size?

    2. Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #984724

    Hi,
    This is because the sub-heading “Impressions” is not within the “h2” or “h3” tag, but it is in a “p” tag so your code was setting the rule:

    #top .all_colors p {
    font-size: 16px;
    }

    Also in your other code above, the “.av-subheading_below-h2” is not a class that is used, so it has no effect.

    I see that you are trying to have a different sub-heading font-size based on the heading size, h2 or h3.
    Please try this for h2 sub-headings:

    #top .all_colors .av-special-heading-h2 .av-subheading_below p {
    font-size: 30px !important;
    }

    and this for h3 sub-headings:

    #top .all_colors .av-special-heading-h3 .av-subheading_below p {
    font-size: 22px !important;
    }

    Best regards,
    Mike

    #984680
    smoothbob
    Participant

    Hi
    I want to replace some of the icons with my own pngs.

    i found this link that discusses it but I cannot get it working

    https://kriesi.at/support/topic/custom-icon-in-icon-box/

    here is my code, I gave the icon a css name of myicon

    /* ICONS————–*/
    .myicon .iconbox_icon:before { visibility: hidden !important; }
    .myicon .iconbox_icon { background: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }

    the last icon on this page for example should be replaced but is not working

    thanks!

    #984638

    Hi Jordan
    I think there’s something incompatible with this class:
    #top.all_colors p {
    font-size: 16px;
    }
    If I deactivate the value, other entries take effect. Is it possible that this class is not compatible with the values entered in the backend or that subtitles are therefore not displayed in the correct size in the frontend?

    Best regards,
    Esther

    #984487

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .embedded-joinwebinar-button .wj-click-event {
        padding: 20px;
        background: #00AECE;
        color: white;
        font-size: 20px;
    }

    Best regards,
    Rikard

    #984460

    In reply to: Modify font size

    Hey Luca,

    Thank you for using Enfold.

    This css code should increase the font size of the top bar or header meta elements.

    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
        font-size: 16px;
    }

    Best regards,
    Ismael

    #984355

    Topic: Modify font size

    in forum Enfold
    prolocosiracusa
    Participant

    Hi, i want to modify the font size of the bar that is on top of all (where there is the “info: number” and the social logos)
    On Enfold > advanced style there is only the way to modify the color and the font type but not the size.
    I’ve modify the font size of the soket with

    #socket { font-size: 15px }

    but i don’t know how to modify the other bar

    I made an image to explain better (i’m italian, sorry for my bad english) http://oi64.tinypic.com/2mguqde.jpg

    Thank you!

    #984345

    In reply to: Serif Ampersand Issue

    Hi,


    @neverstar
    Please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element where you have your ampersand would not like to style and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-custom-class .special_amp {
        font-family: sans-serif;
        font-size: inherit!important;
        font-style: inherit;
        font-weight: lighter!important;
        color: inherit!important;
    }
    

    If that does not help, please feel free to start a new thread under Enfold sub forum and post a screenshot so we can make sure we are on the same page :)
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #984323

    In reply to: Pricing Table

    Hi,

    Add this to quick css:

    .first-table-item, .first-table-item h3{
    font-size:20px!important;
    font-weight:normal;
    }
    
    .avia-pricing-row, .avia-pricing-row h3{
    font-size:16px!important;
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #984106
    angyaligondoskodas
    Participant

    Hi, I would like to change the menu font size from 13px to 16 (or other, dont know yet).
    I read here some codes, and I also tried Enfold->Advanced Styling->Main Menu Links but does not work.
    Thanks.

    #984062

    In reply to: Pricing Table

    Hi apremierdj,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:959px) and (min-width:768px) {
      #top .pricing-table li.avia-pricing-row {
        font-size: 36px;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #983993

    Hi,
    Please try changing the lower css rule to this:

    #top .avia-bullet:before {
        content: "\f1b0" !important; 
        font-family: 'fontello' !important; 
        font-size:11px;
        line-height:1em;
        position:absolute;
        top:10px;
        left:-3px;
    }

    Best regards,
    Mike

    #983952

    Hi,

    Thank you for the update.

    You can try this css code to create a prev and next arrow.

    .av-tab-section-outer-container:after {
        content: '\e879';
        font-family: 'entypo-fontello';
        font-size: 50px;
        position: absolute;
        top: 100px;
        z-index: 1000;
        right: 20px;
    }
    
    .av-tab-section-outer-container:before {
        content: '\e878';
        font-family: 'entypo-fontello';
        font-size: 50px;
        position: absolute;
        top: 100px;
        z-index: 1000;
        left: 20px;
    }

    Best regards,
    Ismael

    #983598
    whdsolutions
    Participant

    I want to make the price a lot bigger and have used this but it does not work

    #top .price, #top .price span, #top del, #top ins {
    display: inline;
    text-decoration: none;
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    }

    #983435

    Hello,
    I’m following up on this topic again with an issue that’s occurring on tablets size 768 x 1024.
    On devices that size, I’d like to have the link and social media icons stacked like we have set up for mobile… but instead right now the entire long opt-in is showing (that is what I want for desktop) for this size when I check my site at:
    http://responsivedesignchecker.com/checker.php?url=https%3A%2F%2Fwww.new.barrelracingtips.com&width=1400&height=700

    Here’s the CSS I have for this on mobile… wasn’t sure which parts I should update?

    @media only screen and (max-width: 767px) {
    #custom_html-4.widget {
    /*aligns the FB like button script (a custom html widget in the “header” widget area)*/
    width: 50px !important;
    padding: 12px 0px 0px 70px !important;
    display: inline-block !important;
    float: left !important;
    }
    }

    @media only screen and (max-width: 479px) {
    /*makes SM icons appear in small top bar on mobile*/
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block !important;
    }
    }

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    /*makes SM icons appear in small top bar on mobile*/
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
    display: block !important;
    }
    }

    @media only screen and (max-width: 426px) {
    .sub_menu h6 a{
    /*puts small bar opt-in link centered below social media icons in small top bar on mobile*/
    margin-left: 25% !important;
    margin-top: -25px !important;
    }
    }

    @media only screen and (max-width: 767px) {
    /*size and spacing of SM icons on mobile*/
    .social_bookmarks a{
    font-size:10px;
    margin-top:-2px!important;
    }}

    @media only screen and (max-width: 767px) {
    /*size and spacing for small header bar text on mobile*/
    #header_meta h6 a{
    font-size:12px!important;
    margin-top:-33px!important;
    }}

    #983156

    Hey So Evolve,

    Unfortunately the only way to do that, is to open the font size and rename the icons from there.

    Best regards,
    Basilis

    #983061

    Hi Moondreamer21,

    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 (min-width: 768px) and (max-width: 1100px) {
      #top .av-subnav-menu > li > a {
        padding: 0px 4px 0px 6px;
      }
      .container.av-menu-mobile-active.av-submenu-hidden {
        max-width: 100%;
      }
      #menu-top-nav-menu li a {
          font-size: 14px!important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    benq75
    Participant

    Hi
    I have created a woocommerce shop in the Enfold theme and added a few demo products but when I go into the product page the title are cutting off the top of the page title making it look quite odd? Either I need to have the title padded down a little or the font size reduced but I cannot work out how to correct this issue.

    #982673

    Topic: Icons

    in forum Enfold
    smoothbob
    Participant

    Hi
    I am trying to edit the icons to use images and have a few issues:

    In the preview the replacement image shows fine but not in the browser.
    How do I recenter the icon in the space?
    And how do I remove the blue circle?

    This is some code I lifted from the support pages. thanks!

    /* Icon Size */
    [data-av_icon]:before {
    font-size: 100px!important;
    }
    .iconbox_icon {text-align:centre !important;
    margin-right:20px !important;
    }

    .bob .iconbox_icon:before { display: none; }
    .bob .iconbox_icon { background-image: url(http://wpg.com.gridhosted.co.uk/wp-content/uploads/2018/07/flag7-1.png); background-repeat: no-repeat; background-position: 50% 50%; background-size: contain; }

Viewing 30 results - 6,661 through 6,690 (of 18,743 total)