Change colour in EDIN theme
-
Hi There
Within the EDIN theme I am looking to change the standard blue colour for links menu page etc? Is this possible?
CheersThe blog I need help with is: (visible only to logged in users)
-
Hi destination79894493,
You need to make changes in CSS to change the colors.
Note: Custom CSS is only available with Premium and Business plansYou need to paste this code in My Sites->Customise-> CSS (to change the link color and background color of the menu)
.navigation-wrapper {
background: pink;
}
a {
color: pink;
}You can change the pink color to any color you want.
Thanks
Yashita
- The topic ‘Change colour in EDIN theme’ is closed to new replies.