YouTube Title Disappeared

Author Posts

ellie

Hello, I changed a font size and now my YouTube video titles/links aren’t showing.

http://sfspa.rovedev.com/testimonials/

I tried removing this, thinking it was the problem:

/** General >> Video format link **/
.video-format a {
font-size: 0 !important;
}

But it’s the titles/links still aren’t showing up. Any ideas how to fix this?

Thank you,
Ellie


Sebastian

Hey Ellie,

A good method for isolating the source of styles that may be having unwanted effects on your site is to disable folders or selectors until you home in on the style.

Disable folders or selectors

  1. Expand the selectors menu in the top left of the interface
  2. Hover over a folder and click the disable icon to disable the entire folder
  3. Or, expand the folder and then click the disable icon for individual selectors to isolate the selector that is hiding your YouTube titles
  4. Once you’ve found that causal selector, re-enable all the others and then check which styles have been applied
  5. I see in your stylesheet that you have set display:none via the Behaviour property group for the following selectors: ‘Fl post title‘ and ‘Fl post meta top‘. Perhaps these selectors are applying to the site more broadly than you intended? I’m not certain these selectors are hiding your video titles however, as I wasn’t able to find the text for your video titles when inspecting the HTML in Chrome. Can you remember one of the titles so I can search for it in the source code?

In your related email you asked how to find selectors, hopefully the above tip about the selectors menu answers that question.

Cheers,
Sebastian

You must login or register to reply to this topic.