Hi-again,
Thank you very much kyle. I really appreciate your help.
Now for the CSS part. to change the path to my new image:
1 – can i just add a few lines to the custom css box in wordpress –> theme options — > general options –> custom css box ?
2 – or do you suggest to make the change in the css file that i can access from my wordpress in wordpress — > appearance — > editor — > styling ?
3 – or i can use both methods? without risks?
Right now I can see in styling file:
}
ul.social-icons.dark.small li a {
background-image: url(images/social-icons-mono-small.png);
}
If i changed “social-icons-mono-small.png”, kept the same name but created a folder called “images” in child would the new path to input be :
}
ul.social-icons.dark.small li a {
background-image: url(child/images/social-icons-mono-small.png);
}
and can i just insert this in custom css box exactly as is?
thank you,
joelle