• Resolved chemeridart

    (@chemeridart)


    i would like to remove or change the widget titles in the footer, for example “product tags” and “cart”

    thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Changing the titles you might want to talk with the developers of those specific widgets, which would be woocommerce yea?

    As for hiding them just add this to your custom css box:

    #containerfooter h3 {
    display:none;
    }

    Kadence Themes

    Thread Starter chemeridart

    (@chemeridart)

    thank you! worked perfectly. i figured out that I can change the titles through the widgets themselves, but removing them all together was exactly what i wanted.

    thank you so much!

    Thread Starter chemeridart

    (@chemeridart)

    oh and yes i’m using woocommerce.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing the widget titles in footer’ is closed to new replies.