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

    Hello,

    i wanted to know if it’s possible to remove the background circle from icon box ?

    Here is my idea : http://i.imgur.com/0f23Ylt.png

    Thanks,
    AB

    #309246

    Hi anma!

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

     .iconbox_top .iconbox_icon {
    background-color: transparent!important;
    color: red !important;
    } 

    Regards,
    Yigit

    #309267

    Hey,

    Thank you for your answer it works pretty well, i just have one more question,
    how can i change the size of my icon ?

    Best,
    AB

    #309270

    Hey AB!

    Please use following code

    .iconbox_icon.heading-color:before {
    font-size: 36px !important;
    }

    Best regards,
    Yigit

    #309277

    Hi again,

    so i put your last code, everything is great except now my icons are not center anymore.

    Any solutions ?

    Thanks,
    AB

    #309279

    Hey!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #309282
    This reply has been marked as private.
    #309288

    Hi!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_icon { left: 45%; }

    Cheers!
    Yigit

    #309289

    Everything’s great, thank you again Yigit !

    Have a nice day,
    Best AB

    #309291

    Hi!

    You are welcome AB, glad if we could help :) You too have a nice day!

    Regards,
    Yigit

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