• Hello.
    I would like to reduce the size of the header in my site https://xeniawordart.com and remove the header (retaining menu) from the page https://xeniawordart.com I would like the header to remain for only the first page.

    Would also like the ‘appointment’ red button in the header, which I had added by editing header.php, to align on the same line as the social buttons.
    Appreciate your help. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to achieve that:

    .home #enigma_nav_top {
        display: none;
    }
    #enigma_nav_top #menu {
        margin: 5px 0 0 0px;
    }
    .head-contact-info input {
        left: 185px;
        position: absolute;
        top: 45px;
    }

    Hope that helps.

    Thank you.

    Thread Starter xeniawordart

    (@xeniawordart)

    Hi…

    Thanks for the suggestion. I tried that.
    The header is smaller, so that’s great.
    However the menu disappeared
    Also, the red button (which was a scheduling script I added to header.php) is overlapping the social media
    I need the header smaller only on the xeniawordart.com/work page (and on any subsequent pages) but the home page is fine.

    How can I edit code in the header to move the red button more to the left? thanks again

    Thread Starter xeniawordart

    (@xeniawordart)

    Hello.. any help with customizing header? Reducing size, removing from some pages, adding a button in alignment with the social buttons?
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Enigma Parallax Customizing header’ is closed to new replies.