• Resolved szimmer20

    (@szimmer20)


    Hi, I found this in CSS in another conversation, however the topic was closed. The aim is to remove the note box and its title stating ‘Add Gift Wrap Message:’

    .wc_giftwrap_notes_container textarea{display:none}

    – or –

    .wc_giftwrap_notes{display:none}

    While either of them removes the ‘box’, they don’t remove the copy ‘add gift wrap message. can you please assist how I can remove the title ‘Add Gift Wrap Message’ ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • .wc_giftwrap_notes_container{display:none}

    Thread Starter szimmer20

    (@szimmer20)

    Thank you @littlepackage . I used that one and also tried that one.
    .wc_giftwrap_notes_container textarea{display:none}

    The title ‘Add Gift Wrap Message:’ remains. Is there a way to remove that title as well?
    Thank you!

    .wc_giftwrap_notes_container{display:none} will stop display of the entire textarea and its label.

    .wc_giftwrap_notes_container textarea{display:none} will only stop display of the textarea (box).

    if

    .wc_giftwrap_notes_container{display:none} doesn’t work then try something with a higher precedence, since your theme might be interfering. Something like

    body .wc_giftwrap_notes_container{display:none}

    or
    .wc_giftwrap_notes_container{display:none!important}

    Little Package

    (@littlepackage)

    Hi @szimmer20 Have you had luck setting up the customizations you needed?

    Thread Starter szimmer20

    (@szimmer20)

    Hi @littlepackage not yet unfortunately. The box “Add Gift Wrapping” option is moving to the side instead of staying below the images. So working with the team from the theme I am using to figure it out.

    Can I ask another question as I wanted to change the following copies:
    Button : Add Gift Wrap?
    Title: We offer the following gift wrap options:
    Text on larger button: Add Gift Wrap to order

    Is there a way I can change the wording?

    Little Package

    (@littlepackage)

    Hi @szimmer20 This is off topic. I refer you back to where we were discussing this topic here: https://www.ads-software.com/support/topic/how-to-change-text-add-gift-wrap/

    If you need help translating WordPress plugins there is a ton of information to be found online, and plugins, and services for it. This plugin follows standards so that it is translatable the same way any other plugin is translatable. If you don’t want to create a translation, it also can be translated using filters and templates. If you don’t want to learn how to do it, I recommend you hire a developer to do it for you. If you don’t want to hire a developer, the paid version of the plugin includes a built-in “copy” (string) translator to make it easier for you.

    Thread Starter szimmer20

    (@szimmer20)

    @littlepackage I am not asking for a translation – otherwise I would say that, wouldn’t I ? Thanks for your help and wishing you all the best.

    Little Package

    (@littlepackage)

    Hi @szimmer20 Changing any text in a plugin is done the same way a translation is done. Essentially the same thing, sorry that confused you!

    You want to translate my wording to your wording, doesn’t matter it’ll both be English.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Note Box and Title’ is closed to new replies.