Okay
  Public Ticket #2289901
Where can i edit html codes for the theme pages
Closed

Comments

  • edwin A started the conversation

    i want to edit some headlines, and buttons, and layouts, on most of the theme pages. like /blog/ , /products/ etc. Where can i find the files to edit the html.

  •  2,620
    Kevin replied

    Hi edwin A !

    You can leave more details about the problem you want to change, the better the image, the easier it is for me to help you adjust.

    thank you

  • edwin A replied

    i want to change the titles PRODUCTS to something else

    i also want to also change the links /blog/blog/ to /blog/

  •  2,620
    Kevin replied

    Hi edwin A !

    # Title product in the product details page is leaving the H1 tag with a font-size of 20px, you can change it by adding the following css property at Appearance-> Custimize-> Additional CSS

    .single-product.woocommerce div.product .summary h1.product_title.entry-title {
        font-size: 30px;
    }

    # section link you can go to Settings-> permalink and choose your own display style

    thank you