Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237673

    Hi there,

    I have three iconboxes on my homepage with the icon position in the top. The boxes are displayed by default as a rectangle with a light grey border. I am not able to change the border color from the theme styling options.

    I tried adding the following code to the quick css but nothing happens. Please let me know what I can do to change the border color.

    .iconbox {
    border-color: #FF00B3 !important;
    }

    #237949

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #238575
    This reply has been marked as private.
    #240838

    Hi!

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

    .iconbox_top .iconbox_icon { border: solid 1px #FF00B3!important; }

    Cheers!
    Yigit

    #242713

    Hi Yigit, the code modifies the border of the icon, but I was looking for code to modify the border of the rectangle. See the original post. Thanks.

    #243166

    Hey!

    You can use this instead:

    .iconbox_top .iconbox_content {
    box-shadow: none;
    border: 1px solid #FF00B3;
    }

    Regards,
    Ismael

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