-
AuthorPosts
-
ivan1012 Friend
ivan1012
- Join date:
- February 2011
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
September 16, 2011 at 8:30 pm #168637Hello!
I’m having problems when activating grey template in jomsocial in sort by section of the page. The grey elipse is above the text not under.Can you please tell me how to solve this.Also I want to remove all the lines from the header the one above the logo and another above the menu, remove the background .gif image for the whole top panel, header and menu and put a solid colour background.
Can you please inform me what lines of code do i need to delete, change or add in .css from the grey template and for .css for default template. TNX in advance!Picture in attachment. Problems are shown with red circles.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 17, 2011 at 2:08 pm #413275Hi,
You replace this code from /templates/ja_social/core/themes/grey-color/css/color.css in the line #53, #78, #111
#ja-header {
border-top: 1px solid #555454;
}
with
#ja-header {
border-top: 0px;
}#ja-topbar {
background-image: url(../images/header-bg2.gif);
border-bottom: 1px solid #111;
color: darkGray;
}
with
#ja-topbar {
background-image: url(../images/header-bg2.gif);
border-bottom: 0px;
color: darkGray;
}#ja-mainnav {
border-top: 1px solid #555454;
}
with
#ja-mainnav {
border-top: 0px;
}1 user says Thank You to khoand for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by khoand 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jomsocial grey template sort by problem
Viewing 2 posts - 1 through 2 (of 2 total)