Tagged: Tags
-
AuthorPosts
-
June 4, 2014 at 5:53 pm #274601
I’m trying to had tags associated with posts in Enfold. I followed a thread and tried:
.blog-tags {
visibility: hidden!important;
}But it didn’t work for me. Any other ideas?
June 4, 2014 at 6:02 pm #274607Hi satucker!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
span.blog-tags.minor-meta { visibility: hidden!important; }
Cheers!
YigitJune 4, 2014 at 7:19 pm #274673Thanks Yigit, that did not work either. I made the change, saved it, cleared cache on my server and my browser. Any other ideas?
June 4, 2014 at 7:23 pm #274678Hi!
Can you paste your custom CSS codes here – http://pastebin.com/ and share the link here?
Regards,
YigitJune 4, 2014 at 7:24 pm #274680Dont have any custom code.
June 4, 2014 at 7:29 pm #274683Hi!
Please try deactivating all active plugins and check if that helps
Regards,
YigitJune 4, 2014 at 7:30 pm #274685If I do that, can I reactivate them and still keep the tags hidden? I need the plugins.
June 4, 2014 at 7:31 pm #274687Also, after i use quick css are the chagnes applied and then I can get rid of the code in that window or are they only a part of my code if I can see them in that window? In other words, if I want the code, do I need to always see it in the quick css window?
June 4, 2014 at 7:33 pm #274690Hi!
You can add custom CSS codes in Custom.css file inside Enfold/Csss folder as well. Please try the code in that file please.
Best regards,
YigitJune 4, 2014 at 8:46 pm #274729Just updated the custom css. Still no luck:
/* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* General Custom CSS */
#top .main_color .avia-color-theme-color {
color:#fff !important;
}span.blog-tags.minor-meta {
visibility: hidden!important;
}/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */}
June 4, 2014 at 8:51 pm #274731Hey!
The code is working:
Try flushing your browser cache.
Cheers!
JosueJuly 2, 2014 at 6:15 pm #286305My tags are back. How can I hide them permanently?
http://lifepointohio.com/messages/a-new-selfie/sons-spirit/
- This reply was modified 10 years, 5 months ago by satucker.
July 2, 2014 at 6:28 pm #286316Hey!
Try adding this code to the Quick CSS (not custom.css):
span.blog-tags.minor-meta { visibility: hidden!important; }
Cheers!
JosueJuly 2, 2014 at 7:45 pm #286357Thanks still no luck.
July 2, 2014 at 7:54 pm #286362Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueJuly 2, 2014 at 8:36 pm #286371This reply has been marked as private.July 2, 2014 at 8:38 pm #286372The login details you posted are not working.
July 2, 2014 at 8:40 pm #286374This reply has been marked as private.July 2, 2014 at 8:44 pm #286375Done:
http://lifepointohio.com/messages/a-new-selfie/sons-spirit/Quick CSS now works, the fix i applied will be included in the next update.
-
AuthorPosts
- You must be logged in to reply to this topic.