Viewing 30 results - 15,601 through 15,630 (of 18,731 total)
  • Author
    Search Results
  • #324525

    Hi MattiaParla!

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

    .flex_column.av_one_fifth h1 {
    font-size: 32px;
    }

    Best regards,
    Yigit

    #324498

    In reply to: Portfolio grid styles

    Hi 1lizcollins!

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

    #top .isotope-item {
    padding-right: 5px;
    padding-bottom: 5px;
    }
    h3.grid-entry-title.entry-title a {
    font-size: 16px;
    color: red!important;
    }

    Best regards,
    Yigit

    #324432

    Hi!

    Please add following code to Quick CSS as well and adjust it

    .inner_product_header .amount {
    font-size: 12px;
    }

    Currently it is not possible but please request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    Hey mcraig77!

    1- Please refer to Josue’s post here – https://kriesi.at/support/topic/image-size-5/#post-324035
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    header.entry-content-header h3 {
    font-size: 16px;
    color: red!important;
    }

    3-

    .grid-entry-excerpt.entry-content {
    line-height: 15px;
    }

    Regards,
    Yigit

    #324300

    In reply to: Small icon in list

    Hi Rupert!

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

    .page-id-49 .avia-icon-list .iconlist_icon {
    height: 30px;
    width: 30px;
    line-height: 34px;
    font-size: 14px; }
    .page-id-49 .avia-icon-list .iconlist-timeline { left: 17px; }

    Cheers!
    Yigit

    #324290

    In reply to: Mobile problems

    Hey Martin!

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

    @media only screen and (max-width: 480px) {
    h1.av-special-heading-tag { font-size: 30px!important; }
    .slideshow_caption { display: none; }}

    Regards,
    Yigit

    #324289

    Hi!

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

    .avia_cart_buttons { display: none; }
    .inner_product_header h3 { font-size: 18px!important; }

    Best regards,
    Yigit

    #324152

    Hi nathancole!

    Thank you for using our theme.

    In Enfold->Styles->QuickCSS field or custom.css put the following and adjust the values:

    
    #top #payment label {
        color: green !important;
        font-size: 16px !important;
        font-weight: bold !important;
    }
    

    Regards,
    Günter

    #324042

    In reply to: Safari problems

    Hi!

    Removing the body_class is not recommended, try:

    <body id="top" style="background-image:url(<?php bloginfo( 'template_url' ); ?>-child/images/bg.jpg); background-position:center top; background-attachment:fixed; background-size:cover;" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    

    If that doesn’t work, move the background styling to a separate stylesheet (Quick CSS or child style.css):

    body{
    background-image:url(_here_); background-position:center top; background-attachment:fixed; background-size:cover;
    }

    Best regards,
    Josue

    #323958

    Topic: Portfolio grid styles

    in forum Enfold
    1lizcollins
    Participant

    Hello,

    I am trying to make two changes to the portfolio grid layout, without luck. I’d like to add a small space around each image and I’d like to change the font color & size. I’ve tried the solutions posted here: and here but neither worked for me. Any suggestions?

    #323944

    I added the code above to change the font size

    .title_container .breadcrumb, strong.main-title.entry-title {
    font-family: arial !important;
    font-size: 22px;
    }

    Didn’t work. Is it incorrect?

    #323935

    Hey!

    It’s still cached/minified for me but the root of the problem is that you are defining PT sans in your css but it’s not being included anywhere (it will work on systems where the font its installed):

    .header_intro p {
        font-size: 49px!important;
        font-weight: 600!important;
        font-family: "pt sans"!important;
        line-height: 49px!important;
        color: #434343!important
    }

    You need to include either via Theme Options or using a plugin like WP Google Fonts.

    Cheers!
    Josue

    #323869

    Hello again
    I found out, that my problem is theme specific. Here is the support thread from the plugin support forum:
    https://wordpress.org/support/topic/display-long-events?replies=10#post-6044167

    I think my Quick CSS is not proper for long events.

    .fc-event-inner.fc-event-skin {
    min-width: 95px;
    max-width: auto;
    padding: 0 10px;
    margin: 0 auto;
    top: 0;
    left: 0;
    min-height: 20px;
    font-size: xx-small;
    border: none;
    position: relative;
    }

    Which adjustments do I need?

    #323841
    a00109943
    Participant

    Hi there!

    I am trying to change the color of the background and font color for the tabs that are inserted in my products page. Can anyone help me with this, I know I received a reply previously that helped change the background but did not include how to change the font color. Please see:

    http://hedgeports.com/fitness-exercise-equipment/#tab-id-55

    I would like to make the background color black and the font white. I would also like to change the size of the font for title and information inside the tab.

    Thank you so much for your help on this!

    Benjamin

    #323820

    ok that did help, thanks! i ended up using their styling tools for font color, size, etc, which helped with the scaling, and then using my own dive to tell it to center and to override header bolderness.

    looks good on desktop and tablet, but it’s so tiny on phones and the navigation dots are right over the text. why does it get so tiny? there’s no point in making it responsive if you can’t read it. is there nothing to be done to make it more readable on phones and to get the nav dots below the text?
    thanks!!

    examples:
    http://newsite.insightpd.com/expertise/pharma/
    http://newsite.insightpd.com/expertise/commercial/

    #323797

    Hi Erdogan!

    Sorry for the late reply!
    1- Can you post a link to your page where we can see an example? I have tried adjusting Open Sans font weight to 300 and it seems to be working fine. Text on the left is with font weight of 300 and on the right it is set to ‘normal’ – http://i.imgur.com/1wIgaGk.png
    2- Have you tried adjusting font size on mobile? If not, please use following code and adjust as needed

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

    Regards,
    Yigit

    #323740

    In reply to: Safari problems

    hi yigit
    because of the body problem:
    when i replace
    <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>>
    in the header.php with
    <body id="top" style="background-image:url(<?php bloginfo( 'template_url' ); ?>-child/images/bg.jpg); background-position:center top; background-attachment:fixed; background-size:cover;>
    (cause i need the same fixed background in all pages)
    any problems for enfold with that?
    thanks and greets
    h

    #323674

    Hello Ismael, hello Josue, hello Yigit,

    the problems of the posts #320176 and #321825 still exist. The solutions don´t perform well and your answers are very fragmented…

    The topic included following issues:

    1. How to realize a multi-column (!) masonry-portfolio as on your website http://kriesi.at/themes/enfold/shortcodes/masonry-gallery or as here: http://peacheyphotography.co.uk
    2. How to set the images sizes and other adjustments to get a highquality masonry-portfolio?
    3. How to realize a perfect fitting colour-overlay?
    4. How to get a clean font solution (font in front of the overlay)?

    Cheers,
    Christian

    #323665

    Hey!

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

    #header .mega_menu_title { font-size: 12px; }

    Cheers!
    Yigit

    #323511

    Hey!


    @phausner
    : Glad it is working now.


    @vanderburg
    : Edit a layer then go to the Attributes panel. Add custom-layer on the Classes field for example. Use this on Quick CSS or custom.css file to change the text size on mobile devices:

    @media only screen and (max-width: 767px) {
    .custom-layer {
    font-size: 15px !important;
    color: red !important;
    }
    }

    Regards,
    Ismael

    #323399

    The dummy data doesn’t include every image used on the theme demo as Kriesi doesn’t have redistribution rights for all of them. That being said, if you wanted to load in the same exact data you could do so by first turning on the debug field for pages: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Then on a blank page switch over to the ALB and in that new empty debug field paste in the raw shortcode data from the demo [note: you still need to change the layout settings for no sidebar and transparent header and this does not provide the actual images for use]:

    
    [av_fullscreen size='extra_large' animation='fade' autoplay='true' interval='7' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='2553' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='This is a page with transparent header' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Click me' button_color2='light' link2='http://' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay='']
    Once the user scrolls down the header color will change
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='2552' attachment=',' position='top left' video='http://' mobile_image='' video_cover='' title='Another caption' caption_pos='caption_right caption_right_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='Show me' button_color='light' link1='#next-section' link_target1='' button_label2='Learn more' button_color2='light' link2='#next-section' link_target2='' video_controls='' video_mute='' video_loop='' video_autoplay='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque pe.
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_one_fourth first]
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_one_fourth]
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/woman-flinging-long-hair-1500x1000.jpg' attachment='2576' attach='parallax' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='75' padding='default' shadow='no-shadow' id='']
    [av_one_third first]
    
    [av_icon_box icon='ue806' font='entypo-fontello' position='top' title='Mobile Ready' link='' linktarget='' linkelement='']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='ue836' font='entypo-fontello' position='top' title='SEO Optimized' link='' linktarget='' linkelement='']
    Aenean commodo ligula egconsectetueret dolor sit amlor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third]
    
    [av_icon_box icon='ue842' font='entypo-fontello' position='top' title='Free Support' link='' linktarget='' linkelement='']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' video_mobile_disabled='' min_height='' padding='default' shadow='no-shadow' id='']
    [av_one_fourth first]
    
    [av_textblock]
    <h6>Recent News</h6>
    <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em>
    
    <a href="#">View more</a>
    [/av_textblock]
    
    [/av_one_fourth][av_three_fourth]
    
    [av_postslider link='category,3' columns='3' items='3' contents='title' autoplay='no' interval='5']
    
    [/av_three_fourth][av_hr class='default' height='50' position='center']
    
    [av_one_fourth first]
    
    [av_textblock]
    <h6>Recent Work</h6>
    <em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</em>
    
    <a href="#">View more</a>
    [/av_textblock]
    
    [/av_one_fourth][av_three_fourth]
    
    [av_postslider link='portfolio_entries' columns='3' items='3' contents='title' autoplay='no' interval='5']
    
    [/av_three_fourth]
    [/av_section]
    
    [av_section color='socket_color' custom_bg='' src='http://kriesi.at/themes/enfold/files/2013/10/photodune-3581207-black-in-black-m-1500x1182.jpg' attachment='2572' attach='parallax' position='top left' repeat='stretch' video='' video_ratio='16:9' min_height='75' padding='large' shadow='no-shadow' id='portfolio']
    [av_heading heading='A beautiful <strong>experience!</strong>' tag='h1' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='50' subheading_active='subheading_below' subheading_size='18' padding='60']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    
    [/av_heading]
    
    [av_one_fifth first]
    
    [av_font_icon icon='ue826' font='entypo-fontello' style='border' caption='Eye Candy' link='manually,http://kriesi.at' linktarget='' color='#ffffff' size='40px' position='center']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue856' font='entypo-fontello' style='border' caption='Tools' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    We have added exactly the tools you need and left out everything you don't need. Finally a multi purpose Theme that is not bloated!
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8a5' font='entypo-fontello' style='border' caption='A list' link='post,94' linktarget='' color='#ffffff' size='40px' position='center']
    <ol>
    <li>Super nice Parallax</li>
    <li>Optimized for Speed</li>
    <li>Brilliant Template Builder</li>
    <li>Easy to use</li>
    <li>Set up in 2 minutes</li>
    </ol>
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8a8' font='entypo-fontello' style='border' caption='Updates' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    Enfold is an award winning theme that is quickly becoming one of themeforest top sellers. And for a reason! Try it yourself!
    [/av_font_icon]
    
    [/av_one_fifth][av_one_fifth]
    
    [av_font_icon icon='ue8dd' font='entypo-fontello' style='border' caption='Rocket Science?' link='manually,themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?ref=kriesi' linktarget='' color='#ffffff' size='40px' position='center']
    Far from! Probably the easiest Multipurpose theme you have ever used!
    [/av_font_icon]
    
    [/av_one_fifth]
    [/av_section]
    
    #323363
    This reply has been marked as private.
    #323361
    vidaelf
    Participant

    Hello-
    I’m trying to create a few responsive sliders with layerslider. I understand you don’t do custom support for the 3rd party plugins, but they won’t help me since I purchased through you. I’m not trying anything crazy here, so hopefully you can help me out.

    I’m creating two slide shows per page. Here is a screenshot: http://newsite.insightpd.com/wp-content/uploads/Pharma14.jpg

    And here is the page: http://newsite.insightpd.com/expertise/medical/

    I’m using custom CSS in my child theme for the two slideshows, but nothing complicated. Just colors, font size (which may be my responsive issue?) and hr rules. The main issue is I can’t get either slideshow text to wrap within the 1030px limit set. The copy just runs off the page.

    My first slide show [layerslider id=”10″] should be up top and has a red background color of 1030 px, with a title and small hr then a paragraph. It won’t center within my max width and it completely disappears (except for the nav bullets) when shrunk down enough.

    The second slide show [layerslider id=”9″] is a simple quote with a gray background and includes the quote, center aligned, then the person who said it after a line break. This one the text will not go center no matter what I do and also won’t wrap. I’ve tried full screen, not full screen, css in the slides, css just around the slider itself, everything.. Also, the text is unreadable at a certain point of shrinking..

    Any help would be GREATLY appreciated!! Or maybe there’s another simple slider you could recommend? I know layerslider is pretty robust..

    Thanks

    #323158

    Hi simonac!

    Please add following code to Quick CSS

    #header_meta .container {
    min-height: 40px;
    }
    .phone-info.with_nav {
    font-size: 20px;
    }
    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 18px;
    }

    Regards,
    Yigit

    #323145
    simonac
    Participant

    Hi, i want the small bar above Main Menu a little bigger in height? How do i manage this? And how do i make the font and phone number bigger there?

    Thanks Simon

    #323122

    Hi ucvb66!

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

    strong.main-title.entry-title {
    font-size: 30px!important;
    }

    and please go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Best regards,
    Yigit

    • This reply was modified 11 years, 6 months ago by Yigit.
    #323105

    Hey!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    .iconlist_icon.avia-font-entypo-fontello { margin-right: 2px; }
    .entry-content-wrapper li { margin-left: 0; }
    h4.iconlist_title { font-size: 11px; }}

    Best regards,
    Yigit

    #323080
    pegasso4444
    Participant

    Hey!
    I need to have the captions in center below the Fullwidth Easy Slider.

    Following code is working for the Easy Slider:
    /****Caption Title Color****/
    .avia-slideshow .avia-caption .avia-caption-title {
    color: #777777 !important;
    font-size: 15px !important;
    text-transform:capitalize
    }
    /****Caption Text Color****/
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: transparent;
    font-size: 13px !important;
    color: #b6b6b6 !important;
    padding: 0px 0px;
    text-transform:capitalize
    }
    /***Caption in Center****/
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    width: 100%;
    text-align: center;
    }
    .avia-caption, .avia-inner-caption, .avia-inner-caption {
    width: 100%;
    left: 0;
    }
    /****Caption below Slider****/
    .avia-caption {
    position: absolute;
    bottom: -34px;
    }
    .avia-slideshow, .avia-slideshow-inner {
    overflow: visible !important;
    }
    .avia-slideshow {
    padding-bottom: 34px;
    }

    How can I get that also for the Fullwidth Easy Slider?
    Thanks for your help
    Peter

    #322866

    In reply to: Size of 'Price' text

    Hi rpl_admin!

    Thank you for visiting the support forum.

    Yes, that is possible. Please use this on Quick CSS or custom.css:

    .single-product .price span {
    font-size: 25px !important;
    }

    Regards,
    Ismael

    #322828
    ucvb66
    Participant

    what is the code to change the font size of the header title on all the pages?

    what is the code to change the main menu font size?

    Thanks in advance

Viewing 30 results - 15,601 through 15,630 (of 18,731 total)