Home › Forums › Themes › Refresh Blog › change? › Reply To: change?
November 24, 2022 at 11:31 am #253
refreshthemes
Keymaster
Hello Beastie, Thank you for using our theme.
Yes, you can change the color and style of the menu by adding a custom style by going to Appearance > Customize > Additional CSS
;.
Please add the following CSS code to change the color of the social menu and primary menu color :
.rt-social-menu-container ul li a{
color: blue;
}
#site-header-menu .main-navigation a{
color: orange;
}
#site-header-menu .main-navigation button svg{
fill: orange;
}
If you need any assistance, we are always happy to help you.
Thank You!
- This reply was modified 1 year, 10 months ago by refreshthemes.