Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #565511

    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?

    #565515

    Labas!

    Please add following code to Quick CSS

    .custom_content {
        z-index: 99;
    }

    Regards,
    Yigit

    #565520

    Thanks works beautiful.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom content link is not working’ is closed to new replies.