Viewing 30 results - 5,701 through 5,730 (of 18,738 total)
  • Author
    Search Results
  • Hi Victoria,

    thx for your answer! All works very well in the »Quick CSS«, thx! :)

    Only thing is left…please read this again:
    If you change the font-size, the highlight-size doesn’t
    change! So it would be good, to have also an css-
    snippet for that. ;)

    Best regards
    Carsten

    #1052914

    Hey Jez,

    https://cl.ly/529027ddd813 I was unable to see the website, but you can try this code:

    
     #top #header_meta .phone-info { 
      font-size: 15px;
     }
    

    You can add another span in the field with the phone in the theme options.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    Hi Jordan,

    thx for your answer! It works, nice!

    But – I also wrote that I want to change the space between the icons.
    And by the way – how can I change the colour of the round back-
    ground-highlights of the icons? That would be nice, too. :-)

    Short note: if you change the font-size, the highlight-size doesn’t
    change! So it would be good, to have also an css-snippet
    for that. :-)

    Best regards
    Carsten

    #1052851

    Hi Ismael,

    michaelH’s solution worked great to get the icons and text aligned. For really long words, it would not align and we had to add a line break and hyphenate the words.

    The only issue we have now is that we have quite a few icons, and we want users to be able to scroll through them.

    We added arrows, but they are not clickable. The only way to see tabs further down is to click on the rightmost tab and then it displays the next few tabs. We want arrow navigation to scroll through all the tabs. Example page: https://www.mindscope.com/recruiting-software/

    Arrow code:

    .av-tab-section-outer-container:after {
    content: ‘\e879’;
    font-family: ‘entypo-fontello’;
    font-size: 30px;
    position: absolute;
    top: 100px;
    z-index: 1000;
    right: 20px;
    }

    .av-tab-section-outer-container:before {
    content: ‘\e878’;
    font-family: ‘entypo-fontello’;
    font-size: 30px;
    position: absolute;
    top: 100px;
    z-index: 1000;
    left: 20px;
    }

    #1052795
    3drenders.co.uk
    Participant

    Hi,

    I believe I’ve tried everything, yet nothing I’ve tried seems to work.

    https://3drenders.co.uk is the site I wish to add a phone number on the top of the page (on the right), but the text is way too small.

    I’ve found various css suggestions off this site to fix this, but none have had any effect.

    Please can someone tell me exactly what I should in the css and exactly where I should put it ?

    So far I have tried;

    .phone-info { font-size: 25px; }

    And I’ve added it at the very bottom of all the css that’s already there, under “Quick CSS” under General Styling (for Enfold, within WordPress).

    Or am I putting the CSS in the wrong place ? If so, please can you tell me where it should be placed ?

    Furthermore, I’d like to add our email address (preferably beside the telephone number) ? How would I do that ? (if too difficult then don’t worry, it’s the Phone Number Text I must get sorted immediately :) ).

    Many thanks.

    Hi,

    Add this to quick css:

    .social_bookmarks {
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    Hi,

    Add this to quick css:

    .av-sort-by-term  {
    text-align:left!important;
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1052778

    Hi,

    Add this to quick css:

    h3.av-masonry-entry-title.entry-title{
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1052718

    Hi,

    Thanks for the update.

    I think it’s not working because of the font weight, so I added this code on the Quick CSS field temporarily.

    #top #header .av-main-nav > li > a {
        font-size: 15px;
        font-family: 'Courier New', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
        letter-spacing: 0.11em;
        font-weight: normal;
    }

    Best regards,
    Ismael

    #1052709

    Hi Rikard,
    I did it and it works. Thank you.
    However, I’m concerned that such things have to be fixed with additional CSS code. Maybe I’m wrong but should globally font size setting solve the problem? Next I would like to change the font size I’ll have to remember about all this additional fixes like

    @media only screen and (max-width: 767px) {
        .responsive .template-page .big-preview {
            padding: 0 0 10px 0;
        }
    }
    
    .template-blog.template-single-blog p {
        font-size: 15px;
    }
    
    ul li {
      font-size:15px !important;
    }

    First concerns a bug with displaying cover photo on the post list on mobile (same on our demo side) – details in my other post
    Second fix the font size on single post without sidebar. Similar problem as in this thread – details in my other post.

    I thing it is strange. That global setting in Enfold->General Styling->Fonts does not work for all fonts. Or maybe this are all bugs?
    Thank you in advance for clarification.
    Regards,
    Chris

    #1052676

    Hi Victoria

    yes, its working fine this time,
    still my bottom of page related plugins “Related Posts by Zemanta” font size become smaller now
    similar to other plugins “Table of Contents Plus’ -it was working before well,

    I updated my all CSS code in private section for your review,

    Can you please check once,

    #1052622

    Hi Chris,

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

    ul li {
      font-size:15px !important;
    }

    Best regards,
    Rikard

    hello there, can someone help me with the problem form above?
    I mean I put the quick css in the general styling, but the Text Welcome won’t change, it remains the same size and thickness. so how can I have Welcome bigger and thicker and of another color as well(not red). where in the quick css should I introduce the Welcome title?

    3) how can I change the colourfont of the subtitles, instead of red I want them to be black.

    #1052381

    Topic: Button Shape Problem

    in forum Enfold
    rmatus
    Participant

    I have designed a button shape that looks great in Firefox and Edge, but still shows as a square in Chrome. Can you tell me what is missing? (I cleaned the cache. I also made other updates to the page that are showing, so I know it is not an old version.)

    The page is:

    I set the button shape in color within the theme. I also added the following CSS:
    .avia-button { border-radius: 100px; !important; }
    .avia-button.avia-size-xlarge { font-size: 30px; } /* for xlarge buttons */
    .avia-button.avia-size-large { font-size: 30px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 24px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 24px; } /* for small buttons */

    What can I do about Chrome?

    #1052332

    Hi,
    To remove the “comment-form-cookies-consent” check box, I went to WordPress > Settings > General > Discussion Settings > Show comments cookies opt-in checkbox and unchecked it, and I removed the script that changed the wording.
    I then updated the comment form to show a placeholder, and the font size for the submit button, and the mobile view of the “Privacy Policy” tick box line.

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1052298

    Hello, I have another styling problem. The font size is different on paragraph and different on bullet list.
    Example: https://www.sensity.pl/agorafobia-objawy-i-leczenie/
    font size: https://snag.gy/lRbPZ2.jpg

    As above:
    – no styling applied in post editor
    – 15 px font size set in Enfold/Appearance
    @Victoria recommendation done.

    Any ideas?
    Regards!
    Chris

    Thanks for getting back to me Jordan. I posted a link to the page below. As you can see, the sorting/filtering option is currently centered above the masonry blog post element; whereas I’d like it to be left aligned. I’d also like to increase the font size a bit and get rid of the italic font effect. Many thanks

    #1052269

    Hi Mike,
    Thank you so much!
    Couple more tweaks if possible:
    I don’t think the tick box and “Save my name and email in this browser for the next time I comment.” are particularly relevant, could we remove them?
    I’d like it to say “Comment” in the comment box and have tried copying the code for the Name and Email boxes but to no avail I’m afraid…
    Please could I have code to make the “Post Comment” button the same height and with the same size font as the subscribe button below?

    Looking at the section on a mobile, the “Privacy Policy” tick box line is half covered by the “Post Comment box…
    Thank you for all your assistance!
    Best wishes
    H

    #1052199

    Hi,

    Thanks for the update. You can try this css code:

    @media only screen and (max-width: 767px) {
    .c-buttons li {
        float: left;
        width: 48%;
        clear: none;
        margin: 0 0 0 1%;
        font-size: 13px;
    }
    
    .c-buttons li a {
        padding: 0;
    }
    }

    Best regards,
    Ismael

    #1052181

    In reply to: Several problems

    Hi Ivo,

    We could appreciate if you opened separate thread for each problem in the future.

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

    @media only screen and (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
      font-size:80%;
    }
    }
    
    @media only screen and (max-width: 990px) {
    h1, h2, h3, h4, h5, h6 {
      font-size:120%;
    }
    }

    Best regards,
    Rikard

    #1052163

    Hi,
    I rewrote the placeholder script and added it and it seems to be working correctly now:

    function add_placeholders(){
    ?>
    <script>
    (function($){
    $(document).ready(function(){
    $(".comment-form-author input#author").attr("placeholder", "Name");
    $(".comment-form-email input#email").attr("placeholder", "email");
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_placeholders');

    To make the name and email field and submit button full width, I added this in your Quick CSS:

    #top .comment-form-email input, #top .comment-form-author input,#top .comment_container .form-submit input.submit {
        width: 100% !important; 
    }

    To correct the font size for the checkbox text, I added this Quick CSS:

    #top label[for=wp-comment-cookies-consent], #top label[for=comment-form-av-privatepolicy] {
        font-weight: bold !important; 
        font-size: 0.92em !important; 
    }

    To remove the text “and website” from the label, I added this script to your functions.php:

    function replace_consent_text(){
    ?>
    <script>
    (function($){
    $(document).ready(function(){
    $("label[for=wp-comment-cookies-consent]").text("Save my name and email in this browser for the next time I comment.");
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'replace_consent_text');

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1052129
    rmatus
    Participant

    I am trying to change the shape of the button on the following page:

    What I want is for the button towards the bottom of the page (under the report image) to be the same shape as the button in the layer slider. I have changed the color, but the other commands are not taking. I have tried the following CSS code:

    .avia-button { border-radius: 100px; !important; }
    .avia-button.avia-size-xlarge { font-size: 28px; } /* for large buttons */
    .avia-button.avia-size-large { font-size: 24px; } /* for large buttons */
    .avia-button.avia-size-medium { font-size: 24px; } /* for medium buttons */
    .avia-button.avia-size-small { font-size: 24px; } /* for small buttons */

    I have also tried to edit the border radius in Enfold –> Advanced Styling

    Nothing seems to be changing this shape!

    Thank you!

    #1052094
    yasodaran
    Participant

    dear Support.

    I want to set standard font and size for my site body, top menu and sidebar elements, and bottom of related posts fonts,,
    I try to do with advanced settings but no changes of my font??
    Do we fix common font size for all (except H1,H2,H3,H4, H5 and H6)

    What will be standard font for enfold theme?

    I need to keep similar font for example site given below private area,

    Kindly advice,

    #1052005
    Susanne
    Participant

    URL: https://www.suemasondesign.com

    Hi there,
    I’d like to increase the font size of image captions in the Masonry Gallery to 14. Is there a quick css code for this?

    I tried this code – to no avail:
    .av-image-caption-overlay {
    font-size: 14px !important;
    }

    Thanks a lot,
    Susanne

    #1051885
    rdobrien
    Participant

    The caption title font size for easy slider is set for 22px. This works for main menu items. When going to the sub-menu items, while also set for 22px, it is smaller. If you inspect it it shows 22px, but is smaller. If you uncheck the font-size while in inspect, it gets bigger (22px). How can that be? How do I make the font size for the caption the same for both the main-menu and sub-menu?

    MadRhino
    Participant

    Hi everybody,

    I’m looking to left-align and slightly increase the font size of the Masonry Blog Post Element sorting option.

    Many thanks for your time and help with this

    #1051820

    Yes, but it works not correctly. The mgea-menu was very narrow and not across the full width.
    Here is my quick CSS:

    /*Hauptmenü Schriftfarbe und Schriftgröße.*/
    #top .main_menu ul:first-child > li > a {
    font-size: 14px;
    color: #C60000;
    }

    /*Second Menu oben Schriftgröße.*/
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 16px;
    }

    /*Schriftgrösse PREIS*/
    .price .amount{
    font-size: 16px !important;
    }

    /*Schriftgrösse inkl. MWST*/
    .price .woocommerce-de_price_taxrate{
    font-size: 12px !important;
    }

    /*Schriftgrösse Lieferzeit*/
    .shipping_de.shipping_de_string small span {
    font-size: 12px;
    }

    /*Im Hauptmenu Warenkorb-Botton vergrößern*/
    a.cart_dropdown_link {
    font-size: 36px !important;
    }

    #header #header_main_alternate .container {
    padding: 0 40px;
    }

    /*Text rechts neben Warenkorbs einfügen*/
    #header_main #menu-item-shop .cart_dropdown_link:before {
    content: “Warenkorb “;
    position: absolute;
    margin-left: 40px;
    top: 10px;
    font-size: 14px !important;
    }

    /*Die Position des Warenkorbs ändern*/
    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
    right: 20px;
    position: absolute;
    top: 20px;
    }

    /*Größe und Textfarbe Tel-Nr. oben links*/
    .phone-info * {
    font-size: 18px;
    }
    .phone-info * {
    color: #c00000 !important;
    }

    /*Preis pro Einheit in der Produktsicht anpassen, kleiner und nicht fett*/
    #top .price-unit, #top .price-unit span {
    font-size: 12px;
    font-weight: 300;
    }
    #header .avia_mega_div {
    overflow: visible !important;
    }

    #1051776

    Hi Nikko,

    Sorry to disturb but I am still in trouble with the advanced styling settings.
    No more color, or fonts or size are displayed anymore in that section of Enfold child settings.
    Could you connect and check this for me please ?
    (Please try to not remove all my fonts and colors ;-))

    Thank you

    #1051523
    flightdeck
    Participant

    Hi, I have an enfold contact form which I would like styled like the enfold contact form. How do I achieve this? I tired this code but the submit button is not the same size…

    /*----------------------------------------
    // CSS - Styling contact form 7
    //--------------------------------------*/
    
    /* Textarea email and input fields */
    #top .wpcf7-form input[type='text'],
    #top .wpcf7-form input[type='email'],
    #top .wpcf7-form .wpcf7-textarea {
    /*border-color: #d0d2d3;*/
    /*background: #dbebfa;*/
    /*color: #00334e;*/
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1em;
    padding: 13px!important;
    border-radius: 2px;
    }
    
    /* Submit button */
    #top .wpcf7-form .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 2px;
    }

    Is there a way to hide the Hide Form Labels like in the enfold as well?

    • This topic was modified 7 years, 3 months ago by flightdeck.

    thanks,
    but the 2) problem doesn’t work, I mean I put the quick css in the general styling, but the Text Welcome won’t change, it remains the same size and thickness. so how can I have Welcome bigger and thicker and of another color as well(not red). where in the quick css should I introduce the Welcome title?

    3) how can I change the colourfont of the subtitles, instead of red I want them to be black.

    thank you

    Bogdan

Viewing 30 results - 5,701 through 5,730 (of 18,738 total)