Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12647
    fritzhesse
    Member

    Catch Everest Pro
    Website: http://www.lacostafilmfestival.org
    Hello Sakin,
    Our designer has asked if we can put a special image (like a gold horizontal bar) directly under the navigation bar on all pages (except the home page since the slider image is there). Is it possible to do this?
    Thanks

    #12681
    Sakin
    Keymaster

    @fritzhesse: Yes there is two way to do that, one is by building child theme and adding the bar though action hook and another though CSS. For css, you can add following css in “Appearance => Theme Options => Custom CSS” box.

    #main { background: url("imageurl") repeat scroll 0 0 transparent; }
    .home #main { background: none; }
    #12692
    fritzhesse
    Member

    Thanks Sakin – very helpful. I ended up using no-repeat so the border was only at the top.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adding a special image under the navigation bar’ is closed to new replies.