Jump to content

Featured Replies

Posted

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

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

body[data-pageController='streams']{ 
your code
};

or

body[data-pagemodule="discover"]{
code
}

 

Recently Browsing 0

  • No registered users viewing this page.