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

    hello two question:
    1. I changed the color of the icons in the icon box but if I put the top I do not change color. how should I do?
    2. how do I change the font size of the title of the icon box?

    #222728

    Hey patriscia!

    1.) Change the color of the icon using this on Quick CSS:

    .main_color.iconbox_top .iconbox_icon {
    color: red;
    background: blue;
    }

    2.) Change the title using this:

    .iconbox .iconbox_content .iconbox_content_title {
    font-size: 13px;
    }

    Best regards,
    Ismael

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