• Hello,

    I have a snipped of PHP code(<?php display_social_stickers(false); ?>) that I need to insert to the top right of my navigation bar. Do you know in what php file and in what line of code I would put this?

    Thanks,
    Vanessa

Viewing 1 replies (of 1 total)
  • Look in customizr/parts for class-header-menu.php. Around Lines 80-82.

    Recommend you do this in a Child Theme.
    The process you need is:
    Move the core file
    FROM: customizr/parts
    TO: customizr-CHILD/parts
    using the same name.
    Make the above changes in the CHILD version.

    This way, when customizr is updated, you will keep your changes. You will need to check whether Nic has made any changes in that file in the new release. If so, you’ll need to repeat the process in the updated file.

Viewing 1 replies (of 1 total)
  • The topic ‘Top Right of Navigation Bar’ is closed to new replies.