Blue text when displaying tags

Home Forums Gillion Theme Blue text when displaying tags

Home Forums Gillion Theme Blue text when displaying tags

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • zelldi
    Participant

    Hello guys, I hope you are fine,

     

    I have a weird little issue with the theme. When I click on a tag, it displays all the articles that use that tag, but the page text looks blue (see link in private information field)! I have tried disabling some plugins, but the text is always blue instead of dark grey. Do you have any clue about how to solve this? Thank you very much,

     

    Stefano

    Solution for this topic

    Hi @zelldi,

     

    I hope you are well today and thank you for your question.

     

    It displays blue because of the mega-addons-for-visual-composer plugin you are using on your site.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .tag #content {
        color: #616161;
    }

     

    Best regards,
    Shufflehound team

    zelldi
    Participant

    You’re amazing as always. It solved the problem for the posts, though the text is still blue in the Twitter widget… If you have any idea how to solve this too, great, otherwise it’s not a big deal…

     

    And meanwhile, is there a way to reduce the gap between blog post images and category names (see red area in the attached picture)? Thank you in advance!

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    To achieve this please use the below custom CSS code.

     

    .tag #wrapper {
        color: #616161;
    }
    
    .blog-list .post-content-container {
        margin-top: 10px;
    }

    zelldi
    Participant

    You are the best!!!

     

    Have a nice day!

     

    Stefano

    You are always welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)