Tagged: Navigation Bar
- This topic has 2 replies, 2 voices, and was last updated 11 years, 3 months ago by fritzhesse.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
August 1, 2013 at 11:36 am #12647fritzhesseMember
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?
ThanksAugust 2, 2013 at 8:25 am #12681SakinKeymaster@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; }
August 2, 2013 at 10:37 am #12692fritzhesseMemberThanks Sakin – very helpful. I ended up using no-repeat so the border was only at the top.
Thanks!
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Adding a special image under the navigation bar’ is closed to new replies.