I found that the main menu items that I wanted to update are in the style-light.css file
So I made a new file in my child folder, added css import script from the style.css and updated the link.
@import url(“../graphene/style-light.css”);
I did a test with a new style for text color and it worked.
Now I am trying to update the main menu colors but it doesn’t seem to update on these changes. Are the styles set somewhere else as well that they get overwritten again?
Try using the !important flag on the CSS rule you defined. For example: color: #ff0 !important;.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.