How to remove underline from Bundles app product title and change title color

In a few themes, the bundle widget might show up with the product titles with blue link text and underline.


Use this custom CSS to remove the underline and change the title color (Remember to change the color code to a color of your choice):

.revy-bundle-info-container a {
    text-decoration: none !important;
    color: #000 !important;
}

Place the CSS code at Bundles app > Settings > Design > Custom CSS section. Here is an illustration:







If you have any questions or experience any challenges please let us know at [email protected] and we will be happy to answer you ;)

Still need help? Contact Us Contact Us