• HI! I would like to know how to hide only the tags below from the Homepage in each post (which appear immediately after the title) I used the additional CSS code
    .tag-links {
    display: none;
    }
    but they also disappear from the individual posts. Is there another way to just remove them from the homepage or put them under posts?
    This is my blog page: https://theblowerdaughter.com/
    Thank you for your support!

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • @blowerdaughter

    Can you add the below CSS code to Additional CSS box and check?

    .home #content .post .article-content .below-entry-meta .tag-links {
        display: none;
    }

    Thanks.

    Thread Starter blowerdaughter

    (@blowerdaughter)

    Thanks!!! It works! Is there a code to move the tags under the post? With the given code the tags remain correctly only in the post and not on the Homepage but remain above the post, I would like to put them at the end if possible !!
    Thanks a lot for the support !!!

    @blowerdaughter

    If you can code on your own then you can achieve it via the child theme.

    Thanks.

    Thread Starter blowerdaughter

    (@blowerdaughter)

    thank you, having no programming skills, I will just enter the previous code. I have another problem but (albeit off topic), since I use this theme I have problems with the optimization for google mobile devices, I have a series of errors and above all on mobile phones the theme is small and compared to the screen not “stopped”

    @blowerdaughter

    Can you provide us the screenshot link for a better understanding of the issue?

    Thanks.

    Thread Starter blowerdaughter

    (@blowerdaughter)

    https://search.google.com/test/mobile-friendly?hl=it&id=MDCziyF_mdZweADrD04JGg

    I don’t know if he will be able to see the page since I can’t send you a screenshot.
    The google errors are as follows:
    “The page is not optimized for mobile devices;

    Text too small to read

    Selectable items too close together

    Bigger content than the screen”

    In practice, the site in the mobile version does not fill the phone screen but is reduced to half the screen (therefore very small, it must be zoomed in and in any case does not remain full screen).
    As google is denying me the usability I would like to understand if this problem can be solved or if in spite of myself change the theme.
    Thanks again!

    @blowerdaughter

    You can see the theme is mobile friendly: https://search.google.com/test/mobile-friendly?id=jX6yhMCw13kaXURdyMlk-Q already. And that zoomed layout, maybe some of the plugin used in your site is creating that issue. So, can you once check on it disabling the used plugin in your site and see if that helps?

    Thanks.

    Can anyone help…I want to HIDE CATEGORIES that shows up over each image. I tried this CSS from what was said that worked but it does not work for me:

    archive .page-title {
    display: none;
    }

    .post-meta .post-category {
    display: none;
    }

    .page-title .meta-single li {
    display: none;
    border-bottom: none;
    }

    Thanks

    • This reply was modified 4 years, 7 months ago by mjwpmarketing.

    Hi @mjwpmarketing
    This is the pro version feature. If you need further assistance or are interested to learn more about this feature, please feel free to open live chat in our site https://themegrill.com/ and our team will assist you further there regarding this.
    Let me know about any other issues!
    Regards

    Why did your support offer someone else custom CSS to hide this – but now you say its only a paid feature to hide ? Is there somewhere to show me ALL the things that are different from the paid version ? Having those tag/ category buttons overlay the pictures is fine if you only use one tag/ category…but we use multiple categories so it looks terrible. I found this: https://docs.themegrill.com/colormag/customize-post-meta/ So this is only for the paid version ??

    I also want to remove your footer credit: “Theme: ColorMag by ThemeGrill. Powered by WordPress.” I saw posts about removing that too and support giving people custom CSS to remove that as well…but that too did not work for me. Im guessing that’s also part of not being able to do unless you buy the paid version.

    • This reply was modified 4 years, 7 months ago by mjwpmarketing.

    Hi @mjwpmarketing
    Generally, we do not provide CSS that is added as an option in the Pro version. Also, yes that option is a pro version feature and we’re not allowed to discuss the Pro version here (according to .org guidelines).

    Moreover, it seems you already tried adding the CSS that is available in the Pro version. So, if you want us to check it and guide you on what is preventing it from working and provide you a solution, please contact us via https://themegrill.com/ Chat Support with the site URL.

    I hope that is fine with you too. ??

    Sincerely,
    Ashish S. – ThemeGrill Team.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘HIDE TAGS ONLY FROM HOMEPAGE’ is closed to new replies.