Viewing 30 results - 6,991 through 7,020 (of 18,743 total)
  • Author
    Search Results
  • #958801
    robnelson4
    Participant

    I’m trying to change the font size of a text block using the drop down menu inside the block but the changes don’t show up on the front end. I can force it via css but that’s not really helpful as I can’t target specific blocks on the same page. Not sure why it’s not working. Changing the font colour shows up but not the size change. I tried toggling all the plugins on/off and nothing. Ideas?

    #958794
    madmanbean
    Participant

    Have tried all solutions to change this font size and none have worked!!

    latest attempt below

    .iconbox .iconbox_content .iconbox_content_title h3{
    border: medium none;
    padding: 2px 0 0 0;
    position: relative;
    margin: 0 0 16px 0;
    clear: none;
    overflow: hidden;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    }

    #958639

    Hi vagator78,

    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

    
    #top .fsBody .fsLabel, #top .fsBody label,
    #top legend.fsLabel span {
        font-size: 22.5px;
        color: #595d64;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #958501

    Hi carstenstrandvad,

    Can you try replacing this code I gave:

    .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 28% !important;
        margin-top: 80px !important;
        text-align: right;
    }

    with this:

    .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 14% !important;
        margin-top: 80px !important;
        text-align: right;
    }

    then add this css code also:

    .home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container {
        margin-left: -14%;
    }
    
    @media only screen and (max-width:1024px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 {
        font-size: 47px !important;
      }
    }
    
    @media only screen and (max-width:959px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        margin-left: 0 !important;
        margin-top: 30px !important;
        width: 125%;
      }
    
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading h1 {
        font-size: 42px !important;
      }
    
      .home #after_full_slider_1 .flex_column.av_one_half.avia-builder-el-last .avia-image-container {
        margin-left: 0;
      }
    }
    
    @media only screen and (max-width:767px) {
      .home #after_full_slider_1 .flex_column.av_one_half.first .av-special-heading {
        width: 100%;
      }
    }

    Let us know if this helps. :)

    Best regards,
    Nikko

    pantoni
    Participant

    Hi guys

    How do I control the Home page Fullscreen Slider Caption Title/Text for mobile screens. It currently reduces font size too much.

    Site listed below…

    Thanks

    #958387

    what can I do if I want to Unhide or put back the logo or header after I used this:

    @media only screen and (max-width: 767px) {
    .av-main-nav-wrap {
    display: none !important;
    }
    }

    .logo > a > img {
    max-width: 850px;
    }

    logo > a > img {
    max-width: 280px;
    }

    .logo, .logo a, .logo a img {
    width: 340px;
    height: 129px;
    }

    #top .av_header_transparency.av_alternate_logo_active .logo a > img {
    display: none;
    }

    @media only screen and (min-width:768px) {

    @media only screen and (min-width:768px) {
    #top .logo {
    width: 250px;
    }

    #top .av_header_transparency .logo {
    height: 150px;
    width: 370px;
    }

    #top #header_main > .container,
    #top #header_main > .container .main_menu ul:first-child > li > a,
    #top #header_main #menu-item-shop .cart_dropdown_link {
    height: 75px !important;
    line-height: 70px !important;
    }

    #top .av_header_transparency #header_main > .container,
    #top .av_header_transparency #header_main > .container .main_menu ul:first-child > li > a,
    #top .av_header_transparency #header_main #menu-item-shop .cart_dropdown_link {
    height: 130px !important;
    line-height: 900px !important;
    }
    }

    @media only screen and (max-width:767px) {
    .responsive #top .logo {
    margin-left: 0;
    }

    .responsive #top .logo img {
    max-height: 40px !important;
    }
    }

    .header-scrolled .logo img { display: yes; }

    .logo img {
    padding-top: 17px;
    }

    .avia-button {
    font-size: 26px!important;
    font-weight: 800!important;
    }

    #advanced_menu_toggle, #advanced_menu_hide { display: none !important; }

    I tried deleting the code but doesn’t work it just stay the same nothing happens

    #958284
    shedoesitcoaching
    Participant

    Hi,

    I’ve placed the following code in a textbox to make a button of it in my footer:

    [av_button label='Maak een afspraak voor een gratis oriëntatiegesprek' link='http://shedoesitcoaching.com/contact/' link_target='' color='theme-color' custom_bg='#44444' custom_font='#ffffff' size='medium' position='left' icon_select='yes' icon='']

    The button is white and I would like to change the colour of it.
    How can I do that in this code?

    Eefke

    Hey martabujan,

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

    .blog h3.entry-title {
      font-size: 14px !important;
    }

    Best regards,
    Rikard

    #957903

    Hey Andreas,

    My german is not perfect but I think you are asking to change the font size of all your buttons? If so, then you can set that under Enfold->Advanced Styling. If that is not what you are looking for then please try to explain a bit further and post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    Hi,
    Glad to hear! I’m not exactly sure what you mean about “narrowing the menu, but not the header” but I think you mean to make the menu text smaller:

    nav.main_menu span.avia-menu-text {
    font-size: 12px !important;
    }

    If this doesn’t help, please explain with screenshots. https://postimg.cc/ works good for screenshots

    Best regards,
    Mike

    #957841

    Hi. That worked perfectly perfectly for the font size. I also want to change the font colour and remove the bullet points in the Woocommerce Product Category sidebar widget. Any chance there’s a quick CSS for that? Thank you.

    #957772
    blaircomm
    Participant

    Hi:

    I am using the Ajax portfolio for corportae team members, and it is a good solution with huge bio text for each. But I must be able to style the title text under the preview image. Currently it is very small and only one line. I would like to be able to style the text, (which will be the person’s name large, then the person’s title underneath in a second line.

    I have tried this, but it didn’t do anything.

    .portfolio-preview-title {
    font-size: 18 px!important;
    }

    I would like to do the following with the Ajax portfilio, under the preview image title text:

    1. Make it two lines so I can put a name in the first line, and a job title in the second line. (Like a line break capability for the title area.)
    2. Be able to style each line of text with CSS.

    I hope I have made this understandable. It all works perfectly except the text under the preview picture needs formatting for it to function for my purpose.

    Hope you can help.

    Thanks

    — Michael

    martabujan
    Participant

    Hello, I would like the size of the text of the titles of the blog entries to be smaller (on the grilla blog page, not in each post).
    I have tried this code that I found in another query but it has not worked:

    .page-id-259 .entry-title {
         font-size: 17px! important;
    }

    Thank you!.
    Martha.

    #957394
    aph80
    Participant

    Hi,

    I like to position the link in the testimonials in a separate line. Now it is next to the subtitle. I want it to be in the next line. How can I do that?

    I already added a css class for the testimonial with the following code:

    /* These rules will change the title */
    .biggertestimonial .avia-testimonial-name {
    font-size: 22px !important;
    }

    /* These rules will change the subtitles */

    .biggertestimonial .avia-testimonial-subtitle {
    font-size: 18px;
    }

    .biggertestimonial .avia-testimonial-link {
    font-size: 18px;
    }

    .biggertestimonial .avia-testimonial-image {width: 100px !important; height: 100px !important;}

    #957372

    Hey vagator78,

    Thank you for using Enfold.

    A css declaration from the base.css file overrides the plugin’s styling. You may need to declare the style manually in the Quick CSS field or the style.css file.

    #top legend {
        font-size: 22.5px;
    }

    OR

    .fsBody .fsLabel, .fsBody label {
        font-size: 22.5px;
        color: #595d64;
    }

    Best regards,
    Ismael

    #957354

    Hey rawkfist0663,

    Thank you for using Enfold.

    Use the following css codes to adjust the font size on iPad view.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .av-image-caption-overlay-center {
        font-size: 11px !important;
      }
    }

    You can also set the column width to 50%.

    Best regards,
    Ismael

    Hi onastvar,

    Thanks for giving us admin access, it’s now fixed, the reason it’s not working is the code above it is not closed:

    #avia-menu .avia-menu-text {
        font-size: 14px !important;
        font-weight: bold !important;
    

    I have closed it and it worked fine :)

    Best regards,
    Nikko

    #956771

    Hi,
    Your code is good, and would work fine, but since you asked, I would like to see it like this:

    @media only screen and (max-width: 767px) { 
       .title_container .main-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    }

    it’s just easier to read :)
    As for your footer, I don’t see the error now, did you change it? I thought I saw the error at the url in the Private Content area?

    Best regards,
    Mike

    #956750

    In reply to: Icon List Title Font

    Hey Kirstie,

    Add this to quick css:

    .av_iconlist_title.iconlist_title_small a{
            font-family: Barlow, sans-serif;
    	font-weight: 600;
    	font-size: 20px;
    	color: #84bd00;
    } 

    This worked.

    Best regards,
    Jordan Shannon

    #956732

    yes and where on my thread is a space between those classes? https://kriesi.at/support/topic/font-css-class-not-working/#post-956107

    .avia_textblock.my_custom_class h2 { font-family: "proxima_nova_rgbold"; font-size: 100px; letter-spacing: normal; text-transform: none !important; }
    

    and what does this mean: Textblock class id = my_custom_class
    is it a class or an id ;)

    #956628

    Topic: Icon List Title Font

    in forum Enfold
    MJM
    Participant

    Hello,

    I followed this thread to style the titles and text of the Icon List. I was able to change the text, but for some reason, the code for the title isn’t taking. I tried adding This is what I entered:

    .avia-icon-list .iconlist_title {
    	font-family: Barlow, sans-serif;
    	font-weight: 600;
    	font-size: 14px;
    	color: #84bd00;
    }

    I tried adding an !important rule, but that didn’t work either. Is there something I’m doing wrong? I appreciate the help, thanks!

    #956558

    In reply to: Social media link

    Hey Erin,

    Not sure if i understood you clearly however i checked your code in widget and corrected it by adding following code to Appearance > Editor > Functions.php

    /**
     * Enqueue font-awesome styles
     */
    function av_enqueue_fa() {
        wp_enqueue_style( 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' );
    }
    add_action( 'wp_enqueue_scripts', 'av_enqueue_fa' );

    following code to Enfold theme options > General Styling > Quick CSS

    .fa {
      padding: 20px;
      font-size: 30px;
      width: 70px;
      text-align: center;
      text-decoration: none;
      margin: 5px 5px;
    }
    .fa:hover {
        opacity: 0.7;
    }
    .fa-facebook {
      background: #3B5998;
      color: white;
    }
    .fa-instagram {
      background: #125688;
      color: white;
    }

    and kept only following in your widget

    <a href="www.facebook.com/dongbucandi" class="fa fa-facebook"></a>
    
    <a href="www.instagram.com/dongbucandi" class="fa fa-instagram"></a>

    Could you please check your website again and elaborate if you are still having issues? Also, we would recommend you to use a child theme – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme and update the theme to the latest version 4.3.2 – https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. You can check out the most recent news here – https://kriesi.at/blog

    Best regards,
    Yigit

    #956542
    KRWKnitwear
    Participant

    Hello, I just updated to version 4.3 on a new website I am building.
    In the general Styling section, I have set both my main content and my alternate content pages to have a main font size of 14px in Open Sans and that the color should be black.

    But the font no matter what I do is set to 13 px and a soft grey. can anyone help?

    #956520

    Topic: Social media link

    in forum Enfold
    Skytaya2727
    Participant

    Hi, I would like to add my social media link via my footer widget.
    But it didn’t go through to each social pages. Would you check my html code? Something wrong?

    ————-
    <html>
    <head>
    <meta name=”viewport” content=”width=device-width, initial-scale=1″>
    <link rel=”stylesheet” href=”https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”&gt;
    <style>
    .fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
    }

    .fa:hover {
    opacity: 0.7;
    }

    .fa-facebook {
    background: #3B5998;
    color: white;
    }
    .fa-instagram {
    background: #125688;
    color: white;
    }
    </style>
    </head>
    <body>


    </body>
    </html>

    #956466

    Hi Mike,

    Seems like the website was down for a couple of minutes. Should be fixed now.

    Also I used the following code:

    @media only screen and (max-width: 767px) { .title_container .main-title {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    } }

    I’m happy with the result now. I guess this is okay too? Please let me know if my method is unclean. I’d like to learn ;).

    Now all that needs fixing is footer :D

    #956457
    vagator78
    Participant

    I am using Formstack to create forms for a client. Every form is working correctly except when I change the font-size in Formstack, it is not being reflected in Enfold.

    This is supposed to the 20pt OpenSans

    I tried editing the CSS in Formstack and that doesn’t work either so Enfold must be overriding it.

    Any ideas.

    thx

    ed

    #956405
    Fotokite
    Participant

    Hi,

    I have difficulties to get the titles on the same height. I am using the Fullwidth Easy Slider with 5 pictures and each with a separate title.

    All the information I put in are the same, picture size, font size and all with left without frame position. But as soon as I update and preview the page, the titles are not aligned.

    Please help

    #956172

    Hi,

    Yes, I activate the custom CSS class name option. Quick css is :

    .avia_textblock .my_custom_class h2 { font-family: "proxima_nova_rgbold"; font-size: 100px; letter-spacing: normal; text-transform: none !important; }

    Textblock class id = my_custom_class

    Hey aevans130,
    It seems that you have found a good solution for the issue, I assume that what you don’t like about it is having to call the stylesheet again. My first thought is that although you are calling it again I don’t believe the browser is going to download it again, only reorder it while parsing it.
    But I thought of another way around this, by adding the styles to WordPress > Customize > Additional CSS which is the last one to load.

    #mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
    .mc-field-group { display: inline-block; } /* positions input field horizontally */
    #mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:350px; vertical-align:top;}
    #mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
    #mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
    #mc_embed_signup .button {font-size: 13px; border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #aaa; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
    #mc_embed_signup .button:hover {background-color:#777; cursor:pointer;}
    #mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
    #mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
    #mc_embed_signup #mce-error-response {display:none;}
    #mc_embed_signup #mce-success-response {color:#529214; display:none;}
    #mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
    @media (max-width: 768px) {
        #mc_embed_signup input.email {width:100%; margin-bottom:5px;}
        #mc_embed_signup .clear {display: block; width: 100% }
        #mc_embed_signup .button {width: 100%; margin:0; }
    }

    I then removed this from your widget:

    <link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">

    and it is working, please check.

    Best regards,
    Mike

    #956113

    Below code is working. But i want custom class h2. as , my_extra_bold h2 { font-family: “proxima_extrabold”; color:red !important;}

    .avia_textblock h2 {
     font-family: "proxima_novasemibold"; font-size: 100px; letter-spacing: normal; text-transform: none !important;  
    }
Viewing 30 results - 6,991 through 7,020 (of 18,743 total)