Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there,

    Please add following code to your theme using Jetpack’s Custom CSS Module by navigating to Appearance -> Edit CSS from your WordPress dashboard.

    .main-navigation{
        background-color: #9C9F84;
    }

    Feel free to change HEX code until it fits your needs. Hope it helps.

    Ps – Don’t add [Theme Name] in your thread’s title. That’s not how WordPress forums work, just post your question in the right sub-forum (here, in this case) and theme name should be added automatically ??

    Hi,

    You can use this custom CSS code:

    .main-navigation {
        background-color: #35b20e; /* your color code */
    }
    Thread Starter pensyl65000

    (@pensyl65000)

    hi that’s great. many thanks

    could you tell me how to change the font colour in the navigation bar. And, if possible, the font of the template

    Hey there,

    And, if possible, the font of the template

    This plugin should do the job.

    As for the font color in navigation bar, you can use following custom CSS:

    .main-navigation ul a{
        color: #000;
    }

    Hope it helps ??

    Thread Starter pensyl65000

    (@pensyl65000)

    thanks so much – I just have one last question – how do you change the button (search, subscribe etc) to a different colour. they are currently coral pink, thanks

    Hey there,

    Where exactly are these buttons? I don’t see them on the homepage. Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sela Template – Change menu/navigation colour’ is closed to new replies.