• Resolved costind

    (@costind)


    I would like to change the colour of page titles. I have successfully managed to change the colour of post titles using:

    /* change Post Title colour to green */
    .entry-title.post-title a {
    color: #007007;
    }

    I have tried changing page title colour using:

    /* change Page Title colour to green */
    .entry-title.page-title a {
    color: #007007;
    }

    And have also tried many, many scripts from the help forums. But none work.

    I am using the theme ‘Dynamic News Lite’

    David

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

Viewing 1 replies (of 1 total)
  • Thread Starter costind

    (@costind)

    Solved. The following script worked.

    /* change page title colour to green */
    .page-title{
    color: #007007;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Page title change colour of font’ is closed to new replies.