Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, @ffmsly
    Thanks for reaching out to us!

    We have successfully been able to reproduce an issue with the Icon Box widget. The Style Controllers for the Description are not working and for that reason, the description is not showing properly. Please be informed that the issue is not related to WordPress 6.0. We have made some adjustments in the last update of the ElementsKit and that causes the issue.

    However, the issue is currently under the inspection of our dev team. I hope it will be solved very soon. We will release an update as soon as the patch is ready. Till then, stay tuned.

    Let me know if there is anything else you need help with. We are always here to assist you.

    Best Regards,
    Prosenjit

    Thread Starter ffmsly

    (@ffmsly)

    sorry, i mean infobox

    I’ve been having the same issue with the description colour of the icon box. I use this widget a lot on client sites so can’t wait for it to be fixed…

    Tom M

    (@tominthephilippines)

    Also waiting for a fix to the description color issue of the icon box. Cheers and thanks!

    Thread Starter ffmsly

    (@ffmsly)

    I’ve tested the 2.6.0 version with the latest WordPress and Elementor version, it’s works perfect.

    While waiting for the next update, downgrade to 2.6.0 could be the best choice.

    Thanks.

    Hi There,

    The next plugin update can take some time to release. For now, to get the title text and description text solution please add this below CSS code in Appearance → Customize → Additional CSS to apply color to the selective text

    // For applying color on the description text
    .ekit-wid-con .elementskit-infobox .box-body{     
         color: #ffffff !important; // your desired color code here 
    }  
    // For applying color on the title text
    .ekit-wid-con .elementskit-infobox .elementskit-info-box-title{
         color: #ffffff !important; // your desired color code here 
    }

    Regards,
    Benjir

    • This reply was modified 2 years, 9 months ago by Benjir Ahmed.
    • This reply was modified 2 years, 9 months ago by Benjir Ahmed.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Icon Box Bug after updating to WordPress 6.0’ is closed to new replies.