Viewing 30 results - 17,611 through 17,640 (of 18,727 total)
  • Author
    Search Results
  • #204078
    This reply has been marked as private.
    #203922

    In reply to: Maga Menu

    The font size stays the same, its just that the column headers have larger font (if you choose to show them).

    #203919

    In reply to: Maga Menu

    Hi Devin,

    When I select the mege menu for some reason the font size increases I want it to stay the same size as the original menu about 12px?
    and BTW your email still doesn’t work?

    Thanx

    Hi!

    Please try adding following code to Quick CSS as well.

    @media only screen and (max-width: 480px) {
    .avia-caption { bottom: -5px; }
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 17px; }
    .avia-caption .avia-caption-content p { font-size: 13px; }}

    Cheers!
    Yigit

    #203773

    Topic: Maga Menu

    in forum Enfold
    designing
    Participant

    Hi Guys,

    I’m trying to create exactly the same mega menu as you have on your demo http://kriesi.at/themedemo/?theme=enfold But for some reason mine appears massive: http://s887.photobucket.com/user/DrupalPin/media/menu_02_zpsd437b441.jpg.html I’ve tried adding the following code to the Quick CSS which I found on one of your threads but nothing has changed?

    .main_menu>div ul:first-child > li > a {
    line-height: 1em;
    font-size: 12px;
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, Verdana, sans-serif;
    }

    Can you help please thanks.
    LG

    #203589

    Hi Khalid!

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

    .avia-layerslider { margin-bottom: 30px; }

    2)

    .avia_ajax_form .button { padding: 8px 25px; font-size: 14px; }
    .main_color input[type="submit"], div .main_color .button { background-color: red; color: blue; }
    .main_color input[type="submit"]:hover , div .main_color .button:hover { background-color: yellow;
    color: blue;
    border-color: red; }

    3)

    .home .avia-slideshow-arrows a, .home .avia-slideshow-dots { display: none; }

    Best regards,
    Yigit

    #203470

    In reply to: Promobox Anpassungen

    Hi crevlon!

    You can use the following:

    — The edges of both boxes (inside and outside) should be slightly rounded:

    av_promobox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    }

    — The font (such as the theme font) and font size:

    .avia-promocontent p {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    }

    — The distance between Promobox and text:

    .av_promobox {
    padding: 20px 30px;
    margin: 70px 0;
    }

    Best regards,
    Ismael

    #203290

    Hi!

    You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

    #203287

    Thanks Yigit. Problem is now solved.

    #203285

    In reply to: 4 Simple Questions.

    Hi dawsmik!

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

    .fixed_header #main {
    padding-top: 61px;
    }

    2) Not sure if i understood this one clearly. Can you elaborate?
    3) You can either choose one of headings or add following code on Text tab

    <p style="font-size: 44px;">your text here</p>

    http://i.imgur.com/rBqGyWs.jpg
    4)

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #6a2f79;
    }

    Cheers!
    Yigit

    #203281

    Hey!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to adjust the font size of the button

    .avia-button.avia-size-small {
    font-size: 17px!important;
    }

    17px looks fine to me but you may want to adjust it

    Best regards,
    Yigit

    #203279

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .phone2 { font-size: 16px; } }
    @media only screen and (max-width: 480px) {
    .responsive .logo { float: left; } }

    Best regards,
    Yigit

    #203275

    Hey lsmith7806!

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

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

    Cheers!
    Yigit

    #203259
    lsmith7806
    Participant

    Hi. I have used product categories as menu items (under ‘Shop’) and I am trying to change the font size of the drop down list – I want them to be the same size as the main menu font – they are too large at the moment. Here is a a link to the site: http://s346440901.websitehome.co.uk/
    Please can you let me know how I can fix this problem.
    Many thanks
    Lynn Smith

    #203238

    Thanks Devin

    That works a treat. Is there some code to override this on smartphones so that the phone number doesn’t run into the logo (and also reduce the font size on a smartphone)?

    Regards

    Mark

    Hi!

    You can edit header.php or /includes/helper-main-menu.php if you have 2.6+, find this code:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
    

    Below, add this code:

    echo "<div class='site-description'>".get_bloginfo ( 'description' )."</div>";
    

    Edit Enfold > Styling > Quick CSS, add this code:

    .site-description {
    bottom: -30px;
    position: absolute;
    font-size: 11px;
    }

    Best regards,
    Ismael

    #203110

    Topic: 4 Simple Questions.

    in forum Enfold
    dawsmik
    Participant

    1. how to remove second line under the header area on my page. sellmydigs.com
    2. how do you make the caption on an image show up on the webpage?
    3. how do you change font size in text editor?
    4. How do i change the icon background color on the icon list to the theme color? (so they look like the icons do when you choose “top” icon?

    #203059

    I did some more playing around and determined that the issue occurs when using the button shortcode in an icon box and pick a single page…
    It fails to add page, before the number in the link… should be page,77 … see below…

    [av_button label='Click me' link='77' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']

    #202980

    Hey!

    Try adding this code to the Quick CSS:

    .testimonial_author cite{
       font-size: 13px;
       color: orange;
    }

    Cheers! 
    Josue

    #202973

    Hey MKW270210!

    You could position it absolutely and then it gets a bit easier:

    
    .phone2 {
    color: black;
    font-size: 30px;
    padding: 4px;
    position: absolute;
    right: 10px;
    top: 54px;
    }
    

    The issue will be what to do with the header on mobile since it doesn’t quite fit any longer. You can use the mobile media query in the custom.css (in the css folder) to add some additional css that will then position how you want for mobile.

    Best regards,
    Devin

    #202939
    FLSouthPaw
    Participant

    There is a glitch with the button shortcode… if you add a button and… and pick a single page for the link it doesn’t put a proper link to the page… see below… puts 363 (or whatever number the page may be) and returns a 404 error obviously… entering in manually works fine…

    [av_button label='BUTTON GLITCH' link='363' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']

    Regards,
    Mark L. Lee

    #202811

    Thanks, they still seem to appear. You can see them here:

    http://lifepointcolumbus.com/messages/instant-classic/filling-in-the-blank/

    This is what my quick css looks like, maybe I’ve formatted something wrong?:

    .main_menu ul:first-child > li > a {
    font-size: 14px;
    padding: 0 16px;
    }

    .entry-footer { visibility: hidden!important; }

    #202738

    Hello,
    1. I would like to offer to add one small, but useful function – “read more” tag. WP has it by default, but it does not seem to be working with Avia builder.
    2. Adding ability to zoom photo (lightbox element) on click in easy slider (and other sliders) would be very nice
    3. Global setting of padding between Avia elements would be useful
    4. Ability to use “color section’s” options on all Avia elements (1/5, 1/4, etc.) would be very good too, for example to add column without padding, with unique background without playing with CSS
    5. Think about nice effect on hovering on linked image (for example – small zoom, like masonry gallery) – this would be beautiful :) Maybe even adding CSS section in image’s placeholder, to be able to add CSS effect by hand, or choose from preloaded ones.
    6. Secondary menu styling is pretty raw for now, only customizing CSS is helping and even this is not helping 100%, it would be great to give every menu level it’s own class, or maybe even some preloaded CSS options, like gaps, backgrounds, font colors and sizes.
    That’s it for now. I have analyzed this skin pretty deeply and all these functions really would be great if implemented in some time :)
    Hoping that you will like at least some of my ideas.

    • This reply was modified 12 years, 3 months ago by ashpacas.
    #202734
    lizybloom
    Participant

    HI. I would like to remove the date from the search results. I figured out that this removes it from the search results page:

    .post-meta-infos {
        display: none;
        font-size: 12px;
        position: relative;
        top: -8px;
    }

    But I can’t figure out how to remove it from the search bar results that pop down when you type in query.

    And if they code above is a bad idea or there is a better way, I would appreciate that as well.

    Thanks

    Lizy

    #202666
    MKW270210
    Participant

    Hi

    I’m using the header with the bottom navigation and wish to include a phone number on the right in line with the centre of the logo. I have followed some advice in the forum, namely adding the following to the quick css:
    #top .social_bookmarks { display: none; }
    #header_meta { display: none; }

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 131px !important;
    line-height: 131px !important;
    }

    #header_main_alternate .container, .main_menu ul:first-child > li > a {
    height: 40px !important;
    line-height: 40px !important;
    }

    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }

    .phone2 { float: right; color: black; font-size: 30px; padding: 4px; }

    I also added the following to Header.php as advised

    echo “<div class=’phone2′>Call Us: 0151 944 4318</div>”;

    Unfortunately this only seems to add the phone number back to where it started with the standard header settings (ie top right). It also pushes the logo down the heading.

    Can you tell me how to get the phone number vertically centred within the heading space please. Please see fbmproperty.co.uk

    Thanks in advance

    Mark

    worked a treat – thanks

    #202372

    Hi AndrewDelaware!

    1.) You can use this on Quick CSS:

    .testimonial_body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    }

    2.) Use this for the cite tag:

    blockquote cite {
    font-size: 13px;
    color: orange;
    }

    3.) Remove the border using this:

    .main_color blockquote, .main_color .avia-bullet {
    border: none;
    }

    Regards,
    Ismael

    #202143
    HiDrew
    Participant

    Aloha Kriesi team,

    I haven’t been getting response from Easy Testimonials support, and you guys are so awesome that I figured you’d probably have a quick and awesome answer.

    I have Easy Testimonials set to use the theme’s CSS. However, as you will see at http://vitalshiftconsulting.ca/wp/ the fonts are pretty whack and an ugly thick orange line has appeared.

    I’m hoping to:
    – Adjust the testimonial body text to same size and font as the main site text (Open Sans 13px)
    – Adjust the testimonial “cite” (name/title) to same size but in the main site header color rgb (69, 145, 201)
    – Remove that icky orange bar.

    Any advice is gratefully welcomed! You guys have been so awesome at helping work out little kinks here and there – it’s much appreciated, and one of the reasons I recommend your theme so highly.

    Warmest aloha and happy holidays!
    Drew

    #202096
    This reply has been marked as private.
    #202025

    In reply to: Heading Font Gruppo

    Hey osukaru!

    You can increase font size by adding following code to Quick CSS in Enfold theme options under Styling tab

    .grid-entry-title {
    font-size: 20px; }

    It looks cropped when it is less 18px.

    Cheers!
    Yigit

Viewing 30 results - 17,611 through 17,640 (of 18,727 total)