Hi,
I have added custom content to header.
Here is the code:
function after_head_image_func(){
echo “<div class=’custom_content’></div>”;
}
add_action(‘ava_main_header’, ‘after_head_image_func’);
And link is not working on Safari, works only half on Chrome.
Website: http://www.glasspro.kz/
Any thoughts?
Labas!
Please add following code to Quick CSS
.custom_content {
z-index: 99;
}
Regards,
Yigit
Thanks works beautiful.