-
AuthorPosts
-
July 13, 2015 at 4:48 pm #208681
Hi, How do you hide the front page article as shown in the picture attached, thanks.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 14, 2015 at 8:13 am #577314<em>@rclpris 482622 wrote:</em><blockquote>Hi, How do you hide the front page article as shown in the picture attached, thanks.</blockquote>
Hope my solution will help you to hide article into front-end page
Create templates/ja_techzone/css/custom.css file and add new rule
.blog-featured .article-intro p {
display: none;
}
July 14, 2015 at 5:00 pm #577390Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.
July 14, 2015 at 5:00 pm #643687Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.
July 14, 2015 at 5:00 pm #742334Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 4:45 am #577452<em>@rclpris 482855 wrote:</em><blockquote>Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.</blockquote>
:(( You did not say to hide it on mobile layout
If you want to hide it on mobile layout, you have to add css style below into custom.css file
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 4:45 am #643749<em>@rclpris 482855 wrote:</em><blockquote>Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.</blockquote>
:(( You did not say to hide it on mobile layout
If you want to hide it on mobile layout, you have to add css style below into custom.css file
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2015 at 4:45 am #742396<em>@rclpris 482855 wrote:</em><blockquote>Hi,
Thanks for your help.
I tried but it doesn’t do anything. I also need to hide it for mobile version as well.</blockquote>
:(( You did not say to hide it on mobile layout
If you want to hide it on mobile layout, you have to add css style below into custom.css file
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}
July 15, 2015 at 3:24 pm #577508it works on mobile but not on desktop version as I havementioned in my previous post.
This was the coded that I added
.blog-featured .article-intro p {
display: none;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 16, 2015 at 3:53 am #577580Try to use this again, it will work with desktop and mobile device
+ Go Admin site -> Menus -> Main Menu -> Home -> and see the config likes as my screen shot
+ Open custom.css file
find and change
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}to
.t3-mainbody .blog-featured {
display: none;
}Let me know if it helps
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 16, 2015 at 3:53 am #643874Try to use this again, it will work with desktop and mobile device
+ Go Admin site -> Menus -> Main Menu -> Home -> and see the config likes as my screen shot
+ Open custom.css file
find and change
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}to
.t3-mainbody .blog-featured {
display: none;
}Let me know if it helps
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 16, 2015 at 3:53 am #742521Try to use this again, it will work with desktop and mobile device
+ Go Admin site -> Menus -> Main Menu -> Home -> and see the config likes as my screen shot
+ Open custom.css file
find and change
@media (max-width: 767px) {
.t3-mainbody .blog-featured {
display: none;
}
}to
.t3-mainbody .blog-featured {
display: none;
}Let me know if it helps
July 16, 2015 at 4:56 pm #577684it helps but it creates an extra space there
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2015 at 2:32 am #577733<em>@rclpris 483342 wrote:</em><blockquote>it helps but it creates an extra space there
</blockquote>
Add the css rule below into custom.css file
.home div#t3-mainbody {
display: none;
}
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum