Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #509226

    1) I’d like to remove the header completely just leaving the top bar. (as per: http://screencast.com/t/d5EbJr3SYu4k)

    I’ve done this by editing /includes/admin/register-admin-options.php and changing the height array from 45 -> 300 to 0 -> 300 and then adding

    .inner-container {display: none;} to remove the menu which was still visible.

    I tried hiding this header using css alone but couldn’t get it to work. Can this be done via CSS?

    2) In another site I wanted an extra deep header so edited the same array to go from 45px to 376px. Again I did this in the same file in the parent Enfold theme. I tried moving this php file to my own child theme but the changes aren’t picked up. How can I protect my changes from future enfold theme updates?

    Thanks as always.

    #509366

    Hey DigitalEssence,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #512044

    Hi,

    sorry for the delay. the site is at: http://letterpart.digitalessence.net/ and htaccess info is in the secret squirrel bit below

    #512143

    Hey!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main { display: none; } 
    .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 30px !important; }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.