Viewing 30 results - 16,411 through 16,440 (of 18,728 total)
  • Author
    Search Results
  • It doesn’t work because you need to remove the inline styling (in LS layer options), just keep the #oshead ID:

    <div id="oshead" style="line-height: 110%; font-weight: bold; font-size: 75px; color: #ffffff; text-align: center;">PROTECT <span style="color: #ff6600;">YOURSELF</span></div>
    

    The code i provided already covers that + the mobile view.

    Best regards,
    Josue

    #274543
    miovision
    Participant

    Hi guys,

    Wondering what CSS I need to customize in order to change the font-size and color of a Portfolio Item’s Title and Excerpt.
    These currently appear under an image when using the “Portfolio Grid”.

    Help would be much appreciated.

    Thanks

    #274531

    Topic: Content slider bug

    in forum Enfold
    jacobsever
    Participant

    Hello!
    I use content slider with HTML/shortcodes u can see below.

    <div style="background-color: #e3f1f6; border-radius: 15px; padding: 25px; min-height: auto;">
    [av_two_third first]<strong><span style="font-size: 18px; color: #444444;">#1 Восстановление поврежденных частей автомобиля используя его целые куски, взятые с фотографии противоположной стороны</span></strong>
    <p style="font-size: 15px;">Данный метод мошенничества используется для сокрытия больших и средних повреждений автомобиля.</p>
    [/av_two_third][av_one_third][av_gallery ids='9062,9063,9069' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='thumbnail' columns='4' imagelink='lightbox' lazyload='avia_lazyload'][/av_one_third]
    </div>

    The result: http://grab.by/xsXA
    Div with blue background does not wrap all the content.
    Help pls.

    Tnx.

    The logo fix worked perfectly for me.

    The fix for the text using

    #oshead {
        line-height: 110%;
        font-weight: bold;
        font-size: 80px;
        color: #ffffff;
        text-align: center;
    }
    @media only screen and (max-width: 767px) {
        #oshead {
            font-size: 42px;
        }
    }

    Did not work. It didn’t seem to change any of the text characteristics at all. I checked via my ipod as well as resizing on the computer. Both yielded the same results.

    Your image of the “protect yourself” is exactly what we want though.

    #274085

    Adding a font-size property will do the job, try:

    #uniquecolorsection{
    position: relative;
    }
    #uniquecolorsection:after{
    content: "ANALYTICS AND INSIGHTS: \A We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions.  Please take a moment to view our short videos below.                                                            ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #404040;
    display: block;
    padding: 32px;
    width: 100%;
    font-weight: bold;
    white-space: pre;
    font-size: 22px;
    line-height: 30px;
    }

    Regards,
    Josue

    #274071

    Hey Albert!

    To put a break line change the code to:

    #uniquecolorsection{
    position: relative;
    }
    #uniquecolorsection:after{
    content: "ANALYTICS AND INSIGHTS: \A We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions.  Please take a moment to view our short videos below.                                                            ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #404040;
    display: block;
    padding: 32px;
    width: 100%;
    font-weight: bold;
    white-space: pre;
    }

    There is no way to apply a style (font size increase) to a single part of the text with the method we are using.

    Cheers!
    Josue

    #274066

    Hi Josue,

    How do I increase the font size of the text below (“ANALYTICS & …”) and insert a line break midway through the text so that it wraps around to a second line where I want the break? Here is the Quick CSS code:

    #uniquecolorsection{
    position: relative;
    }
    #uniquecolorsection:after{
    content: “ANALYTICS & INSIGHTS: We offer a management consulting perspective on residential real estate to help individual homeowners and homebuyers make better decisions. Please take a moment to view our short videos below. “;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    color: #404040;
    display: block;
    padding: 32px;
    width: 100%;
    font-weight: bold;
    }

    Thanks,
    Albert

    #273971

    Topic: Layer Slider Error

    in forum Enfold
    nasman22
    Participant

    I have an error with layerslider – I can embed and use the following code in HTML/Video/Section

    [av_font_icon icon='ue808' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='20px' position='left'][/av_font_icon]

    And it works – See Private Links

    When I moved the site using Duplicator Plugin to a windows box, the av-font-icons displayed as diamonds with a question mark.- See Private Links

    Please advise? Thanks in advance.

    #273949

    In reply to: Testimonials Layout

    Hey kpundyk!

    Please add following code to Functions.php in Appearance > Editor

    function add_custom_script(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(".avia-testimonial-content").prepend(".avia-testimonial-name");
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

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

    .avia-testimonial-name { font-size: 18px; }
    .avia-testimonial-image {
    width: 100px;
    height: 100px; }

    then go to Settings > Media and increase thumbnail size to 100px ( or any other value, you should adjust the value in css code if you would like to use another value ) and regenerate thumbnails using – http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Yigit

    #273892

    I actually added the following on the CSS which should work fine.
    .av-main-nav > li > a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: -20px;
    padding: 0 13px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    }

    paulrus
    Participant

    I recently purchased Enfold and I’m having one heck of a time dealing with overriding some of the CSS.

    If I use General Styling, I can change some things, but other things don’t change at all.

    If I use Quick CSS, I get no results.

    I followed the Vimeo video on creating child themes and had a lot of problems. First of all, the associated files don’t seem to work or they’re for an older version of Enfold. The only way I was able to get them to do anything was by copying and pasting style.css from Enfold to my Enfold-child. However, no matter what I change in the style.css, nothing happens.

    I’ve tried disabling every plug-in I have, and get no change.

    I’ve also tried modifying custom.css, and still get nothing. Something as simple as this: h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; color: green; } has no effect at all. I don’t even see it when I reload the page and inspect the CSS.

    Sorry if this post is rambling, I’ve literally been awake for around 36 hours while working on this.

    Any help would be greatly appreciated.

    #273681

    Hey!

    Thank you for the screenshots.

    Please try to use this on Quick CSS or custom.css:

    @media only screen and (max-width: 1024px) {
    .sub_menu li {
    padding: 0 5px;
    font-size: 10px;
    }
    
    div.phone-info.with_nav {
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    }
    
    .av_secondary_right .sub_menu {
    float: none;
    }
    
    #top .sub_menu>ul {
    float: none;
    margin: 0;
    display: inline-block;
    }
    
    .av_secondary_right .sub_menu {
    float: none;
    width: 100%;
    text-align: center;
    }
    }

    This should resize and center align the secondary menu then move the phone number below it when viewing on smaller screens.

    Cheers!
    Ismael

    #273654

    Hey!

    Thank you for the update.

    Use the following css snippets on the Quick CSS field. First, to change the bottom margin of the linked icon, use this:

    .avia_transform .av_font_icon {
    margin-bottom: 15px;
    }

    For the icon list content, you can use this to change the color and font size:

    .main_color .iconlist_content {
    color: red;
    font-size: 15px;
    }

    Use this to change the icon list title, footer widget title and tab title:

    #footer .widgettitle, .main_color .sidebar_tab, .main_color .tabcontainer .tab, .avia-icon-list .iconlist_title {
    text-transform: none;
    color: red;
    }

    Cheers!
    Ismael

    Hi!

    Add this to fix the mobile issue (i moved the inline styles here, it’s better):

    #oshead {
        line-height: 110%;
        font-weight: bold;
        font-size: 80px;
        color: #ffffff;
        text-align: center;
    }
    @media only screen and (max-width: 767px) {
        #oshead {
            font-size: 42px;
        }
    }

    Result:

    Cheers!
    Josue

    #273588

    In reply to: Vertical separators

    Añade esto al Quick CSS:

    li.social_bookmarks_abolengo.av-social-link-abolengo a {
        font-size: 36px;
    }
    #273579

    Thanks Joshue. It is getting very close to final thanks to your help. The translucent bar at the bottom of the page looks great except that it is stopping before the end of the page on the right. How can I make this bar go from edge-to-edge? Also, I wanted to bold the “ANALYTICS AND INSIGHTS” and possibly increase the font size of “ANALYTICS AND INSIGHTS” but likely keep the same font for the text that follows.

    I also want to have a matching translucent bar from edge to edge under the main menu bar. I think I need to adjust the first part of the code, which I have copy/pasted below, showing what I have so far:

    #top .av_header_transparency .header_bg {
    background: rgba(0,0,0,0.5);
    }

    #uniquecolorsection{
    position: relative;
    }
    #uniquecolorsection:after{
    content: “ANALYTICS AND INSIGHTS: We offer a management consulting perspective on real estate to help individual homeowners and homebuyers make better decisions. Please take a moment to view our short videos below. “;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    color: black;
    display: block;
    padding: 20px;
    }

    The page can be found at http://picomarkets.wpengine.com/?page_id=28 (hosted on WPengine)

    Thank you.

    #273381

    Hi,

    I am not using the code:

    #pp_full_res img {
    width: 100%!important;
    height: auto!important;
    }

    I am just using:

    <style type="text/css">
    
    .pp_content div li {
    text-indent: 0;
    width: 70px;
    float: left;
    height: 50px;
    margin-bottom: 20px; 
    text-decoration: none;
    font-size: 10px !important;
    }
    
    div.pp_pic_holder { 
    width: 880px!important; 
    align: center!important;
    }
    
    .pp_content { 
    width: 850px!important; 
    height: 280px!important; 
    }
    a.pp_close { right: -5%; }
    </style>

    Hey ShortieD!

    1- Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 14px; }

    Regards,
    Yigit

    #273344

    Hi kpundyk!

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

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

    2- Can you elaborate please?

    Regards,
    Yigit

    #273178

    In reply to: Font Size

    Hey!

    You can turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    give the element you would like to use a custom CSS class and add following code to Quick CSS

    .your-custom-class { font-size: 12px !important; }

    Regards,
    Yigit

    #273175

    Hey mcraig77!

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

    h2.avia-caption-title {
    font-size: 20px;
    }

    Cheers!
    Yigit

    #273089

    In reply to: Font Size

    Thank you Ismael.

    Another question:
    Is there a way to change the font size to a certain section in the content? For example: The regular content size font is 15 there is a small section that I would like to change to 12 – is that possible?

    THANKS!

    ShortieD
    Participant

    Hey guys – i want to be abel to do the following but my code hasn’t worked

    1 – remove the normal navigation on ipad portrait view (as it’s cut off by my logo) and display the toggle responsive menu

    2 – make the sub menu items on the responsive toggle menu the same size font as their parent items – currently they’re bigger.

    Thanks

    fashiontribe
    Participant

    Social Media in footer in IE, first icon is larger than the rest.
    Also, the Header not showing properly in mobile view.
    This is the codes I have in quick css:
    }
    .title_container{
    display: none !important;
    }
    #top .social_bookmarks { display: none; }
    #wrap_all { box-shadow: 0 0 5px 3px #888888; }

    .main_color .hr-inner {
    border-color: #0080ff;
    }

    .main_color .hr-inner-style {
    border-color: #0080ff;
    }

    .toggle_content {
    overflow: auto;
    }

    .social_header #header_main .container, .main_menu ul:first-child > li > a {
    height: 70px !important;
    line-height: 70px!important;
    }
    #header_main {
    z-index: 9999;
    }
    .logo {
    position: absolute;
    height: 270px !important;
    width: 400px !important;
    top: -25px;
    }
    .logo, .logo img{
    max-width: 300px !important;
    }
    .title_container .breadcrumb { display: none; }
    .title_container .main-title { display: none; }

    td {
    vertical-align: top;
    }
    .header_color .main_menu ul:first-child > li > a {
    color: white;
    }
    .header_color .main_menu ul:first-child > li > a:hover {
    color: #2e5c87;
    }
    div .logo { left: -52px; }

    .avia-layerslider { padding-top: 30px; }

    .home .iconbox_content {
    min-height: 520px;
    }
    .iconbox_top .iconbox_content {
    box-shadow: 3px 3px 2px black;
    border: 1px solid #0080ff;
    background: rgba(0, 128, 255, 1);
    }
    .page-id-1023 .main_color.iconbox_top .iconbox_content, .page-id-1023 .main_color.iconbox_top .iconbox_content, .page-id-1023 .main_color.iconbox_top .iconbox_content {
    background: rgba(0, 128, 255, 1);
    }
    .iconbox_content_container {
    font-size: 15px;
    color: white;

    #273050
    heufti65
    Participant

    Hi

    I have set the font via the plugin google fonts that your team recommended. Works well but not in all headlines or taglines.
    I have set h1 and h1 with OSWALD, and the rest with Source Code Pro.

    Watch this page here.
    http://www.tennisgate.com/de/
    and the text on the buttons “Zu den Top-Spielern” and at the ende of the page “the date” and “the read more” link is in arial not in source code pro.

    Here are the modifications i have set in the quick css:
    #container p { font-family: ‘Source Code Pro’, arial, sans-serif !important; }

    .entry-title a {
    font-family: ‘Source Code Pro’, arial, sans-serif !important; }

    .wp-caption-text { display:block !important; font-size:14px !important; font-style:bold !important;
    margin:0 auto !important;
    padding:3px 10px 5px !important;
    text-align:center !important;
    font-family: ‘Source Code Pro’, arial, sans-serif !important; }

    Thanks for your help, Oliver

    #273007

    Hey!

    Add a Text Widget with this content:

    [av_button label='send us a message' link='manually,http://kriesi.at' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue805' font='entypo-fontello' custom_class='']
    

    Change as needed.

    Best regards,
    Josue

    #272966
    l2yan00
    Participant

    The site is only a few pages with a few youtube videos? Not sure what is going on but it is so slow? I am not using any plugins out of the normals

    http://ryanlacorte.com/peppersghost/

    and also the logo is isnt responsive, here is all my custom css:
    ———————————————

    #top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
    background-color:rgba(255,255,255,0) !important;
    }

    #top .container_wrap {
    border-top-width:0px !important;
    }

    #top #header_main {
    border-bottom-width: 0px !important;
    }

    #header_meta {
    background: #0772A1;
    }

    #top ul:first-child > li > a {
    color: white;
    }

    #top ul:first-child > li > a:hover {
    color: red;
    }

    .html_header_top.html_logo_center .main_menu {
    text-align: center;
    background-color: #0172b6;
    border-radius: 5px;
    margin-top: 20px;
    }

    #header .container_wrap {
    border: none;
    }

    #main .container_wrap {
    background-color: transparent;
    }

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx{opacity: 1; visibility: hidden;}

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a {
    border-right-style: solid;
    border-right-width: 1px;
    font-size: 14px;
    }

    .html_header_top.html_logo_center .logo {
    margin-top: 11px;
    }

    .main_color p{
    font-size: 15px !important;
    }

    .main_color h2 {
    font-size: 17px !important;
    }

    .csstransforms3d .show_mobile_menu #mobile-advanced {background-color: lightgray !important;}

    #advanced_menu_toggle, #advanced_menu_hide {
    margin-top:35px;
    background-color: #000000;
    color: #ffffff;
    border-color: #0171b6;
    }

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
    color: #000000;
    border-color: #000000;
    }

    .entry-content-wrapper div li {
    text-indent: 0;
    font-size: 14px;
    }

    .main_color h3 {
    font-weight: bold !important;
    }

    @media screen and (max-width: 600px) {
    #supersized {
    display:none;
    }
    }

    #top ul:first-child > li > a {
    color: white;
    text-shadow: 2px 2px #000000;
    }

    .image-overlay {
    position: absolute;
    background: 0;
    z-index: 500;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    }

    .avia_image.avia-align-center img, iframe {
    margin: 0 auto;
    display: inline-block;
    background-color: #FFFFFF;
    border: 2px solid #ff0000 !important;
    box-shadow: 5px 5px 2px #888888;
    border-radius: 0 !important;
    }

    .avia-align-center.avia_image.avia-builder-el-no-sibling {
    margin-bottom: 0;
    margin-top: 0;
    background-color: #FFFFFF;
    border: 2px solid #ff0000 !important;
    box-shadow: 5px 5px 2px #888888;
    border-radius: 0 !important;
    }

    h3.headline {text-shadow: 2px 2px #6F6F6F !important;}

    .logo, .logo a, .logo a img {
    width: 960px;
    height: 124px;
    }

    .html_header_top.html_logo_center .logo {
    margin-top: 0px;
    }

    —————————————-

    • This topic was modified 11 years, 9 months ago by l2yan00.
    #272912
    This reply has been marked as private.
    #272899

    In reply to: Font Size

    Hey VictoriousC!

    Thank you for using the theme!

    You can add something like this on Quick CSS or custom.css:

    body, body p {
    font-size: 15px;
    }

    You can also change some of the font style on Enfold > Advanced Styling panel.

    Regards,
    Ismael

    #272872

    Topic: Font Size

    in forum Enfold
    VictoriousC
    Participant

    How do I change the font size for the content?
    Thanks

Viewing 30 results - 16,411 through 16,440 (of 18,728 total)