+ Reply to Thread
Results 1 to 2 of 2

Thread: How to remove featured text and highlight?

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    6

    How to remove featured text and highlight?

    Greetings,
    Just seeing if anyone knows how to remove the featured text and yellow highlighted area on the listings pages, leaving the functionality of the featured ads only removing the text and highlight?
    Thank you for the help.
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello Richard,

    If you only need to hide the featured label, you can do it via css code in this file: templates/your_template/css/style.css > insert this code:

    article.featured div.picture div.label {
    display: none;
    }

+ Reply to Thread