• Hello, I am trying to change how metadata is displayed in a post: I want to change color and language of the text.

    I also want to change the comment section, again, color of the button and language.

    I am using the Astra theme if it helps.

    • This topic was modified 2 years, 11 months ago by Jan Dembowski.
    • This topic was modified 2 years, 11 months ago by James Huff.
Viewing 1 replies (of 1 total)
  • Hello @juan96,

    Can you please try adding the following CSS in the Additional CSS section:

    .entry-meta, .entry-meta * {
        color: #000 !important;
    }
    
    .input[type="button"], input[type="submit"], input[type="reset"]{
        background-color: #000 !important;
    }

    For changing the language of the text you can use the Loco Translate Plugin.

    I hope this helps ??

    Kind Regards
    Vansh

    • This reply was modified 2 years, 11 months ago by Vansh Kapoor.
Viewing 1 replies (of 1 total)
  • The topic ‘Changing How metadata and comment section’ is closed to new replies.