Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1156002

    Hey guys,

    Great work with the Enfold theme.

    Can you guys help me? Which CSS should I import to make the white text a different color when I mouse-over? With white it hardly can be read.

    See the example here on http://host2day.nl/webbed/. I’m talking about the 4 images under the header image.

    Thank you!

    Regards,
    Mike

    • This topic was modified 5 years, 1 month ago by graphicair.
    #1156155

    Hey graphicair,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-image-container.avia-align-center:hover .av-image-caption-overlay-center {
         color: navy !important;   
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1156156

    Hey graphicair,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-image-container.avia-align-center:hover .av-image-caption-overlay-center {
         color: navy !important;   
    } 
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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