• Hello,

    before to write I always read the forum but… I didn’t find the answer.
    As you can see in the picture

    View post on imgur.com

    Is it possible to change meta text and icon
    color with the Customizer? I don’t want
    to loose the possibility to change the color
    then the mouse is other the text.

    Thank you! =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    There are no default settings to change the color for this section. You need to add the below CSS to the Customize > Custom CSS section to achieve it.

    ul.meta, ul.meta li a {
        color: #de0707;
    }
    ul.meta li i {
        color: #de0707;
    }
    Thread Starter cecofuli

    (@cecofuli)

    Hi Amit,

    ohh… thank you so much! =)
    You should add this code inside the Customizer, I think.
    They are useful!

    Sure, we will consider your suggestion.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the META text color in the BLOG page?’ is closed to new replies.