• Resolved HerbEppel

    (@herbeppel)


    I just added a footer widget on my website at https://hetranslation.co.uk/ but I can’t figure out how to customize the text, ideally via the ‘visual interface’ and without having to delve into the code…

    Specifically, this is what I’m looking for:
    – center the text;
    – and use bold font, plus perhaps a larger font size;
    – add a mailto link to the email address in the footer.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The easiest way, is to add piece of code directly into the widget. You can use the below to replace exactly what you have in there. This will increase the text size, make it bold and link your email address.

    Obviously you can change the size of the font by changing the value below. Be sure to copy everything and replace what is in your current text widget

    <div style="text-align: center; font-size: 12px; font-weight: bold;" id="he-footer">Call +44 (0) 116 287 3448 or email <a target="_blank" href="[email protected]">[email protected]</a> to discuss your requirements</div>

    Thread Starter HerbEppel

    (@herbeppel)

    Duly implemented – thanks for your helpful reply!

    One problem, the mailto: link was missing, apologies, that is my fault.

    In front of your email address, you need to add mailto:

    so it looks like

    mailto:[email protected] within the quotation marks. Sorry about that, forgot to add it

    Thread Starter HerbEppel

    (@herbeppel)

    Ah, yes, thanks for your follow-up message.

    While we are at it, would it (easily) be possible to customize the colour of the text in which the email address appears?
    Right now it is a kind of ‘funny’ green. A darker green to match the colour in the ‘banner’ at the top of the page(s) would be nice…

    It would be yep…

    after where is says <a and before the target="_blank" bit, past this code

    style="color: #005635"

    that change the colour of the link

    Thread Starter HerbEppel

    (@herbeppel)

    Cool, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to customise text in footer widget?’ is closed to new replies.