Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #377169

    Hi there,

    I am using an icon box element and am having trouble finding where I can change the colour for the border. I’m currently in theme options -> general styling and have changed the border colour boxes but nothing seems to make it change colour.

    If you can help that would be fantastic thanks!

    #377510

    Hey mrianforest!

    It uses a box shadow. If you want to change it then you can use this CSS.

    .iconbox_top .iconbox_content { box-shadow: rgba(0, 0, 0, 0.3) !important; }
    

    The first three 0’s you can change to create an RGB color.

    Cheers!
    Elliott

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