Can you provide the URL of the website?
Hi There,
Please use the following css to change the color of menu letters:
.primary-navigation li a {
color: #663399;
}
NOTE: Please use the custom css plugin or child theme to write the css.
And regarding the page title could you please tell us more about it and please mention the link of you site also where you want to change the color of page title because as per the page id we need to put the css for the different pages. We hope you understand.
We look forward to your respond.
Thanks
Hello irenepv,
Please use the following css to change the color of site title:
http://floresdelpatio.com/el-arte-de-lo-efimero/
.page-id-76 .entry-title {
color: #040404 !Important;
}
http://floresdelpatio.com/el-arte-de-lo-efimero/gloria/
.page-id-80 .entry-title {
color: #040404 !Important;
}
http://floresdelpatio.com/el-arte-de-lo-efimero/pasion/
.page-id-78 .entry-title {
color: #040404 !Important;
}
NOTE: Please use the custom css plugin or child theme to write the css.
Thanks
Hi!
Perfect! Works!
But, in the menu, I would change only “el arte de lo efímero” could be?
Thanks
Hi There,
Please use the following css to fix your issue:
li#menu-item-91 > a {
color: #FFF;
background: #f00;
}
Thanks