+ Reply to Thread
Results 1 to 3 of 3

Thread: Add to favorite: only icon

  1. #1

    Add to favorite: only icon

    Hi,

    Please could you tell me how to display only the icon at the far right of the column as on the attached image?

    Thank you

    icon-r.jpg

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

    Go to ftp > templates > tpl > blocks > listing.tpl > find and remove:

    Code:
    Only registered members can view the code.

    then in css > style.css > find section#listings ul.nav-column > li .icon

    and replace:
    Code:
    Only registered members can view the code.
    with:
    Code:
    Only registered members can view the code.

    then find section#listings.list ul.nav-column > li

    and remove:
    Code:
    Only registered members can view the code.
    Last edited by Rudi; March 30, 2021 at 03:38 AM.

  3. #3
    Rudi, you amaze me!

    Thank you

+ Reply to Thread