Change page title txt color

  • uzupan

    #3744

    I hope some one can help. On my web site http://www.raymondvilleupc.com

    The page title colors are blue. (About our church, meet our pastor, location etc) I want to change it to black because the blue is hard to read and to see on my brown background. I am new to all this and don’t understand to much about the css, I have changed a few colors where I thought the text color would be for the page tile but no luck. and I have read the articles in the support forum and can not find out how to do this. I am using the Graphene theme. I appreciate any help on this

    Anonymous

    #25738

    uzupan

    #25739

    Josh,

    I wnet into the editor I found . child-page .post title and then I copied the .post-title a, .post-title a:visited {

    border: medium none;

    color: #020202;

    I copied it next to the file above. I also posted it in the custom css but nothing happened. Can you give this new be more directions on what to look for?

    Anonymous

    #25740

    You are missing the closing bracket around your code.

    .post-title a, .post-title a:visited {
    border: medium none;
    color: #020202;
    }

    Don’t forget the closing bracket. And make sure you change the hex color to the new color you want.

    uzupan

    #25741

    Thank you that seemed to fix it. Sorry for the double post!

    Anonymous

    #25742

    You’re welcome.

    (Marking thread as resolved)

    uzupan

    #25743

    Josh,

    I hope you can help one more time. I don’t know what happened but on my home page,

    http://www.raymondvilleupc.com the bottom I had 3 columns set for the front page footer widget area. It is checked for 3 columns but there is only one column can you hep again?

    Anonymous

    #25744

    Well, do you have three widgets in your footer area? If you only have one widget in the footer area, it’s only going to display one widget.

    Try adding two more widgets to the footer area.

    uzupan

    #25745

    Yes sir. I do have 3 widgets set for the footer area and I have 3 widgets there. They are showing all up in one column.

    uzupan

    #25746

    Josh,

    How can I reset the theme back to its original default settings. The reason why I ask I deleted the theme and reinstalled it but it is still showing one column in the footer. It will be alright to even rest what I put in to change the page color.

Viewing 10 posts - 1 through 10 (of 30 total)

  • You must be logged in to reply to this topic.