Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #857426

    zhestofan
    Participant

    Want to put few icons on header like change language and specific social media icons. When I go “appearance > edit > theme header” then see this:

    <?php

    // =============================================================================
    // HEADER.PHP
    // —————————————————————————–
    // The site header. Variable output across different stacks.
    //
    // Content is output based on which Stack has been selected in the Customizer.
    // To view and/or edit the markup of your Stack’s index, first go to “views”
    // inside the “framework” subdirectory. Once inside, find your Stack’s folder
    // and look for a file called “wp-header.php,” where you’ll be able to find the
    // appropriate output.
    // =============================================================================

    ?>

    <?php x_get_view( x_get_stack(), ‘wp’, ‘header’ ); ?>

    I got bit confused. How I can see full css of header?

    #857938

    Friech
    Moderator

    Hi There,

    Thanks for writing in! I think you’re looking for the file _navbar.php that is under \x\framework\views\global\ directory. Copy that file to your child theme corresponding directory and modified it.

    Regretfully, this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this if you’re not comfortable editing the template file. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding. Take care!