Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25303

    I would like to completely remove the thin grey social header bar at the very top of the layout. How would I achieve this? Thanks!

    #126466

    You can change the header type. A list of all headers can be found here. http://kriesi.at/themes/enfold/headers/ – if you don’t like the “grey bar” just select the “Small Header – Non Fixed” header on the Enfold > Theme Option page.

    #126467

    Dude, I want the lower navigation without the grey bar; what code do I need to tweak or remove to accomplish this?

    I want this http://chiocchi.10ens.com/ without the grey bar so I can increase the size of the squarish logo without giving up more vertical real estate for something that isn’t needed.

    #126468

    I can’t view the website http://chiocchi.10ens.com/ – I just see an error “Error establishing a database connection”. I still think it would be better to use the “Small Header – Non Fixed” header in this case. Then you can add a padding to the top with following css code – this will also lower the navigation:

    #header_main {
    padding-top: 20px;
    }

    (obviously you can change the padding-top value).

    #126469

    Thanks, I figured it out shortly after I left my last comment.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove social header’ is closed to new replies.