Branding Problem SP2013 – Snippets
My problem is that even though I have added a custom css class tags assigned to a snippet during the customization tasks in the design manager, styles I apply in my Style sheet do not seem to be applied.
Steps Taken
- Verified using IE Dev tools that I can see my custom style sheet is being referenced in other spots
- Style sheets, page layouts, and master pages have had major versions published
- custom css class is being transferred to snippet code into page layout
Any ideas on what I may be experiencing?
Thanks
-schuess
Thanks for the suggestion, but no luck. I even just tried pageImage by itself.
This sounds dumb, but have you tried moving the pageImage class to be the first class rendered? For instance,
CssClass=”pageImage ms-long”
I’ve seen instances where this matters.
I verified that using the !important element had no effect.
I would also like to say again, that my css class pageImage is no where to be found in the rendered page source.
It is showing you that it is being used but not important over SharePointy css files.
So can you please check with !important tag
Even if my styles were being overridden they would still show up in the rendered source code of the page and I would still be able to see the styles with a line through them while using IE Dev tools, or Firebug. This is not happening.