Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58901

    Hi there,

    I am fairly new to building websites but I love this theme, it’s fantastic and I’ve been able to figure out most things by watching many tutorials and learning a lot along the way! However I am stuck and need a little help if someone doesn’t mind. I would like to be able to change my title font and colour on the website as well as being able to change the hover colour. Right now when you hover over my posts it turns white and my background is white so it looks like it’s disappearing and I would like to change it to a dark grey so it’s still visible. I’d like the title to be bright white as well. My website is http://www.lastdayremnant.com

    Thank you to anyone who is able to help!

    #58957
    Sakin
    Keymaster

    @lastdayremnant: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main h2.entry-title a:hover,
    ul li a:hover, 
    ol li a:hover,
    #sidebar ul li a:hover, 
    #sidebar ol li a:hover {
    	color: #555;
    }
    h1#site-title a {
        color: #fff;
    }
    #59000

    You are a genius!! Thank you so much!! It looks much better. The only other thing I would like to do is change the title font, could you tell me how to do that as well?

    Thanks so much I really appreciate your help my friend ^_^

    #59148
    Sakin
    Keymaster

    @lastdayremnant: Thanks but font option is there only in Pro version. So, either upgrade to pro version or you can install Font plugin. Trying searching for plugin at https://wordpress.org/plugins/ and then add the following css, where you can change the font-family.

    #site-title {
        font-family: "Lobster";
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing title font and colour’ is closed to new replies.