Viewing 5 replies - 1 through 5 (of 5 total)
  • You could use a CSS code:

    #wmc_widget-2 h2 {
        display: none;
    }
    Thread Starter oversight

    (@oversight)

    hi robert

    thanks for the response

    it’s not working, the widget title is still there
    any other suggestions?

    Thread Starter oversight

    (@oversight)

    hi all

    thanks to robertsaternus, now i know it only needs css
    the right code is

    ‘#wmc_widget-11 h3 {
    display: none !important;’
    }

    Thread Starter oversight

    (@oversight)

    #wmc_widget-11 h3 {
    display: none !important;
    }

    forgot resolved

    Awesome!!!

    Issue::: Not working (initially) #wmc_widget-11

    just need to find the reference of the widget ???? 11

    Mine was 4 (using F12 on Chrome).. so I had to change the 11 to 4 and it worked!!!

    #wmc_widget-4 h3 {
    display: none !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘hide widget title’ is closed to new replies.