Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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!

    #569736

    Hi 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,
    Elliott

    #569741

    Hi 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, 9 months ago by slui.
    #569749

    Here 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.

    #570449

    Hi!

    Just use “.blog-categories” as seen in my first post.

    Your screenshots have expired so I could not view them.

    Regards,
    Elliott

    #571625

    Hi 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, 9 months ago by slui.
    #571921

    Hi,

    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,
    Rikard

    #572181

    The information is below.

    #572252

    Hi 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, 9 months ago by slui.
    #572414

    I’ve figured this all out now…thanks.

    • This reply was modified 8 years, 9 months ago by slui.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hiding Meta Data on Post Slider’ is closed to new replies.