Viewing 30 results - 15,841 through 15,870 (of 18,730 total)
  • Author
    Search Results
  • #309316

    Hi graphico!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    @media only screen and (max-width: 768px) and (min-width: 481px) {
    strong.heading.avia-animated-number-title { font-size: 50px!important; }}
    @media only screen and (max-width: 480px) {
    strong.heading.avia-animated-number-title { font-size: 40px!important; }}

    Cheers!
    Yigit

    #309310
    graphico
    Participant

    my counter is quite high- 16 million+ users.
    i want it to be 80px font size on screens, but in mobile it remains 80px and won;t change to fit the responsive dimension.
    what costume css code can i put in order to decrease font size of the animated numbers on mobile?

    #309302

    In reply to: Submenu Text Size?

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

     #top #header .mega_menu_title a {
    font-size: 22px;
    

    Best regards,
    Yigit

    #309270

    In reply to: Icon box circle

    Hey AB!

    Please use following code

    .iconbox_icon.heading-color:before {
    font-size: 36px !important;
    }

    Best regards,
    Yigit

    Hi!

    It’s not working because you have this code in Quick CSS:

    #top #header .av-main-nav > li > a {
    font-size: 14px !important; "color: #000000;
    }
    #top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
    font-size: 14px !important; "color: #000000;
    }

    Regards,
    Josue

    #309111

    Hi samforan!

    Thank you for using Enfold.

    Looks like you’re using the special heading element. What is the Heading Type that you’re using? If you’re using H1,you can set the font weight with this on Quick CSS or custom.css:

    #top #wrap_all .header_color h1, #top #wrap_all .main_color h1, #top #wrap_all .alternate_color h1, #top #wrap_all .footer_color h1, #top #wrap_all .socket_color h1 {
    font-size: 28px;
    font-weight: 300;
    }

    Cheers!
    Ismael

    #309078

    Hi!

    You can use this on Quick CSS to alter the size of the h1 logo:

    h1.logo.bg-logo {
    font-size: 38px !important;
    }
    
    @media only screen and (max-width: 767px) {
    h1.logo.bg-logo {
    font-size: 26px !important;
    }
    }

    Regards,
    Ismael

    #308971

    Topic: Submenu Text Size?

    in forum Enfold
    samforan
    Participant

    Hi, I have a Mega Menu and I’d like to make the ten links in my menu larger. (Just the font)

    https://www.dropbox.com/s/qc8eycvublj4xre/Screenshot%202014-08-25%2015.40.36.png?dl=0

    strange ! it works now

    but still can´t increase font size on Main Menu Links and sub levels i try 14px…20px and 30px font size do not change

    Hi

    Step 1 – edit anything on
    advanced styling > Main Menu Links > (ex font coler and size) > save

    preview – changes

    Step 2
    advanced styling > Main Menu sublevel Links > Apply only to mouse hover state (ex font coler backgroud color) > save

    preview

    after you save the 2º editing you will notice that step 1 editing is no longer active.

    #308919
    Jamie A
    Participant

    Side post navigation – Next page tab looking strange, the images are no longer round?

    In a previous ticket I was changing the size and colour of the tab however I thought I removed all the code.

    Can anyone help get it back to looking like the original should?

    https://www.dropbox.com/s/hm1ynoip43vpon2/Captures.PNG?dl=0

    here is the Quick CSS code i have in the theme :

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 800px; }

    #footer a {
    color: black;
    }
    #footer a:hover {
    color: blue;
    }

    .widget_recent_entries li a {
    font-style: normal !important;
    }

    .image-overlay {
    visibility: hidden;
    }

    div#commentform.fb-social-plugin {
    margin-left: 17%;
    }

    @media only screen and (max-width: 767px) {
    .container.template-blog {
    width: 94%;
    }}

    span.blog-tags.minor-meta {
    display: none;
    }

    .home .content { padding-bottom: 10px; }

    span.av-masonry-date { display: none; }
    .av-masonry-entry .av-inner-masonry-content { padding: 20px; }

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_titles {
    display: block;
    border-top: 1px solid #555555;
    }
    .responsive .top_tab .tab.fullsize-tab {
    display: none;
    }
    .responsive #top .footer_color .tabcontainer .active_tab {
    color: #444; }
    }

    @media only screen and (max-width: 480px) {
    .av-inner-masonry-content.site-background {
    background: rgba(255,255,255,0.5) !important;
    }}

    body .container_wrap .hr.avia-builder-el-first { margin: 10px 0; }
    .av-special-heading { margin-top: 10px; }
    .avia-content-slider { margin: 10px 0; }

    @media only screen and (max-width: 479px) {
    .responsive #top .related_entries_container .av_one_eighth {
    margin-bottom: 3px;
    }}

    #scroll-top-link {
    background-color: grey;
    }

    @media only screen and (max-width: 767px) {
    ul.av-share-box-list {
    margin-bottom: 80px;
    }
    }

    h5.av-share-link-description {
    text-align: center;
    }

    #top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a {
    color: #888;
    background-color: white;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
    }

    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-mail:hover a { color: #888;
    background-color: white;
    }

    @media only screen and (min-width: 768px) {
    .av-share-box { margin-bottom: 40px; }}

    #308825

    In reply to: Design doubts

    Hi odmv91!

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

    p.toggler.activeTitle {
    background-color: #0f8fc1;
    color: white;
    }

    2-

    .tab { font-size: 16px!important; }

    3-

    span.image-overlay-inside {
    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50%;
    }
    span.image-overlay-inside:before { display: none; }

    Regards,
    Yigit

    #308657

    In reply to: icon list size

    Hi Tal!

    Enable this, set a custom class (ex: custom_iconlist) to the icon list and then add this to the Quick CSS:

    .custom_iconlist .iconlist-char {
        font-size: 22px !important;
    }

    Regards,
    Josue

    #308613

    Topic: Design doubts

    in forum Enfold
    odmv
    Participant

    Hi!

    I’m hoping you can help me out with some things about the design, thank you very much in advance!

    a) Tabs color: I want to change the background color of an active/inactive tab, I want only to change the color of the title; font color to be white, and background to be #0f8fc1 (I already tried some codes, but I didn’t achieve to change the color).

    b) Tabs title size: no matter what I try, I don’t get that the title of each tab I’m using has the usual size of 16px that I’m using in the body of the rest of the page.

    c) Hover image – is there any way to change the default arrow that appears? I saw I site that instead of an icon they used the logo of the company, is it possible?

    Thanks a lot!

    #308560

    Hi!

    Try this one:

    .avia_combo_widget .tab_titles span { 
    font-size:18px !important;
    }

    Best regards,
    Josue

    #308547

    Hi!

    Try with this:

    .avia_combo_widget ul li { 
    font-size:18px !important;
    }

    If it doesn’t work please post a link to your website, also here are some CSS snippets.

    Cheers!
    Josue

    #308546
    esemmel
    Participant

    Hi. What is the css to be able to style the fonts of the tabs in the combo widget?

    I was able to get the code to style the list items –

    .avia_combo_widget ul,li { font-size:18px !important;
    }
    But this leaves the text in the tabs way too small.

    BTW is there some list of all the different classes that we are able to style?

    thanks

    #308544

    Hi Huy!

    Try adding this code to the Quick CSS:

    .post-title {
        font-size: 52px !important;
    }

    Change as needed.

    Cheers! 
    Josue

    #308530

    Hey!

    Try adding this code to the Quick CSS to hide the author:

    .text-sep-cat, .blog-author {
        display: none;
    }

    The headings are h2, in single pages are transformed to h1, to change its font size (in both occurrences):

    .post-title {
        font-size: 16px !important;
    }

    To add a line:

    article.post {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 20px;
    }

    Cheers! 
    Josue

    ProAnts
    Participant

    Hi

    Using the Advanced Styling to increase the menu links font size , if i change Main Menu settings
    the previous changed settings on Sub-levels Menu Links disappear, so i can only change 1 of them.

    i would like to try different settings but it´s kind of difficult with these option not working.

    ty
    Alex

    • This topic was modified 11 years, 7 months ago by ProAnts.
    #308447

    Topic: icon list size

    in forum Enfold
    talelie
    Participant

    Hi,

    How can I re-size the icon-list in a specific page?
    I found the way to re-size the font, but I need to re-size the icon itself, and only on specific pages.

    Thanks
    Tal

    #308395
    thehuyle
    Participant

    Hi,

    How do I make the blog post titles of larger?

    In Blog archive page
    http://www.lepianoacademy.com.au/piano-notes/

    In Author archive page
    http://www.lepianoacademy.com.au/piano-notes/author/thehuyle/

    Cheers,
    Huy

    #308295

    In reply to: Font size help

    Hey Arran!

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

    .widget_recent_entries a {
    font-size: 14px;
    }

    Best regards,
    Yigit

    #308178

    Hi!

    You can add this at the very bottom of functions.php:

    function ava_add_social_icon() { 
    
    if(is_single()) {?>
    
    <div id="compartirfooter">
     
            <div id="contenedorcf">
           
                    <span class="av-icon-char" id="iconocf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>
                    <span id="txcf">Comparte este Post:</span>
                   
                    <span class="av-icon-char" style="color:#4099FF; font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="https://twitter.com/intent/tweet?original_referer=<?php the_permalink(); ?>&related=davidrandulfe&text=<?php the_title(); ?>&tw_p=tweetbutton&url=<?php the_permalink(); ?>&via=davidrandulfe" id="twcf">Twitter</a>
           
                    <span class="av-icon-char" style="font-size:15px;color:#3B5998;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>" id="fbcf">Facebook</a>
                   
                    <span class="av-icon-char" style="color:#D34836;font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="https://plus.google.com/share?url=<?php the_permalink(); ?>" target="_blank" id="gcf">Google+</a>
                   
                    <span class="av-icon-char" id="iincf" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <a href="http://linkedin.com/shareArticle?mini=true&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" target="_blank" id="incf">Linkedin</a>
                   
                    <span id="subircf"><a href="#top" class="av-icon-char" style="color:#444;text-decoration:none;font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a></span>
                   
            </div>
    
    </div>
    
    <?php } }
    
    add_action('ava_after_content', 'ava_add_social_icon');

    Regards,
    Ismael

    #308142

    Topic: Font size help

    in forum Enfold
    macazza
    Participant

    Hi again

    Can you tell me how to slightly increase the font size for the “Recent Posts” widget
    On my site it is under the title: “Latest Thinking’ on the right side of the page.

    Thanks again in advance

    #308078
    Monsoon
    Participant

    How would one apply a different font to a text block.
    There does not seem to be a way to chose the font you want to use when creating a font block (would be a great option).
    How would I got if for example I want a text block to use the Dancing Script font for example?

    Thanks in advance

    EDIT: by the way I don t mean to add another font to the admin panel css control for the whole site I want to be able to change the font used in certain text boxes only on a per case basis only

    EDIT2: I tried to apply inline style to a text block but that breaks the admin section as the js rewrites the blocks and adds shortcodes…so inline inside the text block does not seem to work. Is the solution to add a H1 style to the text block drop down and assign a font size and weight as a H12 for example? So the custom google font would need to be set for each style you want to use?

    #307970

    Hey!

    Icon sizes look fine on my end – http://i.imgur.com/PKFtdku.png
    I believe it was caching issue. If you would like to increase icon sizes in icons lists, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-icon-list .iconlist-char { font-size: 38px; }

    Best regards,
    Yigit

    #307804

    In reply to: FONT-RENDERING

    This reply has been marked as private.
    #307794
    Mike
    Participant

    Hi,

    When I use a table, the width is not the same everywhere. How more tekst I use, how wider the table from the others.
    How can I specify a fixed width (%) for standard column, text column and description column?

    And how can I make the background color white instead of white / gray? Or only the description column gray and the rest white? And adjust the font size of a row header? And can I remove blank fields from the table? For example, the last row where I set this is the choice who make the most people and highlight it.

    For your imaging, I do not use the pricing tables because I compare data with each other.

    Thank you very much for helping.

    #307770

    In reply to: FONT-RENDERING

    Hey!

    1) You can use this code to target all elements – insert it into the quick css field:

    
    body #wrap_all{
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0.2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    

    Note that some elements (headlines) do have a special font-style or font-weight and you can’t change them with this generic code. The other css attributes (text-rendering, etc.) will be used for all elements though.

    2) I couldn’t find a hr element in the right column. It seems like you replaced it with a minus/dash now. If you still want to use a hr element please add it back to the column and we’ll look into it.

    3) Replace:

    
    <span style=" line-height: 25px; font-size: 1.1em;"> ♥ </span>
    

    with:

    
    <span style='line-height: 25px; font-size: 1.1em; font-family: "entypo-fontello";'> ♥ </span>
    

    and the browser should use the rifght font to display the icon. I’m not sure if you can copy the code from our support forum directly though – maybe it converts the character code again and then the icon code won’t work properly on your website.
    Best regards,
    Peter

Viewing 30 results - 15,841 through 15,870 (of 18,730 total)