Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #534279

    How do I change the background color of the box portion of the icon box? Only custom css, or is there a styling setting in theme options for it?

    #534304

    Hi robphat!

    You can use a variation of the below css in order to change the icon-box’s background color:

    .iconbox_top .iconbox_content {
        background-color: #000000 !important;
    }

    Regards,
    Dake

    #534397

    ok thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change background color of icon box box’ is closed to new replies.