-
AuthorPosts
-
January 4, 2013 at 10:00 pm #183653
I’ve searched the forum, but must not be using the right keyword searches.
I have edited the template.css file
/* Top spotlight —*/
#ja-topsl {
border-top: 1px solid #666;
border-bottom: 1px solid #666;
background: #660000;
color: #ccc;
}to change color from grey to red, but would like to know if there is an “easy” (it’s easy when you know how) way to code (have some experience, ojt, but no extensive training) a way to change background color of the topsl (user1-5) positions (all of them at one time).
I have used the “background image” feature when editing the module using position user1, but that only provides background for the text. I’d like to completely change the color of topsl upon the click/selection of a menu choice, if possible.
thanks in advance….
January 5, 2013 at 8:29 am #478503Looking forward the same answer~~~~
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 7, 2013 at 11:36 am #478716You can follow with my suggestion
<blockquote>Open templates/ja_purity_ii/css/template.css file</blockquote>
find
/* Top spotlight ---*/
#ja-topsl {
border-top: 1px solid #666
border-bottom: 1px solid #666
background: #444
color: #ccc
}change to
#ja-topsl {
border-top: 1px solid #666
border-bottom: 1px solid #666
background: #660000
color: #ccc
}After change your site will show as same with the screenshot
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Any documentation for changing background color of User1-5 based on menu selection?
Viewing 3 posts - 1 through 3 (of 3 total)