Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #784005

    Hi guys,

    I know this may sound illogical, but I’d like the code to hide the icons on the icon list.
    http://prntscr.com/f1f5ek

    You’ll see I’ve changed the icon backgrounds and so I’d like the icons to not be visible, so it’s not so noisy.

    Thanks,

    Krissie

    #784009

    Hey Krissie,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your icon list element and give it a custom CSS class (‘my-custom-class’ in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .my-custom-class .iconlist-char:before {
        display: none;
    }

    Best regards,
    Yigit

    #795864

    Great, I did it! Thanks Yigit. :) x

    #795876

    Just a quick question. is there a way I can make a full width slider the height I choose using this custom css field?
    If so, what is the code I should put in the general styling tab? Thanks!

    #795918

    Hi Krissie,

    You can actually set the slider minimum height for your Fullwidth Easy Slider.  No need for Custom CSS. :)

    Let us know if you need further help.
    Best regards,
    Sarah

    #795928

    Hi Sarah,

    Sorry, how do I do that?

    Thanks

    #795933

    Hi Krissie,

    It’s in the settings of your fullwidth easy slider. Here’s a screenshot:

    View post on imgur.com

    Best regards,
    Sarah

    #799427

    Hi Sarah,

    This doesn’t seem to work. I want to control the height of the slider when being viewed on a desktop.

    Thanks

    #799451

    See print screen: http://prntscr.com/fbvo5v

    The socket is too deep in this situation. 1500 X 1500 is too high and 1500 X 630 makes the socket to high. I need something inbetween!

    Thanks,

    Krissie

    #799812

    Hi Krissie,

    Could you please give us a link to your website, we need more context to be able to help you.
    Best regards,
    Victoria

    #800078

    Hey Victoria,

    Sure please go to :

    Cheers

    #800516

    Hi Krissieg,

    The footer on the main page jump up because there is no other content besides slider and slider is not tall enough to fill the screen. If I manage to force the footer to stay at the bottom, there will be a gap between slider and footer just empty grayish space. So you can either add more content to the page or make a taller slider.

    Let us know what you think.
    Best regards,
    Victoria

    #800967

    Hi Victoria,

    That’s what I want to do, make a taller slider. But the options are pretty extreme, from 630 to 1500. I’d like something inbetween, how can I do that?

    Thanks

    #801285

    Hi,
    How about something like this:

    .html_header_transparency #top .avia-builder-el-0 {
        padding-top: 25vh!important; 
        padding-bottom: 25vh!important; 
        background-color: #E4E4E4!important; 
    }

    I tried to match the color of your slide to blend the edges.

    Best regards,
    Mike

    #801432

    Thanks Mike!
    Do I put your code in the Quick CSS area?

    Cheers,
    Krissie

    #801745

    Hi,
    Yes :)

    Best regards,
    Mike

    #801879

    Thanks Mike. The code makes an okay effect. I’d ideally like to adjust the actual banner height, not the area around it.
    Is this not possible?

    Thanks

    #801880

    Don’t worry, I’ve just made the border at the bottom grey like the socket and I think it’s fine now.

    Thanks for your help everyone. :)

    #801907

    Hi,

    We’re glad that it works fine now! We’re happy to help. If you have any other questions or issues, feel free to post them here on the forum.

    Thank you for using Enfold!

    Sarah

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Icon list’ is closed to new replies.