cmmcwain
Member
Posted 2 years ago #
I am trying to customize the theme Designpile
Where the social follow icons appear in the right header corner I would like to replace the text with "stalk me". I have already replaced the .png image associated with this part of the template and tried changing the code, but it still is not working.
This is my site http://www.noordinarygurl.com
Can anyone possible tell me what I am doing wrong?
If I'm following you correctly, I think your theme's css file is missing:
#getSocial {
background:url("images/get_social.png") no-repeat scroll 0 0 transparent;
float:right;
height:41px;
margin-right:-114px;
margin-top:100px;
width:114px;
}
If you just replaced the get_social.png image you won't have to change it, otherwise you'll need to change the image name in the code above.
Let me know you mean something else, or that doesn't fix it :)
cmmcwain
Member
Posted 2 years ago #
thank you I will try that right now!
cmmcwain
Member
Posted 2 years ago #
I tried that but still not working...not sure...i am so confused! Thank you
Hey there,
I see the image on the right side of the social blocks. It's the original Get Social one. Are you just wanting it to stay there like it is, but say Stalk Me instead?
-Shane