Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #298311

    Hi 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,
    Yigit

    #324891

    Hi 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

    #324933

    Hey Richard!

    Can you post the link to your website please?

    Best regards,
    Yigit

    #325108

    No worries… Here you go

    http://grbuk.quadrocreative.co.uk/

    Best Regards

    Richard

    #325124

    Hi!

    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,
    Yigit

    #325162

    Sorry Yigit which plugin are you referring to?

    Regards,

    Richard

    #325166

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #332750

    Hi Yigit,

    No problem… what email address do you want me to use?

    Cheers

    Richard

    #333331

    Hi!

    You can use (Email address hidden if logged out) but please post login credentials here privately

    Best regards,
    Yigit

    #335042
    This reply has been marked as private.
    #335408

    Hey!

    It is fixed now. Please check: http://grbuk.quadrocreative.co.uk/

    Regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.