Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1421995

    elise83
    Participant

    Great it works but now both phone and email in the contact page but also at the footer are not clickable anymore. Please help

    #1422047

    Jade
    Moderator

    HI there,

    Please remove the code you added in the child theme and add this code in the CSS customizer instead:

    .page-id-50 .h-custom-headline a {
        color: #fff !important;
    }

    Hope this helps.

    #1422294

    elise83
    Participant

    great and for the email in the contact page and footer how can i make it clickable like the phone number ?

    #1422722

    Lely
    Moderator

    Hello Elise,

    Please update custom headline content for phone to this:
    <a href="tel:212673994081">+212 673 994 081</a>
    Then for email:
    <a href="mailto:ethossfrance@ethossfrance.com">ethossfrance@ethossfrance.com</a>

    Hope this helps.

    #1422746

    elise83
    Participant

    great but the email still not clickable on footer. Please enlighten me how to fix it. Thanks

    #1423053

    Jade
    Moderator

    Hi there,

    Please do the same to the footer content in Customizer > Footer > Footer Content.

    <a href="mailto:ethossfrance@ethossfrance.com">ethossfrance@ethossfrance.com</a>

    Hope this helps.