Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #702662

    Hello, you can hide the icon of iconbox? I’m not interested by any of the icons available. Is it possible to create an icon and add? If I do not prefer to hide. Leaving only the text.

    Tell me how.

    (http://www.enpro.com.br/enproml1)

    • This topic was modified 8 years ago by mleite1.
    #702668

    Hey mleite1!

    Please try the following to your custom css

    .main_color.iconbox_top .iconbox_icon { display: none; }

    Let us know if we can do anything else

    Cheers!
    Basilis

    #702684

    Tks,

    As you leave the box a little transparent?

    #702786

    Hi,

    I’m not sure what you mean by your last reply, could you try to explain a bit further please?

    Thanks,
    Rikard

    #703009

    Rikard, all right?

    In the box there is a icon box in white. How to make this transparent box?

    If you have questions let other staff interact in the call. These doubts only happen to you.

    #703021

    Hi,

    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 Iconbox elements and give them a custom CSS class (“your-custom-class” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .iconbox_content {
        background: rgba(255,255,255,0.8)!important;
    }

    255,255,255 is the RGB value of the color and 0.8 is opacity level.

    Best regards,
    Yigit

    #703081

    Yigit, I used your code and it did not work.

    #703150

    Hi,

    Please try it without the custom class:

    .iconbox_content {
        background: rgba(255,255,255,0.8) !important;
    }

    It works on my end. If you can’t get it to work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #703363

    Hello everybody, the code works, but the text was also transparent. As it does to just leave the box with opacity?

    LINK

    #704425

    Hi,

    Only background is transparent on my end and the code Rikard posted would only target background color and not the text.

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.