Viewing 30 results - 14,641 through 14,670 (of 18,733 total)
  • Author
    Search Results
  • #390141

    Hi there!

    I set it 28px font size. But it is not appearing like 28. I wonder that why?

    Here the settings for H3:

    http://prntscr.com/60jrv8
    http://prntscr.com/60jswn

    How can I set it to 28px?

    Thanks!

    #390129

    Topic: Responsive Text Issue

    in forum Enfold
    sjidesign
    Participant

    Hi guys

    1. On my website http://www.sjidesign.co.uk/pace/ the telephone number on the top right hand side of my menu is looking perfect on pcs but if you look at it on an iphone/tablet it is causing a problem.

    2. I also need to drop the strap line “Converting patients into people”. As you look on the pc this text is right next to the logo which is perfect, for smaller screens I need to show under the logo as I don’t have enought room to put it across the screen

    3. Converting patients into people – light grey text – above the 3 main images also needs to scale down
    (please see below scrrenshot of iphone example)

    I am using custom css from this forum of: so basically just need the code for smaller screens to reposition and resize the text

    div.phone-info {
    position: relative;
    top: 35px;
    left: 10%;
    font-size: 210%;
    color: #FFFFFF;
    }
    div.custom_text {
    position: absolute;
    font-size: 130%;
    font-weight: bold;
    left: 240px;
    top: 30px;
    }

    IPHONE SCREENSHOT

    #390042

    Hey!

    I fixed some typos in Quick CSS but it did not help. Can you please try adding following code to Custom.css file which is inside Enfold/css folder and check if that helps

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    color: #0000ff!important; }}
    
    @media only screen and (max-width: 480px) {
    .home #av_section_1 .avia_textblock p strong { font-size: 36px!important; }}

    Also, Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions

    Cheers!
    Yigit

    #390015

    Hey!

    Thank you for coming back.

    Try the following and adjust the value of line-height:

    
    .avia-team-member p {
        font-size: 20px !important;
        line-height: 30px;
    }
    

    Regards,
    Günter

    #390007

    Hi DROR!

    Thank you for coming back.

    Use the following and adjust the values:

    
    .avia-team-member .team-member-name {
        font-size: 25px !important;
    }
    
    .avia-team-member  .team-member-job-title {
           font-size: 18px !important;
    }
    
    .avia-team-member p {
        font-size: 20px !important;
    }
    

    Best regards,
    Günter

    #389997
    bakbek
    Participant

    Hi, I want to make the title and description font bigger inside a team member element. How can I do that?

    #389772

    Hi zahara_nabula!

    Add this to your custom CSS.

    .main-title { font-size: 24px !important; }
    

    Cheers!
    Elliott

    #389751

    I fixed the missing header by remaking the table.

    However, I can’t figure how to style the headings. As you can see from your screenshot, heading’s font-size scaled down to a point where it became smaller then a cell content

    #389583

    hi, that works. I only have to decrease font-size to 11px instead 12px because I needed to enlarge the png logo a little bit.

    #389524

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1300px) and (min-width: 990px) {
    .av-main-nav > li > a { padding: 0 6px; font-size: 12px; }
    .logo * { max-width: 75%; top: 11px; }}

    Best regards,
    Yigit

    #389468

    Hey TjaardHeikens!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following:

    
    #main {
        font-size: 16px !important;
    }
    

    If you need to enlarge the heading font size also:

    
    #main .post-title a {
        font-size: 25px !important;
    }
    

    Cheers!
    Günter

    #389426

    In reply to: Text cut of on Mobile

    Hey eriatarka!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) { 
    h1 { font-size: 24px; }}

    Regards,
    Yigit

    #389378

    Thanks Ismael,
    It worked wonderfully.

    This is the block of css I use now:

    /* Remove language flags and replace with language name */
    .avia_wpml_language_switch li .language_flag img { display: none; }
    .avia_wpml_language_switch li .language_code { display: none !important; }
    .avia_wpml_language_switch li .language_translated {display: block !important; font-size: 14px;}
    #389288
    TjaardHeikens
    Participant

    Hello,
    I want to enlarge the font size for the body text with the Enfold template. I used .avia_textblock { font-size:16px; } but that quick css has no effect.

    What must I do to change font size?

    Best regards

    Tjaard

    • This topic was modified 11 years, 1 month ago by TjaardHeikens.
    #388935
    ronduring
    Participant

    I customized some aspects of the social media icons in the existing quick CSS and the layout of where the icons are now are good. However the hover over color for each of the icons I have in place needs to be adjusted. Below is a copy of the quick css I have in place, and the URL to review is in private. Please let me know what needs to be done.

    #top .social_bookmarks li a { font-size: 24px; }
    #top .social_bookmarks li {
    padding: 20px;
    width: 50px;
    }
    #top #wrap_all .av-social-link-twitter: a {background-color: #46dffe; color:#fff }
    #top .social_bookmarks_facebook a {color: #fff; background-color: #37589b;}
    #top .social_bookmarks_twitter a {color: #fff; background-color: #37589b;}
    #top .social_bookmarks_instagram a {color: #fff; background-color: #37589b;}
    #top .social_bookmarks_youtube a {color: #fff; background-color: #37589b;}

    #388915
    hiromixism
    Participant

    Hi Enfold team,

    I just started using the enfod theme and I love it!

    I have a quick question. How can I change the width of the caption on full screen slider without changing the font size? Now I set my caption ‘left framed’, and I want to make it a bit wider to contain more words in one line if possible.

    Thank you so much in advance for your support!

    Hiromi

    #388852

    Hi!

    In your child theme style.css change this line:

     .sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;}
    

    To:

    @media only screen and (min-width: 767px) {
        .sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;}
    }
    

    Cheers!
    Josue

    #388844
    Bikul
    Participant

    Hello,

    I installed the plugin Flexible Posts Widget to have a bigger picture of the Blogposts in the widgets for Footer and Sidebar.

    Would it be possible to give a little bit more space between the Blogposts here?

    The plugin is not changing or adding something to the CSS of the template.

    I added already some additional CSS to give the Font another look:

    #top .news-content {
    font-size: 12px;
    font-weight: 300;
    font-family: ‘Noto Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    }

    But I do not know how to change the space between the Blogposts in the widgets/sidebar

    Thank you For Help
    Bernd

    distance

    #388822

    Hi magpie6 ;
    I think to fix the size of an element without naming that element just with “body” tag is hazardous, I said “voilent” inorder to take your attention in that point.
    I would write ;

    body h2 {font-size: 24px !important;}
    

    Otherwise;
    in the special headings there is also a Custom Css Classe zone which could help you.
    if you would like to increase size of every text may be you should try something like :

    body p {font-size: 110% !important;}
    
    #388821

    Hi Bernd!

    Would you like to try reducing the font size? Try adding this to your custom CSS.

    @media only screen and (max-width: 400px) {
    .av-inherit-size .av-special-heading-tag {
      font-size: 20px !important;
    }
    }

    Regards,
    Elliott

    #388787
    magpie6
    Participant

    On the following page, there is a Special Heading which uses the text “Get in touch. Don’t be shy.” – http://www.247direct.com.

    The font size had been ok before I started adding elements to the Quick CSS box, which now only includes the following;

    body {
    font-size: 18px;
    }
    
    @media only screen and (max-width: 768px) {
    .avia-layerslider {
    display: none!important;
    }}

    I’ve reset the child theme settings but the problem remains.

    Any ideas of what else I could do pls?

    #388772
    magpie6
    Participant

    I’m trying to change the Header font-size using Quick CSS but it’s not working. I’ve used;

    .html_header_top.html_bottom_nav_header .main_menu {
    font-size: 18px;
    }
    #388557

    Hi blaineglobal!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle { color: #0000ff; }
    @media only screen and (max-width: 480px) {
    .home #av_section_1 .avia_textblock p strong { font-size: 36px!important; }}

    Regards,
    Yigit

    clcintx
    Participant

    I have an area that probably 25px tall that i can’t get rid of right below the header. We are using a transparent / glassy header and have shortened the height of the header. On the home page you see it when you click the first anchor link there at the top on the video – the what we do anchor is about 25px too far down. On the inner pages you see it when you click on any menu link, the blue bar should be right below the menu. It’s that 25 pixels or so that is right below the blue highlighted header in the images below. http://clstudio.com/mag

    this is the css we’ve used so far to get to this point:

    #top .av_header_glassy.av_header_transparency #header_main {background-color: rgba(255,255,255,0.5) !important; } /* decrease header transparency */

    #header_meta {background: transparent;} /*make top navigation transparent */

    .sub_menu {font-size: 14px; position: relative; left: -40px; top: 22px;} /* sub menu font size */

    div .logo {float: left; position: absolute; left: 16px; top:15px;} /* logo position */

    #header_main {position:relative; top:-28px !important; left:-1px !important;}
    #header_main .container {height: 55px !important;}
    #header_main_alternate .container {height: 35px !important;}
    /* move header elements up */

    #top .av_header_transparency #header_meta {border: none;} /* remove upper sub-menu bottom border*/
    #header_meta {border: none;} /* remove upper sub-menu border*/
    #header_main {border: none;} /* remove menu border*/
    #header_main_alternate {border: none} /* remove menu border*/

    #top .av_header_glassy.av_header_transparency .header_bg {opacity: 0.0 !important;} /* glassy hung farther than header down so remove it */

    .header_bg {height: 90px;}
    #header { height:90px; line-height: 90px; }
    /* sticky bg hung down so move it up*/

    homepage

    innerpages

    • This topic was modified 11 years, 1 month ago by Ismael.
    #388451

    Hey!

    Elliott posted you selectors that you can use in Quick CSS field. You should adjust them separately as following

    #header input[type="text"] { font-size: 18px !important; }
    #header input[type="submit"] { font-size: 16px!important; }
    
    input[type="text"] { font-size: 22px!important;  }
    input[type="submit"] { font-size: 20px !important;  }

    Best regards,
    Yigit

    #388314

    Hi!

    Please try adding following code to Quick CSS

    @media only screen and (max-width: 870px) and (min-width: 769px) {
    .iconbox_content_container {
    font-size: 13px;
    }}

    Cheers!
    Yigit

    #388246
    knitsfor
    Participant

    Hi,

    I am not sure if this is something you can help me with but I have noticed that the code for the headers in my blog post, inserted through the “Insert theme short code” function is showing in the main body of my emailed blog posts.

    On the blog it renders as the correct formatted heading but in the emails to subscribers it appears as the code.

    [av_heading heading='The Yarn' tag='h3' style='' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]

    Do I need to change some settings or is this an email browser issue?

    Thanks,

    Clare

    #388219
    Seelengaertner
    Participant

    Hi,
    I would like to make the font size of the header menu bigger and change the font. Is this possible and where can I do this? I could not find any options for that yet.

    Thanks for your help,
    Diana

    #388038
    gharding
    Participant

    How could add an icon of my choosing to the left of each of the top bar menu items here: http://50.87.248.111/~pilatfb0/ ?

    You could use this if you need something: http://50.87.248.111/~pilatfb0/wp-content/uploads/2015/01/logovector_flaviconsized-011.png

    Or, I could use an icon font or an emoji code.

    I was also thinking I could redefine one of the two button styles.

    thank you

    staciejensen
    Participant

    I wanted to create a thin border around my post title, change size and center text. I hope this tip helps others who are looking for this type of thing:

    Place below in Quick CSS

    h1.post-title.entry-title {
    font-size: 35px!important;
    text-align: center;
    padding: 25px 50px;
    border:1px solid #000;
    }

Viewing 30 results - 14,641 through 14,670 (of 18,733 total)