Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181119
    the brink
    Participant

    Hi,

    I have used the following code to change the titles of my pages:

    .entry-title{
    color: white !important;
    background: black;
    transform: rotate(0.5deg);
    }

    problem is in the thumbnail view (i.e. my list of posts on my home page) both background and transform are put into effect but the text colour stays the same grey that it normally is.

    How can I force it to go white like the page titles?

    Or, how can I remove those transformations from the thumbnail altogether?

    Thanks

    TB

    #181134
    sapana
    Participant

    @the-brink: If you want to make the thumbnail text color white then Please follow this steps:
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .entry-title a {
    color: #ffffff;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #181176
    the brink
    Participant

    Great, that worked perfectly. Thank you.

    TB

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘text won't change colour’ is closed to new replies.