• Hi guys

    anyone who knows how to change the class of the

      sub-child??

      sample:
      <ul class="sub-menu">

    • <ul class="sub-menu"> -> this is it??..how to change tha class??

Viewing 3 replies - 1 through 3 (of 3 total)
  • It looks like your code got eaten by the forum parser here. You should always use back-ticks to surround code blocks and stop that from happening. The ‘code’ button above the editor here will do the saem thing. ??

    Looking at what I can see of your example, to target it using CSS is pretty easy really, if I’m reading it correctly.

    ul ul.sub-menu ul.sub-menu {
        /*  Styles go in here.  */
    }
    Thread Starter ragnar22

    (@ragnar22)

    thanks for the reply..my question is how to change the class of the sub-child of the child menu..:)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    For which theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing sub-child menu’ is closed to new replies.