Viewing 9 replies - 1 through 9 (of 9 total)
  • esmi

    (@esmi)

    There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter Jam

    (@pimaniii)

    https://bit.ly/e8tK8B

    I cant seem to locate where I should change the color to change the main text, footer text, and menu

    esmi

    (@esmi)

    Try using Firefox with the Firebug add-on to identify the CSS you need to change.

    Thread Starter Jam

    (@pimaniii)

    I cant find it. Can anyone help?

    Alwyn Botha

    (@123milliseconds)

    Line 499 in style .css

    color: #DCE1E6;

    took 123 milliseconds to find using firebug

    Thread Starter Jam

    (@pimaniii)

    Hey, I’m not quite sure where you are looking. My style.css only has about 200 lines, and I cannot find that line.

    I need to find the line for body text, menu, and footer, ideally.

    Thanks

    ShdMstr

    (@shdmstr)

    for body (Main Text) should look
    body {
    color: #999999;
    }

    Line 23 in your CSS

    I think the Menu will be
    #branding a, #masthead a {
    color: #474747;
    text-decoration: none;
    }
    Line 48 in your CSS

    And the Footer will be:
    #footer a {
    color: #333333;
    }

    Line 63 in your CSS

    I found it with Firebug you just install the addon (if U have firefox) and right click –> inspect element that will show U the info about that particular class/id and the line in your css….

    Hope this helps…

    Thread Starter Jam

    (@pimaniii)

    Oh, got it! Thanks a bunch! I’ll keep that in mind next time.

    Thanks!

    ShdMstr

    (@shdmstr)

    Glad to help

    if this worked you should change the stats for the post to Resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Change default font color?’ is closed to new replies.