Prevent ciphers on certain headers

I am working on an existing site that uses sifr. It has been configured to replace all h1, h2, etc. On sifr. I need to keep this from happening for a couple of headlines.

Unfortunately, due to the timeline, I don't have the time to change the sifr-config to be more locked and then also change all the html pages.

Is there a way to add a class to H1 to prevent sifr?

0


a source to share


1 answer


You can add a class sIFR-ignore

to elements that you don't want to replace.



Note that any sIFR related CSS applied to the elements in question (for example, rules .sIFR-active h1

) may still apply.

+1


a source







All Articles