-
AuthorPosts
-
gabrielanta Friend
gabrielanta
- Join date:
- January 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
July 29, 2010 at 3:27 am #152954How can I remove the borders in the right module of “JA Rasite” template?
Wich code should we add to the “template.css” or to the “class suffix” of the articl
See the picture:
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 4, 2010 at 2:03 am #351656Hello gabrielanta!
I think that pls give me the link to your site i would like to check this, or please try to do by using the firebug of firefox and try to find css of element and then you can fix this by yourself
http://www.kristarella.com/2009/02/how-to-use-firebug-for-css/
http://getfirebug.com/cssthanks
lamvt Friendlamvt
- Join date:
- December 2006
- Posts:
- 265
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 52 times in 46 posts
August 4, 2010 at 9:15 am #351701<em>@gabrielanta 188104 wrote:</em><blockquote>How can I remove the borders in the right module of “JA Rasite” template?
Wich code should we add to the “template.css” or to the “class suffix” of the articl
See the picture:
Thanks</blockquote>
hello gabrielanta
Try to use : Module Class Suffix = _anything
gabrielanta Friendgabrielanta
- Join date:
- January 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
August 6, 2010 at 2:55 pm #351882<em>@lamvt 188843 wrote:</em><blockquote>hello gabrielanta
Try to use : Module Class Suffix = _anything</blockquote>
DOES NOT WORK WITH “_anything”
jpbenning Friendjpbenning
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 12, 2012 at 6:04 pm #448245I have a similar question to the one above, see my link below:
http://www.askmymind.com/featured-test-page
I would like the “featured food articles” to have no modular styling – just the content itself against the white background.
Any help would be great! 😀
Regards, Jared
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 12, 2012 at 6:28 pm #448247That is the slideshow module. You should be able to just disable the visibility of the title to make it look like our demo. Is that what you are after?
jpbenning Friendjpbenning
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 12, 2012 at 7:01 pm #448254Yes, I would like the slideshow module to appear without the background on the module – it is set to the content-mass position. I know how to remove the title, but the background border still shows in this position, similar question as the images shown above by the original poster.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
April 12, 2012 at 7:23 pm #448256Can you give me a uper admin logon and ftp account via PM? Please include a link to this thread in your PM.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 13, 2012 at 4:06 pm #448320<em>@jpbenning 313572 wrote:</em><blockquote>I have a similar question to the one above, see my link below:
http://www.askmymind.com/featured-test-page
I would like the “featured food articles” to have no modular styling – just the content itself against the white background.
Any help would be great! 😀
Regards, Jared</blockquote>
Jared:
If you will set “Optimize CSS” to “No” within your Template Manager–General Settings . . . we should be able to assist you with this.jpbenning Friendjpbenning
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 13, 2012 at 4:21 pm #448324Done, I have adjusted the Optimize settings
Jared
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
April 13, 2012 at 4:58 pm #448330The background elements to which you are referring appear to be (in my opinion, annoyingly so) a series of images across a number of CSS rules toward achieving the entire background effect.
Look to file path –> /templates/ja_rasite/themes/light_green/css/template.css
from lines 136 to 205 . . . . .
<blockquote>/* ALL ROUNDED STYLE——————————————————— */
/* Rounded style 1 —*/
.ja-rs1-top { background: #fff; }
.ja-rs1-tl { background: url(../images/corner-rs1.png) no-repeat left top; }
.ja-rs1-tr { background: url(../images/corner-rs1.png) no-repeat right top; }.ja-rs1-mid { background: #fff; }
.ja-rs1-bot { background: #fff; }
.ja-rs1-bl { background: url(../images/corner-rs1.png) no-repeat left bottom; }
.ja-rs1-br { background: url(../images/corner-rs1.png) no-repeat right bottom; }/* Rounded style 2 —*/
.ja-rs2-top { background: #fff }
.ja-rs2-tl { background: url(../images/corner-rs1.png) no-repeat left top; }
.ja-rs2-tr { background: url(../images/corner-rs1.png) no-repeat right top; }.ja-rs2-mid { background: #fff; }
.ja-rs2-ml { background: #fff; }
.ja-rs2-mr { padding: 0;}.ja-rs2-bot { background: #fff; }
.ja-rs2-bl { background: url(../images/corner-rs1.png) no-repeat left bottom; }
.ja-rs2-br { background: url(../images/corner-rs1.png) no-repeat right bottom; }/* Rounded style 3 —*/
.ja-rs3-top { background: url(../images/rs3-top.png) repeat-x left top; }
.ja-rs3-tl { background: url(../images/corner-rs3.png) no-repeat left top; }
.ja-rs3-tr { background: url(../images/corner-rs3.png) no-repeat right top; }.ja-rs3-mid { background: url(../images/rs3-mid-l.png) repeat-y left top #f6f8f0; }
.ja-rs3-ml { background: url(../images/rs3-mid-r.png) repeat-y right top; }
.ja-rs3-mr { background: url(../images/rs3-mid-top.png ) repeat-x left top; }.ja-rs3-bot { background: url(../images/rs3-bot.png) repeat-x left bottom; }
.ja-rs3-bl { background: url(../images/corner-rs3.png) no-repeat left bottom; }
.ja-rs3-br { background: url(../images/corner-rs3.png) no-repeat right bottom; }/* Rounded style 4 —*/
.ja-rs4-top { }
.ja-rs4-tl { }
.ja-rs4-tr { }.ja-rs4-mid { }
.ja-rs4-ml { }
.ja-rs4-mr { }.ja-rs4-bot { }
.ja-rs4-bl { }
.ja-rs4-br { }.ja-rs4-mid a,
.ja-rs4-mid li a { }.ja-rs4-mid a:hover, .ja-rs4-mid a:focus, .ja-rs4-mid a:active,
.ja-rs4-mid li a:hover, .ja-rs4-mid li a:focus, .ja-rs4-mid li a:active { }/* Rounded style 5 —*/
.ja-rs5-top { background: url(../images/rs5-top.png) repeat-x left top; }
.ja-rs5-tl { background: url(../images/corner-rs5.png) no-repeat left top; }
.ja-rs5-tr { background: url(../images/corner-rs5.png) no-repeat right top; }.ja-rs5-mid { background: url(../images/rs5-mid-l.png) repeat-y left top #fff; }
.ja-rs5-ml { background: url(../images/rs5-mid-r.png) repeat-y right top; padding: 0 1px; }
.ja-rs5-mr { background: url(../images/rs5-mid-top.png ) repeat-x left top; }.ja-rs5-bot { background: url(../images/rs5-bot.png) repeat-x left bottom; }
.ja-rs5-bl { background: url(../images/corner-rs5.png) no-repeat left bottom; }
.ja-rs5-br { background: url(../images/corner-rs5.png) no-repeat right bottom; }</blockquote>
It will likely involve some trial-and-error experimentation – and a bit of patience – but you could try removing those background properties and seeing how it affects your display.
ALWAYS MAKE A BACK-UP OF YOUR SITE BEFORE YOU MAKE CHANGES LIKE THESE
jpbenning Friendjpbenning
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
April 14, 2012 at 12:52 am #448372Thanks, sort of works – its rounded style 3 but with two complications:
1.) It is linked to the “right” module and therefore I will have to modify the code and create a new rounded style so that column does not get affected
2.) Removing rounded style 3 does not remove the css styling from the main css folder and therefore it needs to be edited in more than one place
I now know what to do, but it is a bigger chore than expected so I am going to put it on the back burner for now. I was hoping there was a simpler way :p Thanks for the help.
-
AuthorPosts
This topic contains 12 replies, has 6 voices, and was last updated by jpbenning 12 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum