• I’m a novice trying to make a basic change: on my home page there is an image with copy that is on top of it.

    I cannot find where to edit that copy.

    home page: https://www.shiftgroup.com

    Image: homeimage1
    Copy to edit: “Cultivating corporate innovators for a sustainable world”

    I am really stuck and have been trying to figure this out for over an hour. If you can help, I’d be so grateful!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That is the neatest thing I’ve seen all day.

    That background image is a jpeg but each of those words is a separate embedded PNG graphic image. Neat.

    As that’s a custom theme (See the top of https://shiftgroup.com/wp-content/themes/shiftgroup/style.css) you may want to contact the author and see how they did that.

    It might be a simple thing to edit and they’d be in the best position to tell you how.

    Thread Starter StefanDoering

    (@stefandoering)

    Thanks, Jan!

    The original developer is AWOL.

    That is a cufon text and not png.
    You’ll need to find the following code:

    <div class="excertp"><p>Cultivating corporate innovators for a sustainable world</p></div>

    Which may be located on your index.php or home.php or custom_page_name.php if in case you are using a static page as home. In the last case you’ll need to find out the template name.

    it is ‘simply’ cufon replacement text in a div positioned absolute above the image;

    <div class="excertp">
                        	<p>Cultivating corporate innovators<br />
    for a sustainable world </p>
                        </div>

    have a look into home.php;

    however, as @jan Dembowski already suggested, because it is a custom built theme, the best is to try to contact the theme author.

    Thread Starter StefanDoering

    (@stefandoering)

    Hfort and alchymyth, thanks.

    I’ve spent another hour trying to find the .php to no avail.

    I’ll try and get the developer to respond.

    Thanks for your ideas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I change the copy inside an image’ is closed to new replies.