Targeting mozilla firefox Browser

Hey guys,
I want to adress a special css code just to the mozilla firefox browser. I found this command on the internet:

@-moz-document url-prefix() {
.csscategory{
code;
}
}

Where do I have to paste it to?

Hello @comfre,

Thanks for asking. :slight_smile:

You can add the CSS code under X > Theme Options > CSS. Here’s a screencast that you can take a look.

For Firefox specific CSS, you can also refer following article:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.