Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #337243

    Hi!

    I’m trying to remove the border around the iconbox, but there is no effect! I have changed the background color and need also to remove the border. This don’t work:

    .iconbox_content {
    background: #393939 !important;
    color: #ffffff !important;
    border: 5px solid #393939!important; ( I tried to set the same color as the background that I have in teh footer)
    border: none;

    }

    Thanks!

    #337244

    Hey Effektid!

    Please try following code instead

    .iconbox_content { border: none !important; }

    Regards,
    Yigit

    #337255

    Thanks, but it’s still there! Any other suggestions?

    #337260

    Hey!

    Can you post the link to your website and point out the iconbox you would like to edit please?

    Regards,
    Yigit

    #337279
    This reply has been marked as private.
    #337281

    Hi!

    Please add following code to Quick CSS

    .iconbox_top .iconbox_content { box-shadow: none !important; }

    Cheers!
    Yigit

    #337286
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No border around iconbox’ is closed to new replies.