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

    Hi,

    We are using the header with bottom menu. My client also wants me to replace the social icons with a text slogan. How would I do this?

    I think it would be great if the right side of the header was a widgeted area, and any content could be put there.

    It would also be great for the social icons to be a widget that could be placed anywhere.

    Please advise. Thank you!

    Mark

    #134554

    Fantastic idea for a widget area in the header.

    A massive +1 from me :-)

    #134555

    hey! There is an action hook in the header.php file that can be used to inject additional content into the theme. you can add content by placing something like this function in your functions.php file:



    add_action('ava_after_main_menu', 'kriesi_header');

    function kriesi_header()
    {
    echo "<div class='my_div'>This is some text</div>"
    }

    and then position/style it with a few custom.css rules

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Replacing Social Icons’ is closed to new replies.