Ask questions and get good answers on mb.jQuery.components

Hi, I got the mb.extruder working on my page, but I couldn't find out which css class to change for the sub-class (ex: extr.mti.html, etc) to change the font color, size, etc.

Thanks, and sorry for the newbie question.

asked Aug 13 '11 at 18:58

monogatari's gravatar image

monogatari
31


Hi,

In the extruder those elements are available via CSS as ".extruder .optionsPanel .panelVoice".

May I suggest you to use any browser console to inspect DOM's elements? Doing that you can easily get all elements properties included IDs, CSS classes and their definitions and therefore you can change the corresponding CSS and understand how is it structured. :-)

Bye, Matteo

answered Aug 16 '11 at 17:07

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Aug 16 '11 at 17:07

Thank you! That solves the problem. I have another question but I should probably ask it in another thread. Thanks again.

answered Aug 21 '11 at 03:59

monogatari's gravatar image

monogatari
31

Your answer
toggle preview

jQuery main site - Matteo Bicocchi