Advertisement:

Author Topic: how to add an icon in Publish your add button? thank you in bender theme  (Read 1896 times)

sigivr

  • Sr. Member
  • ****
  • Posts: 471
how to add an icon in Publish your add button? thank you, in bender theme.

sigivr

  • Sr. Member
  • ****
  • Posts: 471
bumb

sigivr

  • Sr. Member
  • ****
  • Posts: 471
noone?, ill like to add an upload icon or something that get the atention of any user.. thats get in the site...
www.rematesencaliente.com

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Hi,
you can try changing in header.php
Find this line

<li class="publish"><a href="http://www.rematesencaliente.com/item/new">Publica tu anuncio gratis</a></li> 

and change for

Code: [Select]
<li class=""><a href="http://www.rematesencaliente.com/item/new"><img width="130" height="130" src="http://vieramotors.com.ve/wp-content/uploads/2013/05/publica-gratis-tu-moto.jpg"></a></li>
If you like you can add a border  to the image using this code

Code: [Select]
<li class=""><a href="http://www.rematesencaliente.com/item/new"><img style="border-radius:5px; border: 2px solid #d94b35" width="130" height="130" src="http://vieramotors.com.ve/wp-content/uploads/2013/05/publica-gratis-tu-moto.jpg"></a></li>
The atachement is an example of the first code, but i think that look better with second code
« Last Edit: August 30, 2013, 10:28:44 am by cartagena68 »

sigivr

  • Sr. Member
  • ****
  • Posts: 471
works great but i dont like having the button so far in the right corner... i would like to have it under LOGIN button brother, how can i move it some pixels to the left? thank you

cartagena68

  • issues
  • Hero Member
  • *
  • Posts: 1198
Hi,
try use this

Code: [Select]
<li style="clear: both; float: right; margin-top: 10px; "><a href="http://www.rematesencaliente.com/item/new"><img style="border-radius:5px; border: 2px solid #d94b35" width="150" height="120" src="http://www.rematesencaliente.com/oc-content/themes/bender/images/publicaanuncio2.png"></a></li>

or you can try this

Code: [Select]
<li style="clear: both; float: right; margin-top: 10px;padding-right:80px;"><a href="http://www.rematesencaliente.com/item/new"><img style="border-radius:5px; border: 2px dotted #d94b35" width="150" height="120" src="http://www.rematesencaliente.com/oc-content/themes/bender/images/publicaanuncio2.png"></a></li>
« Last Edit: August 31, 2013, 04:40:15 am by cartagena68 »