Viewing 30 results - 451 through 480 (of 631 total)
  • Author
    Search Results
  • #290144

    Hey kevinmkelly!

    Please turn on custom CSS field on ALB elements firstly – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then give a custom class to one of your iconboxes and add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-class .iconbox_top .iconbox_icon {
    background: red!important;
    }

    Regards,
    Yigit

    #284790

    Hey!

    Enable this, then add a class of “no-text-iconbox” to those icon boxes and add this to the Quick CSS:

    .no-text-iconbox .iconbox_content_container {
        display: none;
    }

    Best regards,
    Josue

    #284071

    Hi – thanks – CSS code for the iconbox works great.

    For the using Google Fonts to text in the layerslider, I don’t quite understand – if I add that custom css, do I just add as many font-families as I want and then apply them within the layerslider?

    Thanks!

    #284067

    Hi!

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

    .iconbox .iconbox_content .iconbox_content_title { font-size: 18px; color: red; }

    – You can use custom CSS as following

    .ls-l {
    font-family: arial;
    }

    Regards,
    Yigit

    #279200

    Hi SMDNAS!

    Thank you for visiting the support forum!

    Yes, that is possible but first you need to add the avia_template_builder_custom_css support. You’ll be able to add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the iconbox element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “iconbox-bg”.

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

    .iconbox.iconbox-bg .iconbox_content {
    background: red;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Ismael

    #278516
    Guenni007
    Participant

    if there is no featured image in a post there will be a standard pic in front of the post on the left side.
    A little pencil. This is i guess an icon font. – I want to change it to a custom icon font made by uploading an svg compound path to fontellos icon font generator. I added the zip file and i can see my own pic and i can use it on sites as well.
    but i want it to be the standard pic for

    here it is in an iconbox: Pirolpic

    • This topic was modified 11 years, 7 months ago by Guenni007.
    #276786
    This reply has been marked as private.
    #274970
    This reply has been marked as private.

    Hey vastaffer!

    Please turn on Custom CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and give your iconboxes custom class, for example “remove-icon” and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .remove-icon .iconbox_icon { display: none!important; }

    Regards,
    Yigit

    vastaffer
    Participant

    Hello, I have some custom icon graphics that I want to use. I used the forum search and saw that there’s no way to add custom ones, only the ones from the site provided.

    So I added a text box and added the image manually, but my question is, can we make an iconbox without an icon so at least I can have an outlined text?

    See attached: http://postimg.org/image/goo4y3qxh/

    Thanks,
    J

    #271332

    In reply to: Coloured IconBox Icons

    Thanks Yigit,

    I’ve managed to add the option for the CSS field but I’m not sure how to add custom class to each box.
    I know it is a very stupid question but for the above code to work what to I put in the CSS field? This is what I used but it isn’t working as all the icons have reverted to red

    afi-iconbox-col-1 to the field and then

    .custom-class-afi-iconbox-col-1 .iconbox_icon { background-color: orange !important; } to the Quick CSS

    #271308

    In reply to: Coloured IconBox Icons

    Hey ElementArt!

    Please turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    then add custom class to each iconbox element and use following code instead

    .custom-class-1 .iconbox_icon { background-color: orange !important; }
    .custom-class-2 .iconbox_icon { background-color: red !important; }

    Best regards,
    Yigit

    #271305

    Topic: Coloured IconBox Icons

    in forum Enfold
    Valinsy
    Participant

    Hi all,
    I’ve seen this query previously but I’m having issues customising it. I have 3 icon boxes on the same page and I want each icon to be a different colour.

    I found this code
    .avia-builder-el-5 .iconbox_icon { background-color: #4f0c56!important; }
    .avia-builder-el-7 .iconbox_icon { background-color: #273691!important; }
    .avia-builder-el-9 .iconbox_icon { background-color: #b4d334!important; }

    but it only makes all 3 icons green (#b4d334) See here

    How do I make each icon a different colour?

    Many Thanks
    Grace

    #268362
    jjdenmark
    Participant

    Hi there,

    I have tried to use a custom ID for an Icon box, but it dosent seem to work.

    I added an ID in the iconbox (ctabox2) and used the following CSS in Quick CSS:

    #top. ctabox2{
    width: 400px;
    }

    Where am I goning wrong here ?

    #267918

    Hi!

    Yes, you can use it as following

    .custom_icon_2 .iconbox_icon {
        color: red !important;
        border-color: orange !important; 
    }

    Cheers!
    Yigit

    #267482

    Hi!

    Apply this:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then simply add a class to the icon you want to customize and this to the Quick CSS:

    .custom_icon_1 .iconbox_icon {
        background: red !important;
    }
    .custom_icon_2 .iconbox_icon {
        background: green !important;
    }
    .custom_icon_3 .iconbox_icon {
        background: peru !important;
    }
    

    Tweak as needed.

    Regards,
    Josue

    #266004
    aweirick
    Participant

    Hello,

    I’m going to be creating a few pages of business apps and wanted to use the ‘iconbox with top icon style’ for each of the apps details/summary of what they do.

    I know that I can use Fontello to create a custom icons as a font, and have done in the past, but my design calls for icons that have different coloured backgrounds (for different categories) and shades of colour/gradients/effects. So I wanted to upload the icon as a complete circle graphic.

    Is this possible? and how to go about doing this?
    Any help would be appreciated!!
    Thanks,
    Alison

    #265662

    Hey!

    Thank you for using the theme!

    Please add this at the very bottom of Quick CSS or custom.css then delete the enfold.css file and save the theme options again to regenerate the file. Make sure that the file permission is 755 or higher.

    .header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 {
        background-color: #649ECB !important;
        border-color: #649ECB !important;
    }

    Best regards,
    Ismael

    #263911

    Hello again,

    Perhaps I’m doing something completely wrong (it might be worthwhile to let you know that my CSS experience is limited!), but I haven’t been able to get it right yet, the menu still looks the same to me even after adding the above CSS.

    Would it help if I give you access to the WP admin area?

    Current custom CSS is:

    .phone-info {
    font-size: 16px;
    }

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    color: red;
    }

    .iconlist-char {
    color: red;
    }

    li#menu-item-3151 .avia-menu-fx { display: none; }
    li#menu-item-3151 a {background-color: red!important; color: white!important;height: 30px!important; margin-top: 43px; border-radius: 10px; line-height: 30px !important; }

    .av-main-nav > li > a {
    padding: 5px;
    }

    .menu-item-top-level>a.avia-menu-text {
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: red;
    padding: 8px 13px;
    }

    Regards,
    Chris

    #263669
    mikes2011
    Participant

    Hi
    After update to latest WP 3.9.1 and Enfold 2.7.1 i have problem (only on firefox). I saw space on top and before header . When i scroll down , the content of page appear on top of page

    I have some custom styling on quick CSS box:

    .four.units.single-product-main-image.alpha {
    overflow: hidden;
    }
    .iconbox .iconbox_content .iconbox_content_title {text-transform:none;}
    .entry-content-header .iconlist_title {text-transform:none;}
    .avia-builder-el-1 > section:nth-child(1) div:nth-child(1) > h2:nth-child(1){text-transform:none;}
    section.av_textblock_section:nth-child(17) > div:nth-child(1) > h2:nth-child(1) {text-transform:none;}
    .gm-style-iw{color:blue;}
    section.av_textblock_section:nth-child(18) > div:nth-child(1) > h2:nth-child(1){text-transform:none;}

    #262202

    Hi!

    Thank you for the update.

    Please remove the inline styling then add a custom css selector for the iconboxes that you want to have a centered content. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the icon box element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “.centered-iconbox “.

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

    .centered-iconbox div.iconbox_content_container {
    text-align: center;
    }

    Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    Hey!

    Thank you for the update.

    The Road Show icon box is visible, checking on Chrome and Firefox Windows 8.

    The modification that you did is a bit extensive and you said that it can be done easily if only you can add a custom class or ID on the iconbox. Actually you can do it by adding the theme support for custom css class, just follow the instruction on the link Dude suggested. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the Icon Box element then scroll below. Add a unique css selector on “Custom Css Class” field. If I am not mistaken, the issue why the iconbox is not showing intermittently is because of the stack or layering order of the color sections so please try to add this on Quick CSS or custom.css:

    #after_section_6.container_wrap {
    z-index: 9999;
    }

    Cheers!
    Ismael

    Hi!

    Did you solve the issue? I tested the website with IE, Firefox and Chrome (see: http://www.screenr.com/ukgN ) and I didn’t notice any issue with the IconBox. Btw you can add a custom css class to Icon Boxes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ too.

    Best regards,
    Peter

    #258542

    Hi!

    Did you added any custom CSS code to make any fonts italic? I am not sure which ones you would like to keep in italic and which ones in normal so i provide custom CSS code as you point out elements

    .iconbox_top .iconbox_content { font-style: normal !important; }

    Cheers!
    Yigit

    #258095

    In reply to: Font change again!

    Hi!

    Thank you for the update.

    Please use this at the very bottom of Quick CSS or custom.css:

    .iconbox_content_title, body .av-special-heading .av-special-heading-tag {
    font-family: “Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif !important;
    }

    Make sure that you didn’t add it inside any media query.

    Best regards,
    Ismael

    #258082

    Hey richardruddle!

    Thank you for using the theme!

    You can add this on Quick CSS or custom.css to adjust the top margin of the icon box:

    #top .iconbox_top {
    margin-top: 50px;
    }

    It is possible to add a unique css selector for any avia elements. You need to enable the custom_css support. Edit functions.php, find this code on line 16:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit any avia elements like the IMAGE element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-image”.

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

    .avia_image.awesome-image {
    width: 210px;
    }

    Regards,
    Ismael

    Hi stuartleighbray!

    Thank you for visiting the support forum!

    If you want to make the iconbox icons container square, use this on Quick CSS or custom.css:

    .iconbox_top .iconbox_icon {
    padding: 15px;
    border-radius: 0;
    }

    I hope that helps.

    Best regards,
    Ismael

    #253539
    dmpitzer
    Participant

    Hi!

    I have an issue with the menu and logo on the iPad. My logo is the recommended size, but does not shrink (responsive) on the iPad in portrait mode; you can see a screen shot here: http://www.mosfoundation.org/?attachment_id=6671 or the page here: http://www.mosfoundation.org/donate/.

    I do have this in the custom.css from a past question on here about the logo and an iconbox issues.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
             /* Add your Tablet Styles here */
    .iconbox_content{height: 360px}
    
    .responsive .avia-promocontent{margin: 0;}
    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap{width:100%; margin-top:40px; position: relative; top:0; left:0; text-align: center; float:none;}

    Thank you for your help,

    Dave

    #253416

    Hey!

    Glad it is working now.

    Please wait for the 2.7 update which will fix the custom icon fonts. (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/)

    Cheers!
    Ismael

    #253022

    Hey!

    We didn’t release the 2.7 update yet (see https://kriesi.at/support/topic/custom-icons-in-iconboxes/#post-252679 ). Please wait for the update which will be released next week.

    Cheers!
    Peter

Viewing 30 results - 451 through 480 (of 631 total)