Russ
Well-known member
It was nice being able to utilize things like:
Now it would appear that forum + thread views have unique classes based upon what type of node you're viewing. It's nice to have these new classes but it'd be great to target ALL forum-view and ALL thread_view without having:
Maybe add it in the HTML class level as opposed to the data-template.
Code:
[data-template="forum_view"] .p-body-header
{
background: rgb(255, 255, 255);
padding: 5px 10px;
}
Now it would appear that forum + thread views have unique classes based upon what type of node you're viewing. It's nice to have these new classes but it'd be great to target ALL forum-view and ALL thread_view without having:
Code:
.forum_view, .forum_view_type_article, .forum_view_type_question, .forum_view_type_suggestion, .search_forum_view
Maybe add it in the HTML class level as opposed to the data-template.
Last edited:
Upvote
3