• Hello!

    I am using this theme, Enigma Parallax, on my site at https://xeniawordart.com

    It seems to be perfect for a brief quick and impressive introduction.
    I would like to customize it:
    1. As you can see from the site, I have added a red ‘appointment’ button to header.php. I want this to appear in line with the social buttons, not be on a line of its own. How can I do this? I added the appointment code to the header within li /li tags after the phone number code.

    2. I would like to reduce the size of the header on custom pages, without losing the menu, such as on the ‘lets get to work’ page.

    3. I would like to eliminate / reduce the size of the header on some other pages I am creating.

    Another option is to be able to have the header region auto recede or disappear until the mouse hovers up there….

    In short, the header takes half the page and looks good on the first page; for the remaining page I want the content to take precedence and the header to be unobtrusive at the top.

    Thank you for a lovely theme; appreciate the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xeniawordart

    (@xeniawordart)

    Hello.. hello… surely someone must know something! I am hanging out on coding sites instead of focusing on my business!

    Thread Starter xeniawordart

    (@xeniawordart)

    Hmm.. nobody home?
    Can one create another header php file and call that in the wide page php file? And edit the second header php file to reduce size of header, remove menu, etc? What commands would those be, I wonder… Do you know? Thanks

    Hi..

    Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme General Options.

    Now copy below code and paste into Custom CSS Editor.

    .header_section.fd {
      display: none !important;
    }
    .home .header_section.fd {
      display: block !important;
    }

    Save the changes.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce size of header / add button to header / remove header on some pages’ is closed to new replies.