cahnge menu color

Hi ,
thanks for your theme is very nice, i would like to change the menu color : a little bit darker, do i have to put on css something like this :
.main-navigation ul li a {
color: #000;
}
?
Thank you so much
Laura

Hello Laura,

I hope you are doing well today.

You are correct that CSS would be used. Here is some CSS to change the menu font color:

/*Menu font color*/
#site-navigation a {
    color: #000;
}

Best Regards,
Support

hi Thank you for the help,
one last question :slight_smile: Can i change the text ‘Related posts’ ? I can’t find the position in the php code…
THank you again
Laura Spina

Hello Laura,

I hope you are doing well today.

An easy way to change text without changing the PHP code is to use the following plugin:

Best Regards,
Support

Hi Thanks i will use it,
but where is the right string… ?
best