-
AuthorPosts
-
bookpeg Friend
bookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 13, 2009 at 12:05 pm #140197Could someone quickly explain how to change the menu line colour and tabs….
leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 13, 2009 at 6:40 pm #301146It’s a setting in your CSS stylesheet. You’ll want to find the stylesheet for the color you’re using (/templates/ja_teline_ii/css/colors/theme-yourcolor.css)
Then find the styles you need to modify and change border-colors, etc. You could also duplicate an existing style sheet, rename it to theme-custom.css (this is what I did) and then change away and that way if you ever upgrade the theme, your style changes won’t be overwritten by a newer stylesheet of the same name. Hope that helps!
Oh yeah, regarding tabs, you’ll need to make a note of what tabs you’re using (mootabs, etc.) because there are separate styles for each type of tab.
1 user says Thank You to leisurepublishing for this useful post
bookpeg Friendbookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 14, 2009 at 7:08 am #301220Thankyou great answer but the one i use is grey the standard new menu colour.
How can i change that one?leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 14, 2009 at 12:17 pm #301247Is your site live? If so post it and then I can easily tell you what you need to change. Thanks!
Also, you can go to your admin then “Extensions” > “Template Manager” > “JA Teline II” and then under “Parameters” there is “Color Variation”. Whatever is selected there is the stylesheet you need to edit.
bookpeg Friendbookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 14, 2009 at 12:24 pm #301250http://reporter.elanguest.com/
the colour variation says Default there is nothing else to select.
leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 14, 2009 at 12:28 pm #301252Okay, so you want to edit the following–
template.css (line 884 or so you’ll see the below) :
#ja-mainnavwrap {
border-bottom: 5px solid #CCCCCC;
}Change that to whatever you want it to be and you’ll be golden. And if you use FireFox, you should investigate the plug-in “FireBug”. It’s genius at figuring things like that out, just right click the element you want to change, pick “Inspect Element” and it’ll show you the CSS, what file it’s from and what line number to go to to edit it. It’ll also let you change values in the browser so you can mess around with the rendered CSS and see how what you do will change it on the page. Keeps you from having to do a lot of saving and refreshing. :o)
1 user says Thank You to leisurepublishing for this useful post
bookpeg Friendbookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 14, 2009 at 12:31 pm #301253If this works i’ll overwrite this and thankyou some more because this was a real pain…
silly question maybe where do you manage to see the line number.
leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 14, 2009 at 12:34 pm #301254If you mean when you’re editing, I use Dreamweaver and you can turn line numbers on by going to “View” > “Code View Options” and then check “Line Numbers”. If you don’t have Dreamweaver, I’d download “Textpad” and use it for your editing, you can also turn on line numbers with it. Very handy.
If you mean in FireBug, the line number is right next to the style in the inspection window in the right frame. HTH.
bookpeg Friendbookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 14, 2009 at 12:55 pm #301255like to say it worked but it didnt :S
Did you manage to change it with the firebug, cause maybe im doing something wrong.
leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 14, 2009 at 1:01 pm #301257It looks like it worked because I’m seeing a “reddish” colored line with a hex value of #D73332
Maybe your browser is caching it? Press “CTRL” + “F5” and see if it changes for you then. I’m seeing your change just fine on my end 😉
1 user says Thank You to leisurepublishing for this useful post
bookpeg Friendbookpeg
- Join date:
- October 2008
- Posts:
- 419
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 82
- Thanked:
- 10 times in 1 posts
April 14, 2009 at 1:24 pm #301258Wow great one man thankyou …. looks great…. btw one your website you have the border going over the text, how did you do that thanks again…
wait even better how did you change the tab…..
think that is in the main template file to
leisurepublishing Friendleisurepublishing
- Join date:
- February 2009
- Posts:
- 49
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
April 14, 2009 at 1:27 pm #301259Well with mine I have a background-image set so it looks like a top border but it’s really just part of the background image. You can look at my stylesheet here to see how I did it-
http://vps2.leisurepublishing.com/~blue/templates/ja_teline_ii/css/colors/theme-blueridge.css
I have all my customizations commented so you shouldn’t have any trouble finding what’s what.
But if all you want is a border on the top, just add the style- border-top: 5px solid #CCC;
to your style that you edited earlier, and change the #CCC to your color you want along the top. -
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by bookpeg 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum