-
AuthorPosts
-
July 31, 2014 at 12:01 pm #298179
Hi Support,
I have different background images on each page of the menu so I need to change the text from grey to white (as well as the hover & selected colours) on specific pages.
Can you please help?
Best Regards,
Richard
July 31, 2014 at 4:53 pm #298311Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-1122 .header_color .main_menu ul:first-child > li > a { color: red; } .page-id-1122 .header_color .main_menu ul:first-child > li.current-menu-item > a, .page-id-1122 .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; } .page-id-1122 .header_color .main_menu ul:first-child > li:hover > a { color: black; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
YigitSeptember 25, 2014 at 11:46 am #324891Hi Yigit,
Many thanks for your response
I tried to add the following but there appears to be no change
.page-id-10 .header_color .main_menu ul:first-child > li > a { color: grey; }
.page-id-10 .header_color .main_menu ul:first-child > li.current-menu-item > a, .page-id-10 .header_color .main_menu ul:first-child > li.current_page_item > a { color: red; }
.page-id-10 .header_color .main_menu ul:first-child > li:hover > a { color: #ffffff; }Can you see if I’ve made an obvious error?
Best Regards,
Richard
September 25, 2014 at 1:15 pm #324933September 25, 2014 at 5:20 pm #325108September 25, 2014 at 5:35 pm #325124Hi!
Please disable CSS minifying feature on the plugin you are using and flush browser cache then refresh your page a few times. Code should work fine
Regards,
YigitSeptember 25, 2014 at 6:43 pm #325162Sorry Yigit which plugin are you referring to?
Regards,
Richard
September 25, 2014 at 6:48 pm #325166Hey!
Do you mind creating a temporary admin login and posting it here privately?
Cheers!
YigitOctober 8, 2014 at 10:42 pm #332750Hi Yigit,
No problem… what email address do you want me to use?
Cheers
Richard
October 9, 2014 at 4:40 pm #333331Hi!
You can use (Email address hidden if logged out) but please post login credentials here privately
Best regards,
YigitOctober 13, 2014 at 5:22 pm #335042This reply has been marked as private.October 14, 2014 at 7:59 am #335408 -
AuthorPosts
- You must be logged in to reply to this topic.