• Resolved ellismr

    (@ellismr)


    I’m trying to modify the font color of the main menu items in the Wen-Corporate theme at parsonsandpartners.net website, but cannot find where in the style.css file it is. Also cannot figure out why the logo banner is smaller than it should be. Any help would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    Wow, that was challenging, to correct your menu problem, please try this code.

    #site-navigation li a {
    color: black;
    }

    To correct your logo issue, please try this code.

    .col-sm-8 {
    width: 100% !important;
    }

    Thanks.

    Hello,
    I just revised my code, make sure you grab the latest version.

    Thanks.

    Thread Starter ellismr

    (@ellismr)

    Wow, thats perfect! i struggled for quite awhile and couldnt find how to do it…thanks a lot for your help

    Sure, anytime.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change menu font color and logo size’ is closed to new replies.