Hello, thanks for your awesome theme. Please i have been trying to change the color of links but I haven’t seen any option to do this, please how will I change the links color and secondly I pasted a piece of code into my functions.php but the code is not executing and the codes is correct
Please why is this happening, thanks for your support
//Adding Header Code in AMP pages in WordPress
add_action(‘amp_post_template_head’,’nhb_amp_my_custom_head’); function nhb_amp_my_custom_head($amp_template) { ?> //adsense_header_code <?php }
//Adding Footer Code in AMP pages in WordPress
add_action(‘amp_post_template_footer’,’nhb_amp_my_custom_footer’); function nhb_amp_my_custom_footer($amp_template) { ?> //adsense_body_code <?php }