Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20022
    Diane
    Participant

    Hi
    I have looked everywhere in the CSS file and cannot find how/where to change the size of the Page & Post titles. I would like to make them smaller and also change the color. Any help would really be appreciated.

    #20036
    Sakin
    Keymaster

    @Diane: You shouldn’t change the the core theme files such as style.css, functions.php, index.php and so on. As these changes will be reverted back to original file when you update or upgrade the theme. So, to make the changes in CSS you can either do that from “Appearance => Theme Options => Custom CSS” or by building child theme and adding css in child theme style.css file.

    You can play with the following CSS and change the color and size as per your need. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-title { color: #444; font-size: 34px; }
    .entry-title a { color: #444; }
    #20055
    Diane
    Participant

    Thanks so much! That did the trick. Not entirely sure how to make a child theme but I’ll give it a go.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing the size of the Page and Post Titles’ is closed to new replies.