Okay
  Public Ticket #3604057
events border background color
Closed

Comments

  • Stuart started the conversation

    how can I get rid of this purple background on hover? I have tried many options in the editor to no avail....


    9656837457.png
  •  646
    Alexandre replied

    Hi Stuart,

    Through the elementor editor, select the "event & gig" element. 
    Click on the STYLE tab, 
    And set a transparent color to the "Hover background Color" option

    4156668848.png


    Thanks,


    Alexandre from the Sonaar.io Crew

  • Stuart replied

    Hi Alexandre, yes I had that as a transparent bg actually. there seems to be some purple behind it that I can't edit. I edited the Hover bg color to be a solid charcoal but you will notice purple lining at the bottom still. perhaps this is somewhere in the grid setting or elements setting?


    https://5c0aff0046.nxcli.io/

  •  646
    Alexandre replied

    Hi Stuat,

    Please go to wp-admin>theme options>custom css/js
    And add this custom css code:


    .concerts-list .event:hover{
    background: none !important;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew