Okay
  Public Ticket #3601499
Home text hover
Closed

Comments

  •  1
    Cesua started the conversation

    After I changed the Home header tezt in ht enav bar to a different font and size, I can no longer get it to change to the correct hover color after the Transparency slide.


    As you can see, once you start scrolling down and the black nav bar appears, all menu items have the correct text and hover text color, but when I hover over the Home text ("HOME COMEDY THEATER"), the hover color is black and one can't see it.

    I've tried everything I could find online but nothing helps.

  •  2,744
    Andrew replied

    Hi Cesua,

    Thank you for reaching out to us.

    Check and confirm that you have set the correct hover color in the salient > header navigation > color scheme and set it to custom.

    8185915274.png

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #top #logo:focus, #top #logo:hover {
      color: ##A0A0A0;
    }
    

    We look forward to your reply.

    Thanks,

  •  1
    Cesua replied

    The CSS stuff worked! Thank you!