Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #588305

    Iconbox on homepage needs a different background color. I enabled the custom class field. I selected the iconbox on the homepage and gave it a custom class “cs-iconbox-home”. I added this to the quick css:
    .cs-iconbox-home {
    background-color: black!important;
    border-radius: 4px;
    }
    Problem: the box color isn’t changing. What am I doing wrong?

    #588308

    login credentials

    #588798

    Hi,

    Please try the following instead:

    .cs-iconbox-home .iconbox_content {
    background-color: black!important;
    border-radius: 4px;
    }

    Regards,
    Rikard

    #589201

    Hey Rikard,
    Works perfect! Thank you.
    Regards,
    Christel

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘custom class icon box’ is closed to new replies.