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

    Is there a way to put the circle background behind the Font Icon Shortcode that is in a text box, or to change the color of the box icon content area to match and blend into the section color for just this section? Here are two “tries”: http://acmecontentlab.com/home/) Thanks, Mike.

    #173952

    Hi mhiller!

    Add this code to the Quick CSS or to the css/custom.css file:

    .page-id-2514 .avia-builder-el-9 .iconbox_icon.heading-color {
    background: #1E73BE;
    }

    Regards,
    Josue

    #173962

    Thanks Josue! What would be the variables to change:
    1) the background color of DIV.iconbox_content
    2) the Title font color?

    Is there a file where I could find these in the future, so I don’t need to bother support again?

    Thanks, Mike.

    #173970

    Hello!

    Its color is the “heading-color” set here (Enfold > Styling):

    Regards,
    Josue

    #174448

    Got it. Thanks! One more: How can I reduce the size of the light grey icon content box under the icon (DIV.iconbox_content)?
    http://nexuscontentlab.com/home/ Thanks!

    #174469

    Hello!

    You can try reducing its padding:

    .iconbox_content{
    padding: 35px 10px 10px 10px;
    }

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Include circle background behind Font Icon in text box?’ is closed to new replies.