Okay
  Public Ticket #1591858
Background and rollover color changes
Closed

Comments

  • Doug Gilliatt started the conversation

    I would like to change the color on the homepage rollover state (currently yellow) and the work pages (currently blue). Where can I change these color settings?

  •  850
    Jelly replied

    Hello,

    Please go to Appearance > Customize > Additional CSS and add this css:

    .grid-item__rollover {background: rgba(248, 243, 160, 0.8);}
    .content-page {background-color: #b6f8f8;}
    

    Best Regards,
    Jelly Team