Viewing 2 replies - 1 through 2 (of 2 total)
  • hi @gab653
    you can use a plugin that adds custom js code to the WP site. Insert the following code there.
    It wraps the description of contact us section with a hyperlink.

    
    jQuery('#contact_us #contact_text').wrap( "<a class='custom_contact_link' href='https://google.com'></a>" );
    
    Thread Starter gab653

    (@gab653)

    Hi Tigran!

    Really appreciate your help – this worked beautifully :)!

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Links under ‘Contact Us’’ is closed to new replies.