Tagged: 

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

    #274607

    Hi 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!
    Yigit

    #274673

    Thanks Yigit, that did not work either. I made the change, saved it, cleared cache on my server and my browser. Any other ideas?

    #274678

    Hi!

    Can you paste your custom CSS codes here – http://pastebin.com/ and share the link here?

    Regards,
    Yigit

    #274680

    Dont have any custom code.

    #274683

    Hi!

    Please try deactivating all active plugins and check if that helps

    Regards,
    Yigit

    #274685

    If I do that, can I reactivate them and still keep the tags hidden? I need the plugins.

    #274687

    Also, 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?

    #274690

    Hi!

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

    #274729

    Just 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 */

    }

    #274731

    Hey!

    The code is working:

    Try flushing your browser cache.

    Cheers!
    Josue

    #286305

    My tags are back. How can I hide them permanently?

    http://lifepointohio.com/messages/a-new-selfie/sons-spirit/

    • This reply was modified 10 years, 3 months ago by satucker.
    #286316

    Hey!

    Try adding this code to the Quick CSS (not custom.css):

    span.blog-tags.minor-meta {
    visibility: hidden!important;
    }

    Cheers! 
    Josue

    #286357

    Thanks still no luck.

    #286362

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #286371
    This reply has been marked as private.
    #286372

    The login details you posted are not working.

    #286374
    This reply has been marked as private.
    #286375

    Done:
    http://lifepointohio.com/messages/a-new-selfie/sons-spirit/

    Quick CSS now works, the fix i applied will be included in the next update.

Viewing 19 posts - 1 through 19 (of 19 total)
  • You must be logged in to reply to this topic.