• Resolved kulius

    (@kulius)


    Hi there,

    so i have the problem that i would like to cachnage the color of the category link shown on this page (https://ng.jumbo-group.de/2023/05/15/ifat-2018/)

    It would be perfet to edit this over css if possible.

    My othere question would be how do i remove the link of the category.

    So that only the text of the used category gets shown.

    Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi @kulius

    To change the colour of the category on single posts and make it un-clickable, try this custom CSS:

    /* Single post - category */
    .singular:not(.overlay-header) .entry-header .entry-categories a {
       color: #bb00bb;
       pointer-events: none;
    }

    You can modify the colour code to anything you prefer.

    Keep in mind that this is a hacky way to prevent the link from being clicked but it avoids having to make more major code changes.

    Thread Starter kulius

    (@kulius)

    Hi @zoonini ,

    Thanks for that help it works like a charm.

    I only would have one other question. So if I create a new post and I don’t straight open it in the visual composer. I have the option to upload a post picture. It’s a nice feature but the only problem that I have that I think would although be fixable over css is that I would like to change the size and stuff like that.

    But I can’t find the right css name :/

    Maybe you find the right one. If you have a tipp for me how to better find such Css names I would be really great full.

    I’m always looking after such names over the browser like Chrome and the inspect feature.

    Tanks for all your help so far.

    Kind regards Julius

    Moderator Kathryn Presner

    (@zoonini)

    Hi @kulius – glad that CSS worked!

    For your new question, could you please create a new topic and along with your text, include a screenshot showing what you mean in more detail, along with a link to an example post or page. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Post Category Color and remove link’ is closed to new replies.