trying to find CSS
I noticed recently that videos in KB articles for my community aren't showing. Nothing has changed on my end, but when I was digging into the CSS (using Inspect Element) we noticed this
#lia-body .lia-content .lia-quilt-row .lia-mark-empty { . height: 0.01px; . visibility: hidden; . line-height: 1px; . padding: 0; . margin: 0; . border: 0; }
I believe visibility: hidden is what is hiding the video, but I can't seem to find this in the CSS. I tried looking in Community Style --> CSS as well as Community Style --> Wrappers, but no luck there.
Any ideas? Thanks in advance.
In FireBug, the changes you're making are temporary, and specific to you. They will go away once you refresh your page / leave the site / close the tab. You use it to identify where the problem is, and what might resolve it (in thgat case, remove the hidden property).
Here is a video showing how to do it, with the link you've provided: http://screencast.com/t/ZUun4hohBL
The CSS used to hide the video is located here, and the property seems to be on line 67:
I suppose it's a skin specific to DreamForce. you should be able to have a look at it in Studio.
If you need further help, I advise you to create a ticket with the Lithium Support.