Customizing Menu CSS in FadTastic Theme

  • Unknown's avatar

    Hi all:

    I am using the Fadtastic Theme for http://www.timminsyouthsingers.com and have purchased the CSS upgrade.

    However, after searching the FAQ, I still don’t know how to change the color of the navigation bar. The code that was suggested in a previous thread is ambiguous to me. Very confusing.

    I have managed to change colors and fonts etc. in other areas of the CSS format, but the navigation bar and the links on the navigation bar are a complete puzzle to me.

    I emailed the original designer a few days ago and have yet to receive a reply.

    Hopefully, someone on this forum is using this theme and can provide insight.

    Thank you so much.

    MCL

  • Unknown's avatar

    Add “background” and your color to div#navcontainer ul

    `div#navcontainer ul {
    background: #color;
    }

  • Unknown's avatar

    Hi SacredPath:

    Thanks for your quick reply. First of all, `div#navcontainer ul is not in the original CSS. I looked and looked.

    When I tried adding the div#navcontainer ul {
    background: #color;
    } script and adding a hex color value, nothing changed.

    It’s really strange. I went through every section of that CSS, trying to change colors and previewing and nothing happened.

  • Unknown's avatar

    SacredPath – it worked. For some reason, it didn’t work earlier this afternoon, but my internet connection was a little flighty so perhaps that was the reason.

    Thank you so much. It was as easy as 1 2 3.

  • Unknown's avatar

    You’re very welcome.

  • The topic ‘Customizing Menu CSS in FadTastic Theme’ is closed to new replies.