-
AuthorPosts
-
December 14, 2015 at 7:51 pm #552575
I’m running into a couple of issues with the post slider function.
1. The text looks really bad – it’s blurry on retina screens and looks even worse (a really distorted, almost a pixelated-type effect) on mobile (specifically looking at it on an iPhone 6+.
2. I updated the theme and when I did that, it started displaying the category after the title. I don’t want this. How can I configure this to not show?
December 14, 2015 at 9:41 pm #552613Hey roberthilley!
You can hide the categories with
.blog-categories {
display: none;
}but regarding the text issue, I did loaded into my iPhone 6 and could not locate any issue to be honest.
Regards,
BasilisDecember 14, 2015 at 10:18 pm #552639I’ve attached a screen shot of how it looks on mobile. It doesn’t look this bad on retina laptops but it is still blurry there.
December 18, 2015 at 4:45 pm #555066Hey!
dropbox link does not work for me. Can you check please? make sure that it’s public.
Best regards,
AndyJanuary 5, 2016 at 12:18 am #559591Hello,
I want do the same and have set blog-categories to Display:none. How can I also set th date of the Blop-Post to None? Try this with.blog-date {
display: none;
}
But didn’t work. What is the name for this? Where can I find a documentation for such terms? Can’t identify this with developer-tools.thanks
ClaudiaJanuary 5, 2016 at 12:59 am #559605Hi!
Please try adding following code to Quick CSS
.slide-meta-time { display: none !important; }
If that does not help, please post the link to your website
Cheers!
YigitJanuary 5, 2016 at 10:50 am #559815Hello Yigit,`
thanks for your help. This works. Thanks!
I found out, that
.slide-meta { display: none; }
also works. I try to learn CSS, can you please explain what’s the different? I think, if I want to change CCS in Enfold I have to add conditions for the div class. Is that right?Cheers
Claudia- This reply was modified 8 years, 10 months ago by Claudia.
January 5, 2016 at 5:39 pm #560041Hi Claudia!
You can simply improve your devtools skills – https://developers.google.com/web/tools/chrome-devtools/?hl=en. Enfold has many CSS selectors and you should target the correct ones using devtools. By heart, that is almost impossible for each selector :)
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.