How to change container and the hyper link yellow color for feature-grid

Hi,

To change the background color of containers:

<style>
#feature-grid1 .feature-box {
    background-color: #F8F8FA !important;
}
</style>

To change the color of the link, see screenshot below (it’s inside each card options)

1 Like