Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 26, 20213 yr Hi guys - Anyone have the code to target just items on the activity stream page? I'm guessing it will be similar to the code that targets just the forums page such as: body[data-pageapp=forums] Thanks for any guidance here. Chad
April 26, 20213 yr View the page source, see the 'body' tag: <body class='ipsApp sPictureFrame ipsApp_front ipsCommunity sWide ipsJS_has ipsClearfix ' data-controller='core.front.core.app' data-message="" data-pageApp='core' data-pageLocation='front' data-pageModule='discover' data-pageController='streams'> data-pageApp data-pageModule data-pageController
April 26, 20213 yr body[data-pageController='streams']{ your code }; or body[data-pagemodule="discover"]{ code }