Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #336635

    Hello,

    I would like to make the page titles H4 and change their colour to #2d5c88, wgich I am using on other parts of the site.

    Could you let me know how to do this?

    Many thanks.

    #336672

    Hey Giles!

    Thank you for using our theme.

    The color can be changed with:

    
    #main .main-title a {
        color: #2d5c88 !important;
    }
    

    You can only change the font-size with CSS, not the tag. Adjust the value to your need.

    
    #main .main-title a {
        font-size: 20px !important;
    }
    

    Regards,
    Günter

    #336757

    Gunter.
    Great. Thank you very much.

    Giles

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Changing size and colour of page titles’ is closed to new replies.