• Hello,

    I cannot seem to change the font style and colour of the TITLE of my blog posts.

    I have downloaded various plugins none of which seem to work, please help!

    The font is currently black, i would like to change to grey (same colour as the main text) and switch to a simpler font i.e. Century Gothic or something similar.

    Can anybody help with this> https://www.thebridaledition.com

    Thanks!

Viewing 1 replies (of 1 total)
  • .

    (@techievous)

    @import url(https://fonts.googleapis.com/css?family=Muli:400,400italic);
    
    .article h2.post-title a {
         color: #666; /* font color of blog post titles */
         font-family: 'Muli', Verdana, Helvetica, Arial, sans-serif; /* font family, use together with Google Font to import web font styles */
         font-style: normal; /* italic or normal */
    }

    You can use this to grab the color codes: https://colorpicker.com/
    YOu can grab the fonts you want to replace teh @import font from here: https://www.google.com/fonts

Viewing 1 replies (of 1 total)
  • The topic ‘Change Font & Colour of Blog Post Title’ is closed to new replies.