• phaon3d

    (@phaon3d)


    Good afternoon,

    phaon3d.com/services/

    I am trying to alter the Page Title Font size. I have css manager plugin and have searched the style.css file but cant figure out how to change the size.

    Im not sure if I should set up a new thread for this but Id also like to get rid of the text box border and edit the colour for the descriptive text.

    Thanks in advance.

    Mitch

Viewing 2 replies - 1 through 2 (of 2 total)
  • vladff

    (@vladff)

    Hello,

    You can change the H1 size from the customizer, or you can add this to your CSS plugin if you want to change it only for the titles (the second part is for the borders):

    .entry-title {
       font-size: 36px;
    }
    .page .hentry {
       border: 0;
    }

    I’m not sure what text color you want to change.

    Thread Starter phaon3d

    (@phaon3d)

    Worked a treat using the custom css plugin.

    Thank you for your help vladff.

    Colour was regarding all of the text explaining the services etc. I though it appropriate to change the colour from the light grey to Dark Grey or even Black. Do you think the text is difficult to read?

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Title Font Size’ is closed to new replies.