• Hi,

    I would like to add an image on the big header title instead of a text, where in CSS can I edit it?

    Regards,

    Entrepreneur

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please, provide a URL link to the website that you are working on.

    You can do that by changing code in big_title.php

    find the line
    echo ‘<h1 class=”intro-text”>’.__($zerif_bigtitle_title,’zerif-lite’).'</h1>’;

    and insert your img tag intdead of ‘.__($zerif_bigtitle_title,’zerif-lite’).’

    like this

    echo ‘<h1 class=”intro-text”><img src=”image_url”></h1>’;

    Thank you Reirby. I should have looked in the title of the post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Zerif lite – Add image on big header title’ is closed to new replies.