Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #321165

    Hi there,

    i have two different questions regarding a website i am currently building using enfold.

    1. I want do remove the border/padding of the Custom Background Image i uploaded for the socket. Could you provide me with a piece of code for Quick CSS?

    2. As you can see on the front page, i was able to change the icon background color for the icon box but the icons are not shown correctly. is there a bug or did i make a mistake?

    thank you in advance and kind regards

    Malte

    • This topic was modified 9 years, 7 months ago by macondo-group.
    #322012

    Hi macondo-group!

    1- Please edit your image file and remove border. It is not possible to remove that border using custom CSS
    2- Please add following code to Quick CSS as well

    .iconbox_left .iconbox_icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    }

    Cheers!
    Yigit

    #322903

    Dear Yigit, thx for your fast reply. However the Icons in the iconbox are still displayed incorrectly. They are in a small square, not the circle. Can you help with that? They are shown correctly in the advanced layout editor.

    Thx!

    Malte

    #322932

    Hi!

    Please add following code to Quick CSS as well

    .iconbox_left .iconbox_icon { border-radius: 30px; }

    You are using iconbox with icon on the left side. It normally does not have a background color as you know, that causes the issue you are seeing

    Cheers!
    Yigit

    #323563

    Thank you very much! I didn’t know that. :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Socket image border + iconbox problem’ is closed to new replies.