• Resolved DaVorWp

    (@davorwp)


    Hi,
    I’m using the Origami theme; I want to modify the Header by placing a ‘div tag’ containing text on the right side of the logo that’s in the left corner. The only way I know how to do this is to edit the header.php file. If there is an easier way, please let me know.
    The issue is I can’t find the (html, php or css) files that are associated with the theme that I’m using. The only files I have found are under the Origami directory with no information about the website that I’m trying to build.
    Thanks much for all and any help
    Beginner WordPress

Viewing 2 replies - 1 through 2 (of 2 total)
  • It seems the theme author modularized the theme files a little more than one would expect.

    The template you’re looking for is in /origami/parts/logo.php.

    You’ll need to create a child theme and activate that first. Then copy the logo.php file into the same structural location (make the “parts” directory yourself). With that done, you can edit the file in your child theme however you’d like.

    Thread Starter DaVorWp

    (@davorwp)

    Thanks for your help, I tried it a few times and I just can’t figure it out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘php, html or css file locations for editing’ is closed to new replies.