Hi,
I want to change the image for Older & Newer but can´t figure out which file to change them.
http://www.newyorkinspiration.com/page/2/
Thanks
Charlotte
Arnav Joy answers:
open folowing file
http://www.newyorkinspiration.com/wp-content/themes/shaken-grid-premium/custom.css
and find following ( line 133 )
.nav-previous a{
background:url("./images/olderlink.jpg") no-repeat scroll 0 0 transparent
change this with your new old image
same as for next image
find
.nav-next a (line 115){
background:url("./images/newerlink.jpg") no-repeat scroll 0 0 transparent
change it
Arnav Joy comments:
do not forget to place new images in images folder of your theme
so background:url("./images/newerlink.jpg")
url("./images/newerlink.jpg")
points to correct location
Charlotte Raboff comments:
Thanks Arnav.. I just change the images in the folder but one of the new images is a bit wider, see http://www.newyorkinspiration.com/page/2/
How do I correct that? Thanks.
Charlotte Raboff comments:
I found it!
Navjot Singh answers:
http://www.newyorkinspiration.com/wp-content/themes/shaken-grid-premium/images/olderlink.jpg
http://www.newyorkinspiration.com/wp-content/themes/shaken-grid-premium/images/newerlink.jpg are the image files.
Replace them with new ones.
Asad Iqbal answers:
Change the image from the following URL:
For older button: http://www.newyorkinspiration.com/wp-content/themes/shaken-grid-premium/images/olderlink.jpg
For newer button: http://www.newyorkinspiration.com/wp-content/themes/shaken-grid-premium/images/newerlink.jpg
Let me know if you need any more help.