Tagged: avia, post slider, title
-
AuthorPosts
-
January 21, 2016 at 4:54 am #569138
Hi,
I’ve read other posts concerning how to hide the meta data in a post slider.
I’m using this code with no effect.
.avia-content-slider .blog-categories .minor-meta a { display: none !important; }
Any help would be appreciated!
January 22, 2016 at 3:38 am #569736Hi slui!
Try this out.
.blog-categories { display: none !important; }
If you want to hide the time also then add this.
.slide-meta-time { display: none !important; }
Regards,
ElliottJanuary 22, 2016 at 3:56 am #569741Hi Elliott,
I’m trying to hide the these two parts (red circle) on the slider and in the blog.
Home page slider – http://www.tiikoni.com/tis/view/?id=ddebfdb
Blog preview images – http://www.tiikoni.com/tis/view/?id=2b67620
- This reply was modified 8 years, 10 months ago by slui.
January 22, 2016 at 4:05 am #569749Here is what I have tried to hide the word “blog”
.blog-categories minor-meta { display: none !important; }
.blog-categories .main_color .minor-meta { display: none !important; }
.main_color .minor-meta a { display: none !important; }None of these have worked for me.
January 23, 2016 at 4:24 am #570449Hi!
Just use “.blog-categories” as seen in my first post.
Your screenshots have expired so I could not view them.
Regards,
ElliottJanuary 25, 2016 at 10:03 pm #571625Hi Elliott,
I’m using this already. Here is a snapshot of the CSS that I’m using:
http://www.tiikoni.com/tis/view/?id=75ac911
This is what I want to disappear on the post slider:
http://www.tiikoni.com/tis/view/?id=f9c7511
None of the CSS provided works. It works when you use Firebug to input the information but once you put this into the CSS file, it doesn’t work.
In addition, I also want to hide the image in the slider
http://www.tiikoni.com/tis/view/?id=1714551
I’ve tried to use these two CSS commands to hide the images but they are not working.
body.avia-content-slider .fake-thumbnail .slide-image { display: none !important; }
a.slide-image { display: none !important; }- This reply was modified 8 years, 10 months ago by slui.
January 26, 2016 at 7:54 am #571921Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJanuary 26, 2016 at 4:00 pm #572181The information is below.
January 26, 2016 at 6:02 pm #572252Hi Rikard,
I was able to get to the blog category to be hidden, however I’m still having trouble hiding the image in the blog post slider.
Is there also a way to target the Titles of the portfolio and blog post slide seperately?
For example, I want to center the titles and make the font bigger in the portfolio slider (Childrens Books), but ONLY make titles bigger in the blog slider?
Thanks.
sl
- This reply was modified 8 years, 10 months ago by slui.
January 26, 2016 at 10:45 pm #572414I’ve figured this all out now…thanks.
- This reply was modified 8 years, 10 months ago by slui.
-
AuthorPosts
- The topic ‘Hiding Meta Data on Post Slider’ is closed to new replies.