+ Reply to Thread
Results 1 to 3 of 3

Thread: How can I change the styling of the H1 tag on the listing page

  1. #1

    How can I change the styling of the H1 tag on the listing page

    Hi,

    I need to change the styling of the heading on the Listing details page.
    The heading is in <h1> tags.

    listing_page.jpg

    I cannot change the <h1> styling because that would change the <h1> styling on all pages.

    Does anyone know what code generates the listing page? so I can apply a specific styling to the heading of Listing details page only?


    Thanks,
    C.

  2. #2
    I think h1 tag for listing page is in content.tpl file.
    Go to template_folder -> tpl -> content.tpl and find
    Code:
    Only registered members can view the code.
    h1 tag for listing detail is below it.
    But for change styling, i recommend go to template_folder -> css -> style.css and find
    Code:
    Only registered members can view the code.
    Then you can change styling here.

  3. #3
    Thank you Bahram. Very helpful

+ Reply to Thread