• Resolved bibliotheca

    (@bibliotheca)


    I would like to add login & register icons to the top bar, but cannot find the correct wp_ hook to attach them to.

    I’ve tried searching the theme folder for the quick-contact tag, but it only appears in the style.css file, not any of the php ones.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    If you are looking for a hook to add your login & register icons you will find it on hook/custom.php

    There you will find education_hub_header_top_content() where you can add your custom code to achieve the feature you want.

    We hope it helps.

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.
    https://themepalace.com/forum/education-hub/

    Best regards.
    Have a good week ahead.

    Thread Starter bibliotheca

    (@bibliotheca)

    Thanks much!

    For anyone else with the same issue:
    I copied the function to my child theme’s functions.php file, and modified it there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login/Register in topbar’ is closed to new replies.