• Resolved ariafandi

    (@ariafandi)


    Hi,
    I’m enjoying use WPC smart wishlist.
    Can we hide the date on wishlist page?

    And then, can we change black dashboard color on pop up list?

    Thanks you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @ariafandi

    To hide the date, please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosw-content-item--time {
        display: none !important;
    }

    To change the black color on the popup, please add below CSS code:

    .woosw-area .woosw-inner .woosw-content .woosw-content-top, .woosw-area .woosw-inner .woosw-content .woosw-content-bot {
        background-color: #ff6600;
    }

    You can change #ff6600 to another color as you want.

    Thread Starter ariafandi

    (@ariafandi)

    Wow,,
    your help means a lot, thank you very much

    success always for you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove date on wishlist page and Change color’ is closed to new replies.