-
AuthorPosts
-
eagle75au Friend
eagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 26, 2016 at 10:11 am #971018Hi,
Can someone please let me know how i can remove the page border lines, i have attached a screenshot.
They appear on the right and between modules.
site: http://bgs.reviveit.com.au
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 26, 2016 at 10:40 am #971032Hi
Kindly turn off the CSS compression and clean Joomla cache so that I can suggest you the path to change the style code .eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 26, 2016 at 11:38 am #971064Hi Pankaj, i have cleared the cache and turned off compression
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 27, 2016 at 2:01 am #971223Hi
Go to /templates/ja_zite/css/template.css
Find this codeh1.componentheading, .componentheading { font-weight: normal; color: #333333; font-family: 'NovecentowideUltraLightBold'; font-size: 350%; line-height: 1.1; border-bottom: solid 1px #ddd; }
replace it with
h1.componentheading, .componentheading { font-weight: normal; color: #333333; font-family: 'NovecentowideUltraLightBold'; font-size: 350%; line-height: 1.1; border-bottom: none; }
then find this code
div.item-page { border-right: 1px solid #ddd; margin-top: 10px; padding-right: 20px; }
replace it with
div.item-page { border-right: none; margin-top: 10px; padding-right: 20px; }
After this find
div.ja-moduletable, div.moduletable { border-top: 1px solid #ccc; }
replace it with
div.ja-moduletable, div.moduletable { border-top: none; }
eagle75au Friendeagle75au
- Join date:
- March 2011
- Posts:
- 43
- Downloads:
- 71
- Uploads:
- 15
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
September 28, 2016 at 9:23 am #971676Champion thank you!, 1 last question.. Is it possible to have different logo between large screen and small screen?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 29, 2016 at 3:14 am #971952Hi
There is no option for this but you can try this tweak if it works well for your site
add below code at then end of template.css file and change the logo path with your logo image path@media (max-width:468px) {h1.logo a { background: url(../templates/ja_zite/images/joomla.png) no-repeat left top; display: block; height: 80px; width: 92px; }}
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove page border lines
Viewing 6 posts - 1 through 6 (of 6 total)