How Can I Find The Page Id Of This Page

How can I find the page ID of this page



Digital Save Return & Refund Policy



?



Thanks

Done it, not as dumb as I look ;)

Could you share how to find the page ID?

Page ID can be found on the URL on the “Update page” page:

Page ID can be found on the URL on the "Update page" page:

http://clip2net.com/s/3lvamLR

Unfortunately the link is no longer available, can you re-attach the screenshot or describe in the text please. Thanks.

Just look at the source code.. Search page_id

In admin, go to Website->Pages->Select your page and the page id will be shown in the url.

Unfortunately the link is no longer available, can you re-attach the screenshot or describe in the text please. Thanks.

Sure,

http://prntscr.com/9vu4kn

Thank you all for your answers. But I don't see Brands page (http://demo.cs-cart.com/index.php?dispatch=product_features.view_all&filter_id=10) in the list there.

Just to give you an idea, my target is to add CSS code solely to this page (e.g. increase h3 font size).

Thank you all for your answers. But I don't see Brands page (http://demo.cs-cart.com/index.php?dispatch=product_features.view_all&filter_id=10) in the list there.

Just to give you an idea, my target is to add CSS code solely to this page (e.g. increase h3 font size).

You can enter below style into Custom CSS field using CS-Cart theme Visual Editor:

.ty-features-all .ty-subheader {font-size: 22px;}

Thank you, worked like charm! Still a question to clarify - does this element .ty-features-all refers to styling on brand page only or everywhere on the website?

Thank you, worked like charm! Still a question to clarify - does this element .ty-features-all refers to styling on brand page only or everywhere on the website?

You are welcome. This style only works on Brands page.

Other page urls are available on Update page. But still can't find out page url for the BRAND page at top menu of our site https://www.cellsii.com/

anyone please help?

Other page urls are available on Update page. But still can't find out page url for the BRAND page at top menu of our site https://www.cellsii.com/

anyone please help?

Here is your brands page: https://www.cellsii.com/index.php?dispatch=product_features.view_all&filter_id=26

Solved! Thanks lot