Image Source – customise CSS
-
Hello, I’m very new to coding and WordPress so I was hoping someone could help and please forgive my ignorance!
I’m trying to change the header facebook logo and tags to linkedin for my portfolio site. I think I’ve found the section of code I need to look at in editor:
<?php } ?> <?php if(get_option($shortname.'_facebook_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_facebook_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook-icon.png" alt="facebook" /></a>The image seems to link to a directory I can’t access, is there a way I can get it to route to an image I have in my media?
I have the logo there: http://www.hw-design.co.uk/wp-content/uploads/2016/01/LinkedIn_logo.png
The link should follow through to linked in – I changed that in Appearance>Gallery Settings
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Image Source – customise CSS’ is closed to new replies.