XF 2.3 css for help-pages

Robert9

Well-known member
How can i use css in help pages only, please?
This does not work

Code:
[data-template="help_wrapper"]
{
    ul li, ol li {
        padding-top: 16px;
        padding-bottom: 14px;   
    }   
}
 
Thank you, but this does not work for me, too;

i can do:

.template_help_page {

}

but this works for all ul/li and not for my text only.
I tried a lot of things here, but i can not solve it.
The next step would be to add own css with a template_mod as hook.
 
Are you putting it in your extra.less template?

Can you give me a snippet of your help pages with the lists you want in a HTML code block to debug it if you have that in your extra.less template?
 
Back
Top Bottom