Viewing 30 results - 12,871 through 12,900 (of 18,738 total)
  • Author
    Search Results
  • #512917

    Hi Elliott,

    That doesn’t seem to work. Just to clarify, trying to increase the font size of this: https://www.dropbox.com/s/i7zavmsrmpq2p5l/headerfont.png?dl=0

    We currently have the below in the Quick CSS, but it’s not working.

    /* Below added on 1/10/14 to make the main body text larger. */
    body, body p {
    font-size: 17px;
    }

    .main_menu ul:first-child > li > a {
    font-size: 18px !important;
    }

    .phone-info { font-size: 20px; }
    #top .social_bookmarks li a { font-size: 20px; }

    #header_meta nav.sub_menu a {
    font-size: 20px !important;
    }

    • This reply was modified 10 years, 6 months ago by leadliaison.
    #512913

    Hey Lead!

    It looks like you already increased the font for the phone info and the icons. For the menu in the top right hand corner you can use this CSS.

    #header_meta nav.sub_menu a {
        font-size: 14px !important;
    }

    Cheers!
    Elliott

    #512898
    leadliaison
    Participant

    Hi All – Trying to change the size of the fonts at the top right of our website for the phone number, blog, etc. We have the following code in the Quick CSS box. You can see the phone-info styling we tried to add. Also tried to add different variations of the phone styling per the forums, such as the ones below, but nothing seems to work. Can you help? Note, would also like to increase the size of the social icons on the top left too. In general, increase the size of the entire top line (icons and text).

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

    OR
    .social_header .phone-info span{
    font-size: 20px;
    }

    —————————–

    /* Below added on 1/10/14 to make the main body text larger. */
    body, body p {
    font-size: 17px;
    }

    .main_menu ul:first-child > li > a {
    font-size: 18px !important;
    }

    .phone-info { font-size: 20px; }
    #top .social_bookmarks li a { font-size: 20px; }

    #512837

    Topic: Header options

    in forum Enfold
    c3computers
    Participant

    Hi!

    http://tuinhoes.nl/

    Im setting up a website to try out all the posibilitys with the theme. I just added this code to my child css:

    //Fontsize 'Prijs"
    #top .price, #top .price span, #top del, #top  ins{
    display: inline;
    text-decoration: none;
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
    }
    
    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #abbe31;
    }
    
    //Fontsize widget_product_categories
    .widget_product_categories li a{font-size: 14px;font-style: normal;}
    
    //Background color home
    li#menu-item-19 a {
        background-color: #2997ab!important;
    }

    Now it ignors the :

    //Fontsize widget_product_categories
    .widget_product_categories li a{font-size: 14px;font-style: normal;}

    but whene i add is to the quick CSS in the theme is works.

    And also the code for the background of the home button stopt working.

    Tnx in advance!

    #512811

    Hi!

    Please add following code to Quick CSS

    button.give-btn.give-btn-reveal {
        padding: 9px 10px 7px;
        font-size: 13px;
        min-width: 80px;
        color: #ffffff;
        background-color: #c3512f;
        border-radius: 5px;
        border: none!important;
    }

    Best regards,
    Yigit

    #512802

    In reply to: Styling the page title

    Thanks, I’ve added this

    .main-title.entry-title a {
       font-weight: bold!important;
       color: black!important;
      text-transform: uppercase!important;
    font-size: 120%!important;
    } 

    but since I’ve set the font size bigger, now the title is not aligned in the center of the title box and I don’t know how to align again, sorry…

    #512641

    Hi

    I have turned the css off as it was causing issues so now it is the default icon list. I was trying to get the icons and text smaller using this code …

    /* CT START Control the size of the icon list and text and bottom margin */
    
    /* .iconlist-char { */
    /*     font-size: 20px; */
    /*     position: absolute; */
    /*     top: 0px; */
    /*     left: 0px; */
    /* } */
    
    /* If you assign this css class to an icon list they will pick up the css class */
    #top .product-icon-list {
        margin-bottom: -40px;
    }
    
    /* Icon List */
    
    /* .avia-icon-list .iconlist_icon { */
    /*    height: 30px; */
    /*    width: 30px; */
    /*    line-height: 30px; */
    /*    position: relative; */
    /*    top: 0px; */
    /*    left: 20px; */
    /* } */
    
    /* CT END Control the size of the icon list and text */
    #512573

    Hey Gimrog!

    Thank you for using Enfold.

    Please use this in the Quick CSS field to adjust the width of the caption:

    .slideshow_caption {
        width: 60%;
    }

    Adjust the font size of the title and text with this:

    .avia-caption-content {
        font-size: 20px !important;
    }
    
    .avia-caption-title {
        font-size: 50px !important;
    }

    Use css media queries in order to adjust the values in different screen sizes. Example for iPad or tablets:

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .slideshow_caption {
        width: 50%;
    }
    
    .avia-caption-content {
        font-size: 15px !important;
    }
    
    .avia-caption-title {
        font-size: .30px !important;
    }
    }

    Best regards,
    Ismael

    #512351

    Hey Mavraganis!

    1. You can set the header height in Dashboard > Enfold > Header. You can increase the font size of the menu items in Dashboard > Enfold > Advanced Styling.

    2. It sounds like a caching issue. Are you using a caching plugin? Does it do the same in all browsers? Perhaps some kind of browser add-on / extension is causing the issue.

    Cheers!
    Elliott

    #512308

    Hi famewebdesign!

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

    #header_main .social_bookmarks li a { font-size: 18px; }

    Cheers!
    Yigit

    #512212

    http://cttdev.cagraphicdesign.biz/
    Hi Rikard
    This is very mysterious. I saw that the code was incorrect and assumed it was because I created it in a practice page using shortcodes, then copying over the text version to a text widget for the header widget.

    That said, I started fresh using your code. I placed it in the header text widget and in the footer text widget…
    it works fine in the footer but not in the header…very strange. Feel free to log in to the back end…maybe I did not create that header widget correctly.

    here is the code that is in both widgets now:

    <h2>[av_font_icon icon='ue836' font='entypo-fontello' style='' caption='' link='post,1' linktarget='' size='40px' position='left' color='#ffffff']
    Click here to enroll
    [/av_font_icon]<span style=”color: #002d73;”>ENROLL NOW!</span>
    <span style=”color: #002d73;”> 800-862-2678</span></h2>

    #512118

    In reply to: Font size submenu

    Hi Dirk!

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

    #top .av-subnav-menu li a {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #512060

    Topic: Font size submenu

    in forum Enfold
    dickdick
    Participant

    Could you please take a look at http://www.dickhofman.nl

    I use for navigation the sub-menu. How do I enlarge the font-size and color?

    Senx!

    #512041
    Guenni007
    Participant

    is there a special reason for setting the post navigation to display none on screens under 768px ?

    i have set up the media query to the following and it looks for me ok on my iphone ( i shrinked a little bit for that case

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav { display: block }
    #top .avia-post-next {background:none repeat scroll 0 0 rgba(255,50,50,0.6);top: 65%}
    #top .avia-post-prev {background:none repeat scroll 0 0 rgba(50, 100, 255,0.6);top: 65%}
    #top .avia-post-nav {height: 60px;margin-top: -55px;padding: 15px}
    .avia-post-nav .entry-info-wrap {margin-top: -11px}
    .avia-post-nav .entry-info {height: 50px;width: 180px}
    .avia-post-nav .entry-image {height: 50px;width: 50px}
    .avia-post-nav .entry-info span {display: table-cell;font-size: 13px;line-height: 1.3em;vertical-align: middle}
    .avia-post-nav .entry-image img {display: block;height: auto;width: 50px}
    .avia-post-nav:hover .entry-info-wrap {width: 200px}
    }
    #512003
    Willyyr
    Participant

    I’m not sure which update of wordpress introduced these problems but recently i’m having a hard time posting new blog posts because the visual editor seems to be messing with the final post. The only solution has been so far to enable debug mode and edit the stuff manually by removing the [av_textblock size='' font_color='' color=''] tag elements. When not removing the only thing shown on the overview page is the title and a read more link like so:
    Image 1

    Also when opening the article this happens to the title:
    Image 2

    I’ll leave the latest post like this so you can see the error for yourself.

    Could you assist me in solving this please?

    #511971

    Hey Mathias!

    Thank you for using Enfold.

    You can decrease the font size and padding of the menu items:

    @media only screen and (max-width: 1100px) {
    #top .av_seperator_big_border#header .av-main-nav > li > a {
        padding: 3px 14px 3px 5px;
        font-size: 12px;
    }
    }

    Best regards,
    Ismael

    #511855
    cagraphicdesign
    Participant

    http://cttdev.cagraphicdesign.biz/

    In your support forum I found out how to add a widget to the header area but cannot get any of it to link.
    Here are your intstructions and below that is the HTML I put in the text widget.

    `——-If you are wanting to add a widget area to your header then add this to the bottom of your functions.php file.—–

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

    ——–in case you’re using a layout with the MENU BELOW the header area use this code instead:———

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

    —————————————-
    And then navigate to Dashboard > Appearance > Widgets and create a new widget area named header and add some widgets to it.

    Depending on what your trying to do some CSS code will be required. If you want the widget area to be centered in the header then add this to your CUSTOM CSS.
    —————————————–

    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    }

    ****************Here is the HTML I added to the text widget which works on a regular page*********

    <h3>[av_font_icon icon='ue836' font='entypo-fontello' style='' caption='' link='post,1' linktarget='' size='40px' position='left' color='']
    Click here to enroll
    [/av_font_icon]<span style=”color: #002d73;”>ENROLL NOW!</span>
    <span style=”color: #002d73;”> 800-862-2678</span></h3>

    #511853

    In reply to: Change icon list font

    Try:

    page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    color: red;
    }

    Best regards,
    Josue

    #511849

    In reply to: Change icon list font

    Actually both these work! ,

    #top.page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    .page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    I was targeting the wrong page number and so did not see it change when i checked the page i wanted.

    OOPS! , Thanks though.

    Is there a preferred One to use from the above or does it not really matter?

    you can go to Colors tab on your element to change colors

    Its the” icon list title” colour i want to change on the page, i see you can change the icon colours and have done that already.. Is there a extra bit of code i can add to this to target the icon list title colour?

    page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    #511846
    doperdoll
    Participant

    I used the advanced editor to design my blog home page. On the blog home page put a header with the blog name, and the categories on the right hand side bar. I am very happy with the look.

    However, when click on one of the posts, the header with the blog name is gone, and the title of the post is gone.

    I would like to have a standard formatting for all blog posts that include the blog name in the header, the title of the post, and the font color and font size.

    #511722

    Topic: Can't change font size

    in forum Enfold
    lzevon
    Participant

    Any idea why I can’t change font size? I’ve not had this happen to me before and feel like I’m maybe missing the obvious! In the source I see the font size I declared in the Text Block, but the actual font size being displayed is still the default (14px)?

    #511615

    This code is also changing the size of the icon on an icon box as well.

    I only want it to change on the Icon List …

    /* CT START Control the size of the icon list and text and bottom margin */
    
    .iconlist-char {
    font-size: 20px;
    
    }
    
    .iconbox_icon {
        font-size: 20px !important;
    }
    
    .avia-icon-list-container.avia-builder-el-8 {
        margin-bottom: -20px;
    }
    
    /* Icon List */
    
    .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 30px;
    }
    
    /* CT END Control the size of the icon list and text */
    #511580

    Hi

    I have it here

    /* CT START Control the size of the icon list and text and bottom margin */
    
    .iconlist-char {
    font-size: 20px;
    }
    
    .iconbox_icon {
        font-size: 20px !important;
    }
    
    .avia-icon-list-container.avia-builder-el-8 {
        margin-bottom: -20px;
    }
    
    /* Icon List */
    
    .avia-icon-list .iconlist_icon {
    height: 20px;
    width: 20px;
    line-height: 40px;
    }
    
    /* CT END Control the size of the icon list and text */
    #511561

    Hey!

    Currently you do not have following code in your Style.css file

    .iconbox_icon {
        font-size: 40px !important;
    }

    Cheers!
    Yigit

    #511556

    The font hasnt changed in size

    #511460

    Hi!

    Please see my reply here – https://kriesi.at/support/topic/changing-size-of-icon-list-and-font/#post-511459. You can post your reply here :)

    Regards,
    Yigit

    #511430

    In reply to: Change icon list font

    Hey!

    Following should

    .page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    P.S.: If you do not mind posting admin credentials, we can make the changes for you

    Best regards,
    Yigit

    #511426

    In reply to: Change icon list font

    Sorry thats beyond me this is working fine

    #top .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    But this was not

    #top.page-id-26876 .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    #511403

    In reply to: Blog Settings

    Hey Delia!

    Please add following code to Quick CSS

    .blog-meta,.date-container, .text-sep-date, .text-sep-cat {
        display: none!important;
    }
    .entry-content {
    font-size: 16px;
    }

    Cheers!
    Yigit

    #511398

    In reply to: Change icon list font

    Hey!

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then change the code to following one

    .your-custom-class .iconlist_title {
    font-weight: 100;
    font-size: 14px;
    text-transform: none;
    }

    You can go to Colors tab on your element to change colors

    Best regards,
    Yigit

Viewing 30 results - 12,871 through 12,900 (of 18,738 total)