I want to add "FEATURED PRODUCTS" text on the left top of home page in the Featured Product Box like the "BEST SELLING PRODUCT" on the bottom.

I tried to add it in "Modules---HomePageProducts.ascx" page like:

"<div class="boxtitle"> Featured Products
        <%=GetLocaleResourceString("HomePage.FeaturedProducts")%>
    </div>
"

and comment out "{display:none;}" in styles.css---.home-page-product-grid .boxtitle.

But it didn't work.

Please help me out here.