-
AuthorPosts
-
wan fadli Developer
wan fadli
- Join date:
- January 2011
- Posts:
- 98
- Downloads:
- 2
- Uploads:
- 28
- Thanks:
- 31
- Thanked:
- 2 times in 1 posts
April 7, 2013 at 10:46 am #186537Dear JA,
How to set the module styling for position 5, 6, 7, 8, 9 to be same like left and right module position. (see attachement)
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 8, 2013 at 3:25 am #489106Hi Wan Fadli,
You can do that this way
Open ja_portfolio/templates/ja_portfolio/css/css3.css file
from
#ja-botsl-1 .ja-moduletable h3,
#ja-botsl-1 .moduletable h3 {
text-shadow: 0 1px 0 #fff;
}change to
#ja-botsl-1 .ja-moduletable h3,
#ja-botsl-1 .moduletable h3 {
text-shadow: none;
box-shadow: 0 0 3px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
background: url(../images/noise-bg.png) #313435;
color: #f0f0f3;
}
Remember to clear cache from Admin area, let me know if it helps
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by HeR0 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Set the module position (5, 6, 7, 8, 9) like normal module styling
Viewing 2 posts - 1 through 2 (of 2 total)