Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #780008

    Hello,

    i want on hover to change whole the block with color balck and not only when i hover on text. See that page * on portfolio subcategory when hover on text TELE… or SEC… change color to black see that image ** and show a character before that text. I want to change color to black not when hover on text but on block of that text. See the image ***

    Thank you.

    #780524

    Hey Designweb,

    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

    
    .rg-design-menu ul.rg-main-sub-menu li.has-sub-don .rg-sub-cat li:hover *
     {
          background: #4d4d4d;
          color: #ffffff !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #780536

    Hello Victoria,

    that’s work perfect. Thank you very much for your help.

    #780997

    Hi,

    Glad we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change color on hover block portfolio subcategory’ is closed to new replies.