-
AuthorPosts
-
tulioc Friend
tulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
March 2, 2014 at 5:48 pm #195369HI there,
How can I remove just the second slogan and the Knowing what’s happening……. modules or spaces.
Please see image attahced. Red arrows spaces hide or remove them.Thanks,
Tulio
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 2, 2014 at 7:14 pm #524938Hi
You can unpublish modules published in Slogan position
tulioc Friendtulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
March 2, 2014 at 10:52 pm #524950HI Pavit there’s only one and if I unpublish it it will remove also the above one.
This is weird as it seems like it is duplicated above and below. I just want to keep the one above.
The other is the space where the feature articles are placed I need to also hide this. Please take a look to:
Regards,
Tulio
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 3, 2014 at 5:26 am #525000You can try to remove space in JA Beranis Template with following step:*
+ Create the custom.css file in templates/ja_beranis/css folder
+ Add this css rule into the file above.
.home .t3-mainbody {
display: none !important;
}
tulioc Friendtulioc
- Join date:
- March 2013
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 18
- Thanked:
- 1 times in 1 posts
March 3, 2014 at 10:14 am #525069HI Ninja,
Sorry if I don’t explain well. See the image attached. The white space and black space below with the slogan and keep the slogan space above. I need to remove the two spaces that are occupied by:
1. Feature articles
2. Second position below of slogan. I remove in templates layout the second position of slogan and it removes also the one above. Seems is working with the same variable. I add the code above and it doesn’t makes the trick.For some reason the layout slogan positions are working together and can’t be remove in the template layout just one. It will take both away.
Thanks,
Tulio
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 4, 2014 at 4:16 am #525172If you want to remove space in slogan and feature article, you can follow this workaround:
Open the templates/ja_beranis/css/template.css file,
Change
.ja-slogan .site-slogan,
.t3-slogan .site-slogan {
font-family: 'Roboto', sans-serif;
font-size: 30px;
line-height: 1.5;
border-bottom: 1px solid #33B5DC;
border-top: 1px solid #33B5DC;
color: #fff;
display: block;
margin-top: 20px;
padding: 80px 0;
text-transform: none;
}
.t3-mainbody {
padding-bottom: 40px;
padding-top: 40px;
}
To
.ja-slogan .site-slogan,
.t3-slogan .site-slogan {
font-family: 'Roboto', sans-serif;
font-size: 30px;
line-height: 1.5;
border-bottom: 1px solid #33B5DC;
border-top: 1px solid #33B5DC;
color: #fff;
display: block;
margin-top: 20px;
padding: 20px 0;
text-transform: none;
}
.t3-mainbody {
padding-bottom: 10px;
padding-top: 10px;
}
Let me know if if helps.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum