• Resolved mygreenfootprint

    (@mygreenfootprint)


    Hi Guys,
    Hoping someone may be able to help out with some customising. I need to:

    – Change the color of specific text like the site title;
    – Add margin under the header as the header and the first paragraph text are almost on top of each other;
    – Change the color of specific in text in the body of the email.

    Thanks in advance!

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hey,
    1. Where are you seeing the site title so I can make sure I understand what you are asking.
    2. You can change the header spacing in the customizer options. Can you send me a screenshot so I can see if this is something different?
    3. The body text color can be set in your options, under “content” -> content text style

    Ben

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Hi Ben,

    I’ve includes the site title tag in the content area and would like to highlight by way of a different color.

    The body text color – I would like to format one component of the body text color differently to the rest.

    Thanks

    Kerry

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Hi Ben I got the header spacing sorted thank you.

    Just the other two queries I’m still trying to sort..

    Kerry

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Hi ben the other thing I’m trying to sort is that we would like to include a salutation on the bottom of the email just something like thank you for supporting us…the problem awe have is when including this through the content box it proceeds the “you can access your account…..’ words. Where as the salutation should come after the “you can access your account…’

    Is there a way I can re order this?

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    I have included screenshot to explain

    https://prnt.sc/o18yxj

    Hey,
    1. You have to add html around your placeholder for site title. For example:

    <span style="color:blue">{site_title}</span>

    2. Similarly, if you want to change just a section of the body text you would have to use html.

    3. Currently, there is only one input but we are considering adding a second bottom input for more content.

    I hope that helps,

    Ben

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Thanks Ben,
    fare to say an I complete amateur at this. Any chance you could advise the html I will need to use?

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Hi Ben,
    I have another problem, I have included the first name tag, but the email generator is including both first and surnames.

    Kerry

    Hey,
    Lets say you are adding a block of text that you wanted to be red, you could use

    <div style="color:red">The Block of Text Here</div>

    It’s hard to offer specifics without knowing the specifics of what you want, where you are editing and what text is there.

    Which email template is outputting the full name?

    Ben

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Hi Ben the email including the full name of the one which confirms an account has been opened.

    That email sends early and can often be sent prior to the database having customer information like billing first name, so it falls back to user display name if the database returns empty for billing first name.

    Ben

    Thread Starter mygreenfootprint

    (@mygreenfootprint)

    Thanks Ben

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Customising’ is closed to new replies.