• Resolved mium

    (@mium)


    Is it possible to change the ‘Our Client’ links to open in another tab? Also, I would like to display a name for the clients so I added a caption to the image in the media library. Can I get the caption to display?

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

    open our-client.php

    Add this tag target="_blank"

    like this

    <div class="client"> <a target="_blank" href="<?php echo of_get_option('clienturl1'); ?>"><img src="<?php echo of_get_option('client1'); ?>" alt="" /> </a> </div>

    add caption in image because their is no option for caption

    thanks

    Thread Starter mium

    (@mium)

    Thanks…worked great!

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Our Client section’ is closed to new replies.