go41

How to replace headline.png and featured.png images with text in arthemia

von Joern am 28. Okt. 2009 | Keine Kommentare

If you like to replace featured.png and headline.png images above these sections in Arthemia, that’s easy:
first edit style.css and add somewhere (best is at the end to find it again):
span.textimg {

font-size:1.7em;

}
here you can change the font face, -color, -weight etc later
now edit index.php and replace the line:

<img src="<?php echo get_option(‚home‘); ?>/wp-content/themes/arthemia/images/headline.png" width="75px" height="21px" alt="" />
with a text entry in a span:
<span class="textimg">Headline</span>
now reload the page and look if you like it. You can change the text ‚Headline‘ to what ever you like. Doing the same with the line calling featured.png will give you what you asked for.
eg just also replace:
<img src="<?php echo get_option(‚home‘); ?>/wp-content/themes/arthemia/images/featured.png" width="72px" height="17px" alt="" />
with
<span class="textimg">Featured</span>
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Sorry, no posts matched your criteria.

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: