Hello
is there any trick on repacing icon with tetx/numbers on Feature Box Title
Thanks
Hello
is there any trick on repacing icon with tetx/numbers on Feature Box Title
Thanks
Hi Ole.
Thank you for reaching out to us. Regretfully there is no way to replace the icon with text or number but what you can do is, remove the icon using custom CSS and then use the Title field to display text/number and then main title also. To do this, first give your Classic Feature Box a class e.g my-feature-box and then use this class to remove the icon by adding the following code in the page CSS section
.my-feature-box .x-feature-box-graphic {
display: none;
}
Now in the title Field you can write your title like this:
Text or number <br> Main Title
This will create two lines in the title field, change it as you need. Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.