• Resolved leacb

    (@leacb)


    Hallo kann mir jemand sagen wie ich meine Metadaten also Name des Autors Datum und Kategorien farblich ?ndern kann. Ich hab schon alles probiert und ich finde es trotzdem nicht. Ich freue mich über eure hilfe oder einen Tipp. Hoffe auf baldige Antwort.

    Leacb

    Hello i’m looking for the colour-changes option for the metadata like name from the author and the date and categorize. Can someone told me where to find this in the Neve-Theme options. I’m looking forward for your help or a tip.
    Thanks in advance for your help.

    Leacb

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @leacb,

    The theme does not have an option to change colors separately out of the box for those sections, however, you can target them with custom CSS:

    span.author-name {
     color: red;
    }
    li.meta.date.posted-on {
     color: blue;
    }
    li.meta.comments {
     color: green;
    }
    li.meta.category {
     color: orange;
    }

    Of course, change the color to HEX format or any other color that you like and place this CSS to Appearance->Customize->Additional CSS section ??

    I hope it helps!

    Thread Starter leacb

    (@leacb)

    Thank you for your answer. Cool, that helps a lot. I could have figured it out myself, that i use an CSS code.

    Thank you for your replay.

    Thread Starter leacb

    (@leacb)

    Hello @bvytis,

    I use the CSS code with HEX format color. And the only problem that i have is that the authors Name and the category did not change the color. The only thing that change the color was the word “from” and the date.

    Do you know what it could be? Or have any ideas of another CSS code that i can use.

    Thank you for your help in advance,

    Leacb

    Hi @leacb,

    Sorry for the delay on this thread.

    Could you share the URL of the page where CSS is added but changed did not apply to check why it could be happening?

    Thanks!

    Thread Starter leacb

    (@leacb)

    Hy @bvytis,

    thank you for your help.

    Here is the URL where the CSS code is added.

    https://www.charmantbestickt.at/blog/

    I have a second question. When I would change the size of my Menu in the customizer, only the size of my Menu on the Blog page is change. And on all other pages not.

    Did you have an idea what the problem is?

    Thank you for your help in advance.

    Lea

    @leacb,

    Add this CSS in addition to fix the remaining:

    span.author-name a, li.meta.category a {
        color: #5781cb!important;
    }

    For different questions please create a new thread and also attach more details – screenshot with how it’s changed in customizer and pages with an example where the menu is changed and where it’s not changed.

    Thank you!

    Thread Starter leacb

    (@leacb)

    @bvytis, thank you for your help.And the CSS code. It helps a lot. It looks perfectly. Thank you!!

    And for my second question I create a new thread and make shreenshots for better understanding.

    Lea

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How can I change the colour from the Metadata?’ is closed to new replies.