• RoadRallyMan

    (@roadrallyman)


    I’m trying to find out how I can change the font color in my Fullscreen theme Homepage menu from the light grey color to a bright white. The website developer who is working on my site doesn’t know how to change the color and told me he doesn’t think that it can be changed.

    I don’t have a clue how CSS or coding works but I need to get this fixed. I know it’s doable as I’ve seen other Fullscreen sites with White colored font in the menu.

    Can anyone help me with this. Please keep it as simple as possible as I really don’t know how this stuff works.

    My website is: http://www.historyinyourownbackyard.com

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • wiefie

    (@wiefie)

    in your stye.css

    search

    .primary-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
    }

    addd this code “color:#000;” ,

    .primary-navigation a {
    display: inline-block;
    padding: 0 12px;
    white-space: nowrap;
    color:#000;
    }

    if u need another modification, visit [Please keep support on these forums]

    Thread Starter RoadRallyMan

    (@roadrallyman)

    Thanks for the info, I appreciate it! I sent your reply to the guy that’s working on my site and he said:

    “Unfortunately this theme is a little more in-depth on the menu coding than that. That was actually the first thing I looked for. Looking at the Style.css sheet, there’s no main navigation CSS, but there is a // line that says it’s linked to “superfish.css” which does have menu coding in it. I’ve tried to hunt down where I need to place color coding in there and haven’t had any success.”

    Do you have any more ideas or suggestions???

    Thanks!

    Jay Mayu

    (@mayooresan)

    #branding a, #masthead a {
    color: #FFFAFA;
    text-decoration: none;
    }

    would fix the issue. Open your theme editor and look for style.css at end of the file add it.

    How can he be a developer if he don’t know how to fix this simple menu color?

    Thread Starter RoadRallyMan

    (@roadrallyman)

    That worked perfect! Thank you sooooo much Jay! I really do appreciate the help.

    I thought this guy knew what he was doing but obviously not.

    So I’ve got another problem that he can’t fix. Some of the text on the Photo Gallery page tends to wrap around the pictures instead of staying below. I don’t think it’s the length of the text as it doesn’t seem to matter if it’s short or long. Do you have any idea why it’s doing that? Here’s a link to the page: http://www.historyinyourownbackyard.com/ohio-county-indiana-2/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fullscreen Theme Menu Font Color Change???’ is closed to new replies.