Viewing 30 results - 15,181 through 15,210 (of 18,733 total)
  • Author
    Search Results
  • #356161

    Hi!

    You can decrease the text widget padding with this:

    .widget_text {
    padding: 10px 0 0 0;
    }

    To change the font size, add the font-size property:

    <h1 style=”color:blue;margin-left:7px;font-size:15px;”>Non perdere le mie news esclusive per gli iscritti</h1>
    

    Regards,
    Ismael

    #356137
    kailibuy
    Participant

    I noticed that there are no options to increase the font size for the title and the content text. Is it possible to add a html code to change the font size?

    #356063

    Topic: Header CSS Help

    in forum Enfold
    rost11
    Participant

    Hi,

    I need some help to adjust the apperance of the header

    1. Second Menu: Should be centered, font size bigger. Menu Styles dont show up.
    http://screencast.com/t/9mj2q4x8

    2. Main Menu Color and Size adjustment
    http://screencast.com/t/pPPXnL7MR24y

    3. Main Content Border
    http://screencast.com/t/X0p8LVL5Se

    4. Logo Area Border
    http://screencast.com/t/QQU8Mva37X

    Thank You!

    • This topic was modified 11 years, 4 months ago by rost11.
    #355821

    Hi!

    1.) To fix the menu overlap, you can decrease the menu item padding and font size:

    @media only screen and (max-width: 1350px) {
    .av-main-nav > li > a {
    padding: 0 8px;
    font-size: 12px;
    }
    }

    2.) You have to increase the max-width attribute if you want to influence larger screens:

    @media only screen and (max-width: 1350px) {
    .responsive .title_container .breadcrumb {
    position: relative;
    right: auto;
    top: -6px;
    margin: 0;
    left: -2px;
    }
    }

    Regards,
    Ismael

    #355581

    I find they work when you first save the special heading element, but if you return to the element to adjust say a font-size, then on re-saving the html is lost.

    #355535

    Hi marcelmontel!

    Change this Code:

    @media only screen and (max-width: 768px) {
    .post {
    550px !important;
    }}
    

    to this one:

    @media only screen and (max-width: 768px) {
    .post {
    150px !important;
    }}
    

    And you should make the font size of titles smaller:

    @media only screen and (max-width: 768px) {
    #top .fullsize .template-blog .post-title {
    font-size: 13px;
    }}
    

    Regards,
    Andy

    #355498

    hello

    i have the same problem with special heading blocks :
    i put some html tags () into the special heading blocks. And it don’t display the title but only the code :
    <div style="padding-bottom:’10′px;font-size:’54′px;" class="av-special-heading av-special-heading-’h1′ &nbsp;» ’blockquote avia-builder-el-0 el_before_av_textblock avia-builder-el-first av-inherit-size"><’h1′ class='av-special-heading-tag' itemprop="headline" >’<em>Compétences</em><!--&rsquo;h1&prime;--><div class="special-heading-border"><div class="special-heading-inner-border"></div></div></div>

    i didn’t update neither wordpress or enfold. But i presume it may happen with the new wordpress 4.1…
    What do you think ?

    #355478
    stedia
    Participant

    I’m using Enfold in combination with Toolset (WP-Types) where I use Views and WP-Types to create CPT and Content Templates.

    It seems to be that I’m not able to use the Avia Layout Builder within the Content Template editor for Views.

    I thought to copy past the avia short codes – that I created for a page – to the content template – but that seems not to work.

    See here the code that I have used for the content template:

    [av_submenu menu='21' position='center' color='footer_color' sticky='aviaTBsticky']
    
    [av_section color='main_color' custom_bg='#307ecc' src='' attachment='' attachment_size='' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='custom' min_height_px='250' padding='small' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='']
    [av_three_fifth first]
    
    [av_heading heading='Vacatures Gersbus' tag='h2' style='blockquote modern-quote' size='50' subheading_active='subheading_below' subheading_size='20' padding='10' color='' custom_font='#ffffff']
    Gersbus is een organisatie die volledig wordt ondersteunt door vrijwilligers
    [/av_heading]
    
    [/av_three_fifth][av_two_fifth]
    
    [av_textblock size='' font_color='' color='']
    <a href="http://gersbus.nl/wp-content/uploads/2014/07/Wagenpark-large.png"><img class="aligncenter wp-image-789 size-full" src="http://gersbus.nl/wp-content/uploads/2014/07/Wagenpark-large.png" alt="Wagenpark-large" width="255" height="180" /></a>
    [/av_textblock]
    
    [/av_two_fifth]
    [/av_section]
    
    [av_one_full first]
    
    Main questions: How can I use the Avia Layout options for content templates for Custom Post Types (CPT)?
    
    <h2>[wpv-post-title]</h2>
    [wpv-post-body view_template="None"]
    
    Status: [types field="functie-status"][/types]
    <br />
    <h3>Job Profiel:</h3>
    [types field="job-profiel"][/types]
    <h3>Job verantwoordelijkheden</h3>
    [types field="job-verantwoordelijkheden"][/types]
    <h3>Overige bijzonderheden</h3>
    Beschikbare dagen: [types field="beschikbare-dagen" separator=", "][/types]
    Beschikbare dagdelen: [types field="beschikbare-dagdelen" separator=", "][/types]
    [/av_one_full]

    The part that is between [av_one_full first] and [/av_one_full]` is the content that I would like to show in combination with the above stated layout components

    #355441

    I should add that using smaller header size solves the issue. However, that I cannot have a smaller font size.

    #355392

    That is lovely! Any chance I could have a bit of space between entries, but not between title and content? Here is what I have in there now (bodged together from other forum responses) and is there a way to have all of this customization only for this page? Right now the first set of lines are universal…

    #top .fullsize .template-blog .post-title { font-size: 18px; text-align: left;}
    #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; }

    .entry-content { font-size: 13px; }

    .page-id-3870 h2.post-title.entry-title {padding: 0!important; }
    .page-id-3870 .post_delimiter { display: none; }

    #355362
    This reply has been marked as private.

    Hi

    This is the screenshot of a tag archive page on my website.
    https://www.dropbox.com/s/xkvwnp1w0jl6yg5/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202014-11-21%20%E4%B8%8B%E5%8D%8811.42.50.png?dl=0

    I’d like to reduce the font size of the area I marked. Also how do I change the words? I’ve successfully replaced Portfolio Items with MANGA, yet whatever I try to locate and replace the term Post(s) (mine in Mandarin) in CodeStyling Localization, it does nothing.

    Thanks!

    #355305

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .avia-caption-title { background: none !important; font-size: 50px !important; }
    .avia-caption-content, .avia-caption-content p { background: none !important; font-size: 20px !important; } }
    
    Cheers! 
    Yigit
    champlainconted
    Participant

    So basically I want to place this button:
    [av_button label='Find out more' link='manually,http://' link_target='' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    Within a promo box, but I don’t want the promo box to have that built-in button on the right. I just want the pretty borders of the promo box basically, so to this end I disabled the button in the av_promobox shortcode. However, this doesn’t just the disable the button on the right, it seems to disable the rendering of all buttons within that promo box. So in the following code, my “Find out more” button would never appear.

    [av_promobox button='no' label='' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='medium' icon_select='no' icon='ue800' font='entypo-fontello']
    [av_button label='Find out more' link='manually,http://' link_target='' size='small' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']
    [/av_promobox]

    How can I get around this? I know I could probably copy the raw code when it renders in the browser, but I’d prefer to use shortcodes so I don’t start having too much hard-coded HTML.

    #354456

    Hey!

    Try adding this to your custom CSS.

    #socket .social_bookmarks > li > a {
        font-size: 40px !important;
    }

    Cheers!
    Elliott

    #354370

    Hi jmorillo!

    1. Try adding this to your custom CSS.

    .av_secondary_right .sub_menu {
        float: none;
    }

    2. Try increasing your header height in Dashboard > Enfold > Header.

    3. You can change the font sizes in Dashboard > Enfold > General Styling.

    4. Can you send us a link to where this is happening?

    5. Same as above and it would be great if you could take a screenshot highlighting these problems so we can get a better idea.

    6. I moved your portfolio grid into a 1/1 column so it does not break the sidebar.

    Cheers!
    Elliott

    #354352

    Hi slui!

    Try adding this to your custom CSS.

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

    Cheers!
    Elliott

    #354341

    Hi!

    You can use this CSS to increase the size.

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

    Send us a link and we’ll take a look. You can mark your reply as private if you wish.

    Best regards,
    Elliott

    #354224

    Hey Ismael,
    Your suggestions are great :)
    Now I’m adding the titles to the widjets and I’m using inline css, but I have to change the font size and more there is too much space between them, as you can see in the screenshot: http://imgur.com/HHnEga8
    How can I change them?
    Thanks in advance
    Have a lovely day
    Kind regards

    #354124
    jmorillo
    Participant

    Hello, I’ve updated to enfold 3.0 which made many changes in the site. I create it in a staging environment. I’ve follow to the letter the updating recommendations for 3.0 in fact I’ve tried several sequences and activate/desactivate plugins but nothing works

    I’ve the 2 sites so they can be compared

    Original site enfold 2.4.2 (live): acolsa.com.mx
    New with 3.0 (live): http://acolsa.staging.wpengine.com/ (hosted on WPengine)

    Changes detected:
    – Top menu arrangement
    – Smaller logo
    – Font sizes (smaller)
    – Background patterns disappear
    – Some padding disappear
    – Broken sidebar in http://acolsa.staging.wpengine.com/sector-salud/ (looks like portfolio issue)
    – That sidebar modified from the previous

    Many thanks
    Jorge

    #354116
    slui
    Participant

    Hi,

    I’ve tried to adjust the font size for the “FULL SLIDER” caption text using the dropdown box and I’m not getting any results. What I do see is the height of spacing between the title and caption increasing but the font size is not.

    This currently occurs on the home page first slide.

    I would love any help to get this figured out.

    Thanks.

    sl

    #354066

    Hey djshortkut!

    Try adding this to your custom CSS.

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

    Regards,
    Elliott

    Hi Josue,

    you are working late! (As me…). Sorry, but your solution doesn´t work.

    As I see you added Quick CSS to the General Styling area in Enfold options. With this code we can change the look of the logged-in view – but it DOESN´T affect the look of the logged-out view. P. ex. if I change it to Open Sans 300 (the font I want to use) – the logged-in look is perfect (like now), but the logged-out look stays in size Open Sans 500. The command is not taken over to the logged-off script.

    So please another trial…

    • This reply was modified 11 years, 4 months ago by ravall. Reason: Trested your code - sorry, not working
    #353981

    Hi!

    The desired font available must be available in the server first , you’d need to convert the font to @font-face format and include it in your website, here’s a good plugin to do that – https://wordpress.org/plugins/wp-font-face/

    Alternatively you can simply look for a similar Google Font and include that instead, it’s a much easier process.

    The menu collapsing it’s happening because of the code you have in Quick CSS, you’d need to re-factor it via media queries, for example this one will apply it only when the screen size it’s at least 1550px:

    @media only screen and (min-width: 1550px) {
    .av-main-nav li {
    right: 300px;
    }

    Cheers!
    Josue

    #353971

    Hey!

    Try adding this to your custom CSS.

    #footer-outer i, #header-secondary-outer #social i { font-size: 40px !important; }
    

    If that’s not working then send us a link and we’ll take a look.

    Best regards,
    Elliott

    #353962

    Hi!

    Perhaps your wanting to set it’s weight to normal and increase it’s height a bit? Try adding this to your custom CSS.

    #top #header .av-main-nav > li > a { font-weight: 400 !important; font-size: 20px !important; }
    

    Cheers!
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #353914
    This reply has been marked as private.
    #353867
    This reply has been marked as private.

    Hi Felix!

    1. Add this to Quick CSS:

    .responsive #top #wrap_all #header {
        position: fixed;
    }

    2. Try with the following code (it will reduce the padding and font-size at the given screen width):

    @media only screen and (max-width: 989px) {
    .responsive .main_menu ul:first-child > li > a{
        font-size: 12px;
        padding: 0 6px;
    }
    }

    3. I’m not noting any underline in the links of your page.

    4. Add this to Quick CSS:

    .image-overlay{
    display: none !important;
    }

    5. There is a way to do this, simply put all menu items in the same menu but add the class of “noMobile” to the ones you don’t want in the mobile menu.

    Regards,
    Josue

    Hey!

    Please add following code to Quick CSS

    .archive h1.main-title.entry-title {
    font-size: 16px!important;
    }

    Cheers!
    Yigit

Viewing 30 results - 15,181 through 15,210 (of 18,733 total)