Tagged: blog post, grid layout
-
AuthorPosts
-
September 8, 2017 at 7:23 pm #849695
Hi enfold team,
We have a page that is using the blog posts element and have it set to the grid layout.
How do i remove the date that is showing underneathe?
I used this code:
.slide-meta { display: none !important; }
but it isn’t removing it. I used the inspector and used the same code and it removes it, is something overriding it?
September 8, 2017 at 11:07 pm #849755Hey Drebosio,
Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan ShannonSeptember 8, 2017 at 11:19 pm #849758Hi Jordan,
Please see below.
September 8, 2017 at 11:34 pm #849761Hi,
Try this in quick css:
article footer.entry-footer{ display:none!important; }
Best regards,
Jordan ShannonSeptember 8, 2017 at 11:47 pm #849765So added the code to the quick css:
but dates still appearing :(
September 8, 2017 at 11:55 pm #849767Hi,
Try adding to the very top of the css. This is just to rule out any mistakes in the code above it.
Best regards,
Jordan ShannonSeptember 9, 2017 at 12:01 am #849776moved it to be the 1st item in the quick css, but still not affecting the dates.
How come when i inspect it via web tools in chrome i can target it and add the display:none !important; code and see it take effect?
September 11, 2017 at 3:40 am #850291Hi,
Possibly a caching issue, or a css error is occuring somewhere that prevents it from running. If you add any random css to quick css will it work? For example just to test: body{display:none}.
If that hides the body as its supposed to, then there may be something overriding the css you need to add.
Best regards,
Jordan ShannonSeptember 11, 2017 at 5:09 pm #850586hmm, did the body{display:none} and not seeing it affect anything
I found this while inspecting with dev tools:
it’s in a cache file path, i’ve cleared my cache in google chrome, refreshed the page but still nothing.
Also if you look at the css of that element, you’ll see it says “display:block” if i change it to “none” it removes the date, but when i apply the css it doesn’t take affect??
September 12, 2017 at 7:24 am #850789Hi,
Please try disabling plugins and attempting to add the css. This can further rule out a conflict.
Best regards,
Jordan ShannonSeptember 12, 2017 at 5:16 pm #851108BOOOM that was it! I forgot i installed “Fast Velocity Minify” plugin and as soon as i noticed that, disabled it and WABAM all my css is applied correctly!
Thanks for the suggestion jordan and helping me with this one!
Can mark this as resolved and close it
September 12, 2017 at 5:51 pm #851136Hi,
Glad Jordan could help! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Remove date on grid layout blog post element’ is closed to new replies.