• How do I change the font colour of the title of each page from white to red in raindrops theme.

    Im VERY new to wordpress so please be patient with me ??

Viewing 1 replies (of 1 total)
  • Theme Author nobita

    (@nobita)

    Hi bellesuk

    Please add to style.css last line below style rule

    #container .entry-title a{
    	color:red;
    }

    If you need each page title anothor color

    create a custom field name css and value set

    .entry-title a{
    	color:red;/*  your color */
    }

    Change only current post or page title color.

    Thank you.

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