-
AuthorPosts
-
September 25, 2013 at 1:06 pm #190908
hello
i need to know is possible to remove the rounded corners from modules h3 and menu hover on ja social.
i need it to be 90 decree corners is this possible
thanks petros
September 25, 2013 at 1:08 pm #507044i did already the below instructions from another post but didn’t work
Dear camma_vince,
In case you don’t want the rounded corners just go to the foder templatesja_socialcss ,in there you can rename or remove the css3.css file
That will help !
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 25, 2013 at 3:50 pm #507064Greetings Petros:
The username/password info you provided does not seem to be working.
Can you do me a favor and temporarily set “Optimize CSS” to “No” within your Template Manager–General settings? Let me know when you’ve done this and I will try to assist you further with your request.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 3:55 am #507105Hi petros,
In order to remove the rounded corners on menu hovering, you can open /templates/ja_social/css/menu/mega.css, find lines:
.ja-megamenu ul.level0 li.mega.over {
background: url(../../images/mainnav-active-l.png) no-repeat left 3px;
}.ja-megamenu ul.level0 li.mega.over a {
background: url(../../images/mainnav-active-r.png) no-repeat right 3px;
color: #4b4b4b;
}.ja-megamenu ul.level0 li.mega.active {
background: url(../../images/mainnav-active-l.png) no-repeat left 3px;
}.ja-megamenu ul.level0 li.mega.active a.mega,
.ja-megamenu ul.level0 li.mega.active a.mega:hover,
.ja-megamenu ul.level0 li.mega.active a.mega:active,
.ja-megamenu ul.level0 li.mega.active a.mega:focus {
background: url(../../images/mainnav-active-r.png) no-repeat right 3px;
color:#333;
}
Remove or change to your menu background images.
On the H3 tag of modules, you can open /templates/ja_social/css/css3.css file, find lines:
div.ja-moduletable h3, div.moduletable h3 {
border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
text-shadow: 0px -1px 0 rgba(0,0,0,.6);
}Remove or change to 0 of properties in read texts. Then clear JAT3 cache (button on top right) after saving any changes.
September 26, 2013 at 10:47 am #507172thank you Tom,
i set the “Optimize CSS” to “No” and the rounded corners from modules were removed .
after i set it back to “Optimize CSS” to “yes ” and the rounded corners did not come back .
i guess that was it right ?
thank you
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 11:11 am #507178Hi kozakos,
Can you try to follow our suggestion above ?
September 26, 2013 at 11:43 am #507180thank you Leo
your advice did the trick (Y)
i would like to ask how to remove round corner from lower side or the module as well .
i would like to have right corner modules
thanks in advance
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 26, 2013 at 11:57 am #507181Hi,
In the same css3.css file, you can find lines:
div.ja-moduletable, div.moduletable {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
box-shadow: 0 1px 0 rgba(0,0,0,.4);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.4);
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.4);
}Change the border-radius to 0, then clear JAT3 cache.
November 17, 2013 at 6:49 pm #512503leo hello
please help me to perform the same task removing round corners on jatc_social_t3_j3x
i can’t find the specified filesthanks
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 18, 2013 at 12:16 am #512511@kozakos: You can try to create a custom.css in templates/ja_social/css/ path and put below css styles into:
.t3-sidebar .t3-module {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}.t3-sidebar .t3-module .module-title {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}.t3-content .main-content-inner {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}.ja-slidewrap_social {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by phong nam 11 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum