hi friends
kindly tell me, how i can add code on CSS or header.php manually for inserting logo http://i.imgur.com/6YDdWVZ.png
on uptenlist.com
logo details
158px*40px max
thanks, waiting
Printable View
hi friends
kindly tell me, how i can add code on CSS or header.php manually for inserting logo http://i.imgur.com/6YDdWVZ.png
on uptenlist.com
logo details
158px*40px max
thanks, waiting
Where do you want it to go? Can you show an image of what the site will look like?
www.uptenlist.com here i want to add logo
sir , here you can see the demo of theme, which i am using, http://demo.mythemeshop.com/fortune/ you can the text of Fortune (Logo ) on header at top left position
i want to replace this text on header > uptenlist > http://i.imgur.com/lfI0Z3Q.png , hope it clear Logo url http://i.imgur.com/6YDdWVZ.png
sorry for inconvenience
OK, as a start, instead of this:
try this:Code:<a href="http://uptenlist.com">Most Interesting Top 10 List – UP TEN LIST</a>
Then either remove this from the HTML:Code:<a href="http://uptenlist.com"><img src="http://i.imgur.com/6YDdWVZ.png" alt="uptenlist"></a>
or add this to the CSS:Code:<div class="logoEnd"></div>
Code:.logoEnd {display: none;}
thanks done