Viewing 30 results - 3,031 through 3,060 (of 18,730 total)
  • Author
    Search Results
  • #1273993

    Hey,

    Thanks for contacting us!

    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:

    
    .iconbox_top .iconbox_icon {
        padding: 10px;
        font-size: 15px;
    }
    
    

    Best regards,
    Yigit

    #1273992

    Hey Kate,

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

    .page-id-2151 .avia-content-slider h3.slide-entry-title {
      font-size: 16px;
      color: yellow;
    }

    Best regards,
    Rikard

    #1273913

    Hi,

    Add this to quick css:

    .page-id-54 .avia-table-1 tr td{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1273824

    In reply to: Logo subtext

    Hi,

    I had the same issue with the new credentials so I installed a plugin called “My Custom Functions” instead and inserted the code in Settings > PHP Inserter and then I added following code to on top of Quick CSS field

    .logo, .logo a { overflow: visible; } 
    #top .logo .subtext h1 {
        font-size: 18px !important;
    }
    #top .header-scrolled .subtext h1 { opacity: 0 !important; visibility: hidden !important; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
    #top .subtext h1 { -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
    

    Please review your website :)

    Best regards,
    Yigit

    #1273706

    Topic can be closed.

    The same procedure like many times before. Working on an issue without succes for minutes or houres. Then writing a ticket and the problem is solved easyly after it by myself. So Sorry.

    I added Quick CSS:

    body, body p, body a {
    font-size: 22px!important;
    font-weight: 100 !important;
    }

    Seems I had an error in my quick CSS before.

    Best bregards

    Marcus

    Hi Nikko!

    Fixed it now so you can log in :)

    BTW today the text in the blog post on https://oldozjavidi.com/ is correct size. Strange? Yesterday it showed a font size equal to the font size of the “quotes” text element below it.

    Can you see if the bottom color section can be fixed to make it go all the way out to the edges of the screen?

    Thanks!

    #1273559

    Hey Stephen,

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

    .home #av-sc-portfolio-1 h3.grid-entry-title {
      font-size: 16px;
      background: red;
    }
    
    .home #av-sc-portfolio-1 .grid-content {
      background: red;
    }

    Best regards,
    Rikard

    #1273550

    Hi Lindsay,

    You’re welcome.
    I have adjusted the code I gave and added !important:

    #top .woocommerce-loop-product__title {
        font-size: 15px !important;
        color: #79c143;
    }

    Please review your site :)

    Best regards,
    Nikko

    SoundComposer
    Participant

    Dear Enfold Team!

    I’ve made a website for a client some time ago and after restoring the site from a backup and updating all plugins and theme the color section background image is not showing correctly anymore. The bottom of the page is a profile picture and this should go all the way out to both sides of the browser as a fullscreen color section background image. It did this when we first built the site.
    I’ve tried some trial and error and found that our section right below the upper fullscreen image is the one creating the problem (maybe there is more than just this?). We have a blogpost in the “Aktuellt” color section and this – for some reason – makes the bottom color section not able to show full screen. This worked when I created the site though so how is this possible that it suddenly changes and doesn’t work? The site is oldozjavidi.com

    Another thing is that suddenly there is a change in the font size for the “Aktuellt” color section (our blog post) after I edited some pictures in the masonry lower on the page. Why does this happen? The post itself has the right size font: https://oldozjavidi.com/jag-stannar-till-slutet/ and it worked earlier with the correct font size.

    Thanks in advance!

    All the best,
    Toni

    Hi Victoria,

    I will break it down for you.

    I want to create a full-width sticky button above the header.

    I did the following to implement it
    **In Header Widget I have added**

    [av_button_big label='DONATE' description_pos='below' icon_select='yes-left-icon' icon='ue806' font='entypo-fontello' link='manually,https://www.humanitycarerelief.org.uk/donations/support-humanity-care-relief-projects/' link_target='' size='large' position='center' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue82b' font='entypo-fontello' color='custom' custom_bg='#db332a' custom_font='#ffffff' admin_preview_bg=''][/av_button_big]

    **In Function.php I am adding**

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    **In Quick CSS I have added**

    @media only screen and (min-width: 990px) {
    #header .widget { display: none !important; }
    }

    custom_html-2 .custom-html-widget {padding: 0 50px; width: 767px;
    margin: auto;}
    #custom_html-2.widget {background-color: #ffcd03;}
    #custom_html-3 .avia-button.avia-size-large {
    font-size: 20px!important;
    }
    @media only screen and (max-width: 767px) {
    #custom_html-2 .custom-html-widget {
    width: auto;
    }
    }
    #header .widget {
    left: 0;
    top: -5px;
    transform: translate(0%);
    width: 100%;
    padding: 0;
    }

    Once I done that … then the layout of my website broke down.

    See screen shot #1
    https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-1.jpg
    What’s wrong with this screen shot
    1. look at the height of the button
    2. where is the burger menu
    3. it is showing social icons when it shouldnt show
    4. Save Live in Yemen (it is showing two banners whilst top one is for Desktop and the bottom one for mobile

    See screen shot #2
    https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-2.jpg

    Mobile view is showing 3 column when it should show each image in single column

    See screen shot #3
    https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-3.jpg

    Same issue as above

    See screen shot #4
    https://www.humanitycarerelief.org.uk/wp-content/uploads/2021/01/Mobile-4.jpg

    Same issue as above the whole mobile layout is broken.

    I had to disable all the codes on the website as I wasn’t getting any response from the support team. Because I cannot leave the website in this state.

    There is something wrong with the HTML code but I am struggling to figure out what.

    Because as soon as I enable that this happens.

    So far everytime I had a problem your support team has helped me but this time it’s been slow.

    If you see this ticket and the other ticket I have provided login details at both of them so if you want you can login and enable those codes and see it yourself.

    Looking forward to hearing from you.

    PS. if you can give me exact UK time when you are online to see this then I can enable the code so you can see the live website being affect by this.

    Kind regards,

    http://www.projectt.co.uk

    #1273467

    Hi Nikko,

    Thank you, I got the icons working and the color change on the font but the size is still not changing…. Could you please help.

    Thanks again,
    Lindsay

    Hi Rikard

    Thank you for getting back to me.

    That code fixes most of the issues but still the title is white and large font even though the code should make it black and small font.
    I changed the font size to 8 (just to see if it was taking effect)

    Here’s what I used:

    .page-id-1064 .avia-content-slider h3.slide-entry-title {
    font-size: 8px;
    color: #000;
    }

    .page-id-1064 .avia-content-slider .slide-entry-excerpt {
    color: red;
    }

    .page-id-1064 .avia-content-slider .slide-meta .slide-meta-comments, .page-id-1064 .avia-content-slider .slide-meta .slide-meta-del {
    display: none;
    }

    #1273304

    Thanks, Rikard
    unfortunately, that did not work.
    Here are my menu related entries

    /* –AS– Making font “normal” for the main menu */
    #top .av-main-nav > li > a {
    font-weight: normal !important;
    }
    —> Works just fine

    /* — 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: #049bd6 !important;
    }
    — works perfectly

    /* –AS– Making sub-menu font 15px */
    #top .av-subnav-menu li a {
    font-size: 13px;
    }
    —> did work but no longer

    /* –AS– Making active sub menu blue */
    ul.sub-menu .current-menu-item .avia-menu-text span {
    color: #049bd6 !important;
    }
    —> Trying font-weight, then testing with color — not working

    /* –AS– stretching the pulldown menu to 240 px */
    .main_menu .menu ul { width: 240px; }.
    —> works well

    Maybe a conflict with the other entries?
    The above is in the order as listed.
    Thanks
    Axel

    Hey Tia,

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

    .page-id-1064 .avia-content-slider h3.slide-entry-title {
      font-size: 24px;
      color: #000;
    }
    
    .page-id-1064 .avia-content-slider .slide-entry-excerpt {
      color: red;
    }
    
    .page-id-1064 .avia-content-slider .slide-meta .slide-meta-comments, .page-id-1064 .avia-content-slider .slide-meta .slide-meta-del {
      display: none;
    }

    Best regards,
    Rikard

    #1273183

    Hi PIT,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .arformSUBSCR_1610900658304 {
        background-color: transparent;
    }
    
    #top .arformSUBSCR_1610900658304 label {
        color: #666666;
        font-size: 13px;
        display: block;
        float: none;
        margin-bottom: 7px;
        line-height: 1.7;
    }
    
    #top .arformSUBSCR_1610900658304 .form-control {
        border: 1px solid #e1e1e1;
        padding: 13px;
        height: auto;
        line-height: normal;
        background-color: #fcfcfc !important;
        border-radius: 2px;
        font-size: 13px;
    }

    Best regards,
    Nikko

    #1273080

    Hi PrecisionTextiles,

    Thanks for giving us admin access.
    The reason it’s not working is because PHP ZipArchive Extension is not installed or enabled, please enable this PHP extension in cPanel, or ask your hosting provider to enable this for you.

    As for the CSS code, I see this in your site:

    #top .woocommerce-loop-product__title {
        text-size: 16px;
        text-color: #79c143;
    }

    Please change it to:

    #top .woocommerce-loop-product__title {
        font-size: 16px;
        color: #79c143;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #1273025

    Hey sensiblekaren,

    Add this to quick css:

    #menu-sectors a{
    font-size:18px!important;
    }

    Best regards,
    Jordan Shannon

    Hey webWahine,
    Sorry for the very late reply, thanks for sharing your css but a link can not be added through css, I believe the link you are referring to is the burger menu hash link to open the menu, and not an additional link next to the menu.
    This script is an example that would create a link next to the burger menu

    function custom_script() { ?>
        <script>
        (function($){
      $(document).ready(function(){
    $('.av-burger-menu-main').append('<a href="/register/" class="register-link">Register</a>');
    $('a.register-link').css({ 'padding-left': '10px','font-size':'16px','display':'inline'})
    $('.av-burger-menu-main a').css({'display':'inline'})
    });
    })(jQuery);
    
        </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    Try adding this code to the end of your functions.php file in Appearance > Editor and adjust the link to suit.

    Best regards,
    Mike

    Tia
    Participant

    Hi
    I have followed a number of threads in trying to alter the font size and colour of the blog grid title and content with varying success.
    I want to reduce the size of the title without changing it for other titles elsewhere. I also need to change the colour of both the title and the excerpt.

    Also even though I have disabled comments and unchecked the show comments count in blog layout, I still see the ‘comments 0’ in the blog grid. Can this be removed?

    I include login details in the private content.
    Thank you

    Tia

    #1272853
    Tigger22
    Participant

    How can I customize my submenu font size and color? It is very small compared to my content.
    Thanks!

    #1272796
    sensiblekaren
    Participant

    Hello

    I would like to make the font size of the menu here larger – it is in a widget area rather than a side bar. Please can you tell me the CSS to do that? I linked to one of the pages that features this widget area on the right hand side below – it is called SECTORS. Thank you

    #1272706

    Merhabalar,

    Lutfen Tab Container elementini duzenleyip Advanced > Developer Settings > Custom ID Attribute alanina ozel bir ID verip (assagidaki orneklerde “unique-id” kullandim) sayfayi guncelleyin.
    Sonrasinda assagidaki kodu Enfold theme options > General Styling > Quick CSS alaninin sonuna ekleyin

    /* Baslik rengi */ 
    #unique-id .av-masonry-entry .av-masonry-entry-title { 
         color: white
    }
    /* Mobil baslik boyutu */
    @media only screen and (max-width: 767px) {
    #unique-id .av-masonry-entry .av-masonry-entry-title { 
         font-size: 14px; 
    }}

    Arkaplan rengini Masonry elementini duzenleyip Styling > Colors bolumunde “Define Custom Colors” secerek degistirebilirsiniz.

    Eger degisiklikleri dogru anlamadiysam, yapmak istediginiz degisiklikleri gosteren bir SS gonderebilir misiniz? imgur.com’a yukleyip link paylasabilirsiniz :)

    Best regards,
    Yigit

    #1272532

    This is what I am trying but the button is showing on the logo .. Rikard’s solution doesn’t work as it adds extra space above the header and makes the button completely out of line.

    **In Header Widget I have added**

    [av_button_big label='DONATE' description_pos='below' icon_select='yes-left-icon' icon='ue806' font='entypo-fontello' link='manually,https://www.humanitycarerelief.org.uk/donations/support-humanity-care-relief-projects/' link_target='' size='large' position='center' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue82b' font='entypo-fontello' color='custom' custom_bg='#db332a' custom_font='#ffffff' admin_preview_bg=''][/av_button_big]

    **In Function.php I am adding**

    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    **In Quick CSS I have added**

    @media only screen and (min-width: 990px) {
    #header .widget { display: none !important; }
    }

    custom_html-2 .custom-html-widget {padding: 0 50px; width: 767px;
    margin: auto;}
    #custom_html-2.widget {background-color: #ffcd03;}
    #custom_html-3 .avia-button.avia-size-large {
    font-size: 20px!important;
    }
    @media only screen and (max-width: 767px) {
    #custom_html-2 .custom-html-widget {
    width: auto;
    }
    }
    #header .widget {
    left: 0;
    top: -5px;
    transform: translate(0%);
    width: 100%;
    padding: 0;
    }

    What I want to achieve.

    I want to have a Full-Length Sticky Button above Header on Mobile ONLY. I don’t want the header (logo and burger menu to be sticky)

    Right now my button is of full length but the layout of the whole website is broken. It is also showing the button on desktop but it shouldn’t as my CSS is telling it to hide the button on the desktop.

    Please your help is urgently needed.

    Kind regards,

    #1272404
    wzshop
    Participant

    Hi,
    I have a clean wp install with the latest enfold installed.
    I try to use a special header > h3 > elegant, with an icon, but it gets cut of when a ‘g’ (or i guess anything with a lower sign) is in the text. This at least happens in Chrome. It even happens in the backend > when showing the example on the right.
    I use open sans and font-size 14px in my theme settings.
    Tried some CSS fixing and found that increasing the height of .heading-wrap to a fixed value worked. Also tried to use z-index etc. but none of that seemed to work. Any ideas on a solid fix on this?

    Thanks

    padsz
    Participant

    Good Morning to the support team!
    I wanted to add social media icons to the last column of a 4 column footer widget.
    So far everything went without problem after following some other threads here in this forum.

    What I did so far :

    Added the social icons to a text widget via HTML Code (links edited for privacy):

    <ul id=”custom_links” class=”noLightbox social_bookmarks icon_count_4″>
    <li class=”social_bookmarks_linkedin av-social-link-linkedin social_icon_1″><span class=”avia_hidden_link_text”>LinkedIn</span>
    <li class=”social_bookmarks_youtube av-social-link-youtube social_icon_2″><span class=”avia_hidden_link_text”>Youtube</span>
    <li class=”social_bookmarks_instagram av-social-link-instagram social_icon_3″><span class=”avia_hidden_link_text”>Instagram</span>
    <li class=”social_bookmarks_facebook av-social-link-facebook social_icon_4″><span class=”avia_hidden_link_text”>Facebook</span>

    Used these modifiers to get the look i was going for:

    /* Idle (all links) */
    #custom_links li a {
    background: white !important;
    color: #5e5e5f;
    }

    /* Hover(all links) */
    #custom_links li a:hover {
    background: #da291c !important;
    color: white !important;
    }

    .widget .social_bookmarks li { clear: none !important; }

    #footer .social_bookmarks li {
    border: none;
    font-size:30px!important;
    }

    #footer .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    }
    #footer .social_bookmarks li {
    width: 50px;
    height: 50px;
    }

    But now, while the size, color, hoverstate etc. is the way I want it, half of the icons are cut off.

    footer

    Any advice in how to fix this?

    #1272335

    Thanks Ismael,

    I can see the changes you have made in the logo section. Do you know why the logo is still/always slightly out of focus even when at full size (current) – at least on my macbook?

    If I try to change the footer size by amending the px size to smaller again, nothing changes – eg 8px?:
    .widgettitle {
    font-size: .8em;
    }

    #footer .widget p {
    font-size: 8px;
    }

    The other quick css you had originally suggested for the space before testimonial or adding space below the main menu didn’t work:
    1.c) This css code should remove the 100px left margin of the testimonial name.
    .avia-testimonial-meta {
    margin-left: 0;
    }

    1.b) Use this css code to add a space below the main menu and above the main content.
    #header_main_alternate {
    padding-bottom: 50px;
    }

    Hope this makes sense,
    Kristin

    #1272326
    KMC DC
    Participant

    I need a button that works with events manager. I am using conditional placeholders to call the url. However, I cannot place them in the enfold button shortcode.

    You can see the buttons here

    Here is the code on the site, it produces a wonky button that doesn’t function.
    <div class=”registration-button”>{has_att_bookingurl}<span style=”color:white;”>Click to Register</span>{/has_att_bookingurl}</div>

    (This was to see if there was an error calling the url)
    <div class=”registration-button”><span style=”color:white;”>Click to Register</span></div>

    The url doesn’t function correctly. It leads to the wrong page.

    Here is the css.
    /* Buttons for registering on events pages*/
    .registration-button {
    border:#f70a3d;
    border-width: .3px;
    border-radius: .225em;
    border:solid;
    background-color:#bf0a31;
    width:200px;
    padding: 0.385em 0.923em 0.538em;
    line-height: normal;
    margin:8px;
    text-align: center;
    font-size:16px;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    margin: 0 auto;
    vertical-align: left;
    }

    .registration-button:hover {
    border:#ebc4b5;
    border-width: .3px;
    border-radius: .225em;
    background-color:#D3BCB3;
    width:200px;
    padding: 0.385em 0.923em 0.538em;
    line-height: normal;
    margin:8px;
    text-align: center;
    font-size:16px;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
    margin: 0 auto;
    vertical-align: left;
    }

    .registration-button a {
    color:white;
    }

    Can you tell me how to get the button working?

    #1272184

    Hey Ismael

    This is indeed a plugin of https://totalery.com/
    They have already taken care of this matter, thank you very much

    I need something else in the same matter
    For these two pages
    1.

    2.
    http://213.8.209.12/~israelmediators/listings/%d7%a0%d7%95%d7%a8%d7%99%d7%aa-%d7%a7%d7%95%d7%91%d7%a8 % d7% 98% d7% 95% d7% 91% d7% a1% d7% a7% d7% 99 /

    They do not look good on a mobile
    They also belong to the plugin, the problem is that there is padding that I can not undo (I am not that talented at working with code) Anyway I did a lot of attempts and searches here with your support and in the end I came to this code which is not a good solution

    If there are parts here that are not needed I would be happy to help here

    @media only screen and (max-width: 1499px) {
    #top.single .entry-content {
    max-width: 100% !important;
    margin:0 auto;
    }
    #top.single .entry-content-wrapper {
    max-width: 100% !important;
    margin:0 auto;
    padding:0 5px;
    }
    }
    —-
    #top.single .entry-content {
    max-width: 100% !important;
    margin:0 auto;
    }
    #top.single .entry-content-wrapper {
    max-width: 100% !important;
    margin:0 auto;
    padding:0 5px;
    }
    #top.single .entry-content {
    max-width: 70% !important;
    margin:0 auto;
    }
    #top.single .content {
    padding-top: 10px !important;
    }
    span.image-overlay.overlay-type-image{
    display:none!important;
    }
    .av-sort-by-term span{
    font-size:18px!important;
    }

    Best regards,
    Yossi

    #1272172
    JoStudioDeRijp
    Participant

    Hi Enfold,

    How can I change the font size of text in tables? I already searched in other threads and tried different things, but that didn’t worked.
    Please let me know. I’m looking forward to your answer!

    Kind regards, JoStudio

    #1272147

    Hi,

    Please try this CSS as well:

    #header_meta #menu-item-10799 a {
        content: "2";
        font-size: 9px;
        color: #FFF;
        background: #42A0BD;
        line-height: 17px;
        width: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 100px;
        position: relative;
        top: -9px;
        left: 2px;
    }

    You might have to tweak the numbers around a bit, since they might be a bit too big for that menu item.

    Best regards,
    Rikard

Viewing 30 results - 3,031 through 3,060 (of 18,730 total)