-
AuthorPosts
-
sismallbiz Friend
sismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 20, 2012 at 11:48 pm #174102I tried to set all text decorations in template.css to none but for some reason all my sub menu items are still underlined. Any idea where the css for the menu is in this template so I can go edit the right a class?
Also on the slideshow over the text there is a transparency of the background. How can that be removed so the real color comes through?
please see http://www.sismallbiz.com/~westfran for exact scenario of what I am talking about….. Its last think i have to do to get my client happy..:)
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 20, 2012 at 11:52 pm #439150Check your mega.css file – line 92
(the path is /templates/ja_community_plus/css/menu/mega.css)<blockquote>.ja-megamenu ul.level1 li.mega a.mega span.menu-title {
- background: url(../../images/icon-01.png) left 8px no-repeat;
- padding: 0 5px 0 12px;
- line-height: 20px;
- text-decoration: underline;
}
</blockquote>
remove the “text-decoration: underline” property altogether.
Let me know if that helps.sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 21, 2012 at 12:08 am #439152You are the best. That did it.
How about that transparency issue in the slider image box where the text is? See how is pink now? is meant to be white but for some reason the background red bleeds through it… not sure where that is at… either lol.
Best Regards and thanks already
sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 28, 2012 at 2:20 am #440477Any help on the transparency issue? I can’t figure it out at all spend 1 week on this item alone… please help…
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 28, 2012 at 2:47 am #440481I’m thinking the transparency issue has to do with the fade effect against the background color you’ve set for the main slideshow wrap.
Within templates/ja_community_plus/css/mod_slideshow.css … at line 15 . .
<blockquote>#ja-slideshow .main { background: #c00721; position:relative; z-index:10; }</blockquote>
You might also check the following … within path –> plugins/system/jat3/jat3/base-themes/default/css/addons.css
at line 18:
<blockquote>html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
margin: 0;
outline: 0 none;
padding: 0;}
</blockquote>
eliminate the background property . . . see if that achieves the result you are looking for.
sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 28, 2012 at 4:08 am #440502The first solution did not work 100%. By that i mean that while it removed the red tint from the text it also removed the red border that separates the bottom of the slideshow from the content on the front page. SO I had to put it back on it order to have a red border under the images.
The second solution did not yield any results at all.
Any other guesses? I think it has to be in the first solution in the mod_jaslideshow however it has sideeffects by removing the bottom red border along with the transparency.sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 28, 2012 at 4:11 am #440503Also modifying the z-index to -1 still did not work.
sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 28, 2012 at 4:35 am #440509Fixed it. On mod_jaslideshow.css on line 15 modify original code with this:
#ja-slideshow .ja-slidewrap { background: #fff; border: 0; margin-bottom: 20px; z-index:-2;}
Basically add a background of your choice in colors and a z-Index negative so that the new background will be under the text.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 28, 2012 at 4:37 am #440510So you’ve achieved the desired result you (and/or your client) were wanting?
1 user says Thank You to TomC for this useful post
sismallbiz Friendsismallbiz
- Join date:
- June 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
February 28, 2012 at 4:46 am #440514Yes it is finally looking like he wants it to look like. I am not sure why I did not think about z-indexing that mask before. I guess you have to pick someone else’s brain first before your brain kicks into gear…
Thank you so much for all your help.
1 user says Thank You to sismallbiz for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
February 28, 2012 at 4:48 am #440515CONGRATULATIONS !!!
Hope I was able to assist in some way toward you ultimately solving this issue through your own intuitive trial-and-error.
All the best with your continuing site development.
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by TomC 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum