-
AuthorPosts
-
anatta Friend
anatta
- Join date:
- May 2008
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
August 5, 2008 at 7:02 pm #131826I have found most of the answers to my problems in these forums, but I cannot find how to remove the “Dots” that appear over the current location and when hovering over the main Navigation bar. I am sure that the answer to this may well be in another thread, but I simply can’t find it.
I have been scouring the CSS for hours – I thought that it may have been :
#ja-subnav ul {
list-style: none;
margin: 0;
padding: 0;
background: url(../images/hdot1.gif) repeat-x top;
}#ja-subnav li {
background: none;
margin: 0;
padding: 1px 0;
background: url(../images/hdot1.gif) repeat-x bottom;
}but removing or commenting out the background images has no effect.
Any help, greatly appreciated.
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
August 5, 2008 at 7:05 pm #263936Try editing this in template.css
.contentheading (line 324)
{
font-size: 175%;
background-color: transparent;
background-image: url(../images/hdot1.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: center;
background-y-position: bottom;
}
Then check the css tools in my signature.;)anatta Friendanatta
- Join date:
- May 2008
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 2 times in 1 posts
August 6, 2008 at 4:35 am #264026Thanks instantinlaw
I was actually looking to remove the circles from above the black navigation bar. But thanks to the CSS tools I was quickly able to find the code in ja-cssmenu.css.
I needed to replace:-
background: url(../../images/circle.png) no-repeat center top;
with:-
background: none;
in the following section (lines 90 – 110)
#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus {
color: #FA6900;
background: none;
}#ja-cssmenu li:hover a,
#ja-cssmenu li.sfhover a,
#ja-cssmenu li.havechildsfhover a,
#ja-cssmenu li.havechild-activesfhover a {
color: #FA6900;
background: none;
}#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
color: #FA6900;
background: none;
}I can see myself using these tool a lot more!! 😀
Many thanks
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
August 6, 2008 at 12:57 pm #264107No problem.
Good luck with your site. 🙂 -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by instantinlaw 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum