• Resolved jennie44

    (@jennie44)


    Hi!
    How do I link a certain word in the text under the pictures?

    I know how to link the picture in the “index-services.php”-file. But where do I link the text?

    Kind Regards Jennie

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jennie

    The picture are link with your own URl.

    In order edit some line of code in the “index-services.php” file.

    Find the below code in index-services.php :

    <img src="<?php echo $service_data['service1_image']; ?>"  alt="Spa Featture" class="home_service_img" />
    <img src="<?php echo $service_data['service2_image']; ?>"  alt="Spa Featture" class="home_service_img" />
    <img src="<?php echo $service_data['service2_image']; ?>"  alt="Spa Featture" class="home_service_img" />
    <img src="<?php echo $service_data['service4_image']; ?>"  alt="Spa Featture" class="home_service_img" />

    Set the your service link URL one by one. Add anchor tag with each service image and replace # with your URL (For Example).

    <a href="#">
     <img src="<?php echo $service_data['service1_image']; ?>"  alt="Spa Featture" class="home_service_img" />
     </a>

    Thanks

    Thread Starter jennie44

    (@jennie44)

    Hi Hari!
    Thank you but I already done that (take a look at https://www.kreativaformer.se)

    I want to link “ChampagneHuset” in the text under the picture:
    “ChampagneHuset erbjuder “Stora champagner fr?n sm? odlare” och jag ?r mycket stolt att f? jobba med ChampagneHusets grafiska design. Inget uppdrag ?r det andra likt. Och vem ?lskar inte champagne?)

    The word “ChampagneHuset” should be linked to https://www.champagnehuset.se

    //Jennie

    Hi Jennie

    Currently it is not possible to place hyperlink in the description text.
    We might add this feature in next update.

    Thanks
    -Hari maliya

    Thread Starter jennie44

    (@jennie44)

    Ok thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Link a word in "Home page four services section"’ is closed to new replies.