CSS Colors

  • captfintastic

    #1411

    Hello Everyone.

    I’m having some issues changing the font color for .post-title and some other parts of the css. I’ve used Firebug to find the code and modified the hex color code to what I want in both the original theme and child, but the colors remain the same.

    I’m sure I’m doing something wrong and it’s a simple fix. Can anyone enlighten me please?

    Thanks in advance….

    RB

    Kim

    #15682

    Well, I think the .post-title colors is:

    a, a:visited {
        color: #510884;
        text-decoration: none;
    }

    a:hover {
        color: #555555;
        text-decoration: none;
    }

    Color codes You decide 🙂

    Kim

    captfintastic

    #15683

    I’ve made changes to my child styles.css and nothing has changed on my page.

    Mod

    Kenneth John Odle

    #15684

    Well, when I look at your styles.css, this is what I see:

    /*
    Theme Name: Graphene Child
    Theme URI: http://example.com/
    Description: Child theme for the Graphene theme
    Author: Rick Bell
    Author URI: http://graphicsbyhurricane.com
    Template: graphene
    Version: 1.0
    */
    @import url("../graphene/style.css");
    /* Your modification goes here */

    @charset "utf-8";
    /* CSS Document */

    No changes in style.css, thus no changes in your web site. Did you upload the edited file?

    Ken

    captfintastic

    #15685

    Ken would you mind looking at the style.css now and see what you think?

    Still not getting any changes and not sure which element to adjust or remove.

    Thanks….

    captfintastic

    #15686

    Also have cleared cache and reloaded page(s)….

    captfintastic

    #15687

    Just got it…. Style.css was in wrong child directory.

    Let you guys know if I have any other questions….

    Thanks!!

Viewing 7 posts - 1 through 7 (of 7 total)

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