• I’d like to change the color of the gold navbar in the 3-col. The only occurrence I can find of anything “gold” is in custom-sample-all.css. But no amount of changing the colors there takes. What do I need to do? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • you’d need:

    .cutom #navbar
    {
    background-color: fushia;
    }

    in a file called custom.css

    Thread Starter erusch

    (@erusch)

    Got it. Worked as desired. Thanks Denis.

    Thread Starter erusch

    (@erusch)

    This is strange…

    I changed the color of the nav bar over a month ago as prescribed in this thread. Today it went back to the gold default.

    The custom.css is still as I modified it (see below).

    The only significant thing I did today is activate the Democracy plugin and move it from sidebar to sidebar-ext. Could that have effected it?

    My blog is https://www.framedartdecor.com/decorating

    I put in custom.css:

    /* the background color */

    .cutom #navbar
    {
    background-color: #FFFFCE;
    }

    Denis de Bernardy

    (@denis-de-bernardy)

    Mmm… I’d try with .custom rather than .cutom. ??

    D.

    Thread Starter erusch

    (@erusch)

    I took that leap of faith and changed .cutom to .custom. Thanks. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing navbar color’ is closed to new replies.