• Hello,

    Thank you for supporting the community with your plugin.

    I have three straightforward questions:
    1. Is there an option to force uppercase for all texts? ‘Order items’ section is in lowercase and in different font coloring than I am aiming to get

    2. The ‘Adresses’ section has a slight indent from the left – is there any way to get rid of it?

    3. The gap between ‘Order items’ section and ‘Addresses’ is relatively wide even though paddings are set to be as low as possible – is there an option to solve it?

    Please see this image to better understand what I mean

    Thanks and take care!

    Kacper

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is there an option to force uppercase for all texts?

    – There is not an option for that.
    You can target the h2 heading in the settings otherwise you would need to use custom css.
    #body_content_inner .td {
    text-transform:uppercase;
    }

    Content > Content Text Style would allow you to set the color which applies in the order items section.

    2. Hmm, I’ll have to update the code for a change to that.

    3. You can add css like this:

    .email-spacing-wrap {
    margin-bottom: 0 !important;
    }

    Ben

    Thread Starter kacperbeski

    (@kacperbeski)

    Ben,

    Many thanks for your reply. I have managed to solve point 1 & 3. Number 2 is still standing – I am no developer myself, but inspecting the ‘adresses’ element shows that it inded has a padding of 12px – could you help me with a code to specifically target that particular element and set its padding to 0px?

    Much appreciated. Thank you again,

    Kacper

    Hey,
    There isn’t a css target, I’ll have to update the code for that to be changeable. Which I’ll do in the next update.

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Force upercase to all texts and change margin of shipping section’ is closed to new replies.