Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Miguel Useche

    (@skatox)

    You should try to learn CSS, it’s a simple but powerful technology.

    The special element/classes (besides widget, ul, li, etc) are:

    .jcl_widget //used for the complete widget
    .jcl_category //used for a category
    .jcl_has_child //indicates that element has subcategories
    .expanded //indicates that a category was expanded and it's showing their subcategories.
    .jcl_link //used for the link itself

    Thread Starter E Bourrez

    (@e-bourrez)

    Hello
    Thanks for your reply

    I tried to make a simple css sheet, with bigger fonts
    It works for the subcategories, but not for the first category, which stay little…

    Thread Starter E Bourrez

    (@e-bourrez)

    I resolved my problem

    I had a block before the shortcode, and it changed the css of first category

    Anyway, I learned lot on php and css in the process...

    Plugin Author Miguel Useche

    (@skatox)

    Nice, I’m glad you learn a lot. So you can apply that knowledge to other stuff.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS Classes’ is closed to new replies.