• I want to have links for the “Address” icon and the “Mail” icons in the “Contact” section of the Theme Home Page. I already figured out how to take out the words “FULL NAME” that was hard coded by adding “display:none” for that selector using the themes extra css feature. But I cannot add links by using css. I tried changing the url for the “Address” icon (circle_bg2) with a url that I uploaded into the WordPress media library adding in a custom url to that image but it does not see the link, just the image. How can I make this link to Google maps or an image with a link?
    And I want to find out how I can make a “mailto:” link for the mail icon.
    This theme does not have a Page Template option for me to use. Is there a way to duplicate the Home page for full editing?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please, be inform that you will not be avble to add the URLs by the css.

    You will need to make changes in the following file:
    wp-content\themes\business-elite\inc\front\front_functions.php

    search for circle_bg2 and add the links.

    Thanks. Have a nice day.

    Thread Starter ChuckH58

    (@chuckh58)

    Thank you for telling me where in the code I need to make changes, that is where I made the change to the text heading for image “circle_bg1” and renamed it “CALL US”. But your answer does not help me with HOW do I add links for 2 and 3! What exactly do I put there? That is the whole point to my asking these questions on this theme forum.

    Hi,

    Could you please, take a look here?
    In the wp-content\themes\business-elite\inc\front\front_functions.php file please, search: circle_bg1, circle_bg2 and circle_bg3 and before <div> add:

    <a href="someURL" target="_blank"> </a>

    Thanks have a nice day.

    • This reply was modified 6 years, 2 months ago by WD Support.
    • This reply was modified 6 years, 2 months ago by WD Support.
    • This reply was modified 6 years, 2 months ago by WD Support.
    • This reply was modified 6 years, 2 months ago by WD Support.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Links’ is closed to new replies.