+ Reply to Thread
Results 1 to 5 of 5

Thread: Add a subtitle for Category list on home page

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    256

    Add a subtitle for Category list on home page

    Hello Flynax Dev and Customer community,

    Is there anyway I can add a small subtitle for Category names on the home page, and in category list in add listing page?
    Please see screenshot:

    subtitlle.png

    I want to show a small note for some user to know that they can post ads for free.

    Thank you for making such a great scripts

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

    Go to templates > tpl > blocks > category_block.tpl

    after:
    Code:
    Only registered members can view the code.

    add:
    Code:
    Only registered members can view the code.

    and add some styles for the class .cat-note

  3. #3
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    256
    Quote Originally Posted by Rudi View Post
    Hello,

    Go to templates > tpl > blocks > category_block.tpl

    after:
    Code:
    Only registered members can view the code.

    add:
    Code:
    Only registered members can view the code.

    and add some styles for the class .cat-note
    Thank you so much it works great Rudi,

    Can we add the text in the add listing page as well?

    Screen Shot 2022-03-14 at 3.37.57 PM.png

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,162
    Open category_level_select.tpl

    after or before:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.

  5. #5
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    256
    Quote Originally Posted by Rudi View Post
    Open category_level_select.tpl

    after or before:
    Code:
    Only registered members can view the code.
    add:
    Code:
    Only registered members can view the code.
    Perfect, thank you so much, Rudi!

+ Reply to Thread