How do you remove the icon from the info box frame made by the following code? I like the frame, but not the icon.
[box type="info"]
How do you remove the icon from the info box frame made by the following code? I like the frame, but not the icon.
[box type="info"]
Hello,
Just leave it empty. :)
[box]Content[/box]
Regards,
Ismael
Any way to get the blue color of the info box in that frame?
Hi Wyko,
If you want to remove the blue background color of the box, you can use this css code:
.avia-box {
background: none !important;
}
If it's the line above and bottom of the box, you can use border-top and border-bottom. If changes doesn't work, try to add the !important. Hope this helps. :)
Regards,
Ismael
Haha, I think you misunderstand. I LIKE the border and frame of the blue info box, just not the icon. [box] [/box] is actually perfect; I just like the color scheme of the blue info box better without its icon.
Hi Wyko,
Sorry about that. use the [box]Content[/box] and add this css code:
.avia-box.normal {
border-color: #9DADBF !important;
background-color: #F5F6FC !important;
}
Hope this helps. :)
Regards,
Ismael
Perfect. Thank you!
Hey,
Glad to help. :)
Regards,
Ismael
This topic has been closed to new replies.