Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
BlueEye Posted April 26, 2021 Posted April 26, 2021 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
Nathan Explosion Posted April 26, 2021 Posted April 26, 2021 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 BlueEye 1
SeNioR- Posted April 26, 2021 Posted April 26, 2021 body[data-pageController='streams']{ your code }; or body[data-pagemodule="discover"]{ code } BlueEye 1
Recommended Posts