Hello Luv Home Grid

QuestionsCategory: Hello LuvHello Luv Home Grid
Chandler Stroh asked 1 year ago

Hello, I’m working to make some changes/updates to my site which I had originally published back in 2019. I’m needing help to make a few changes:
How can I make all of the Home Grid buttons: A) Look the same? Designed like the “about” style with a solid background. B) Show up only on hover?
 
Thanks!
 

1 Answers
Support Team Staff answered 1 year ago

It would be css added to your additional style sheet.
.home-three .widget:nth-child(1) .entry-title a,
.home-one .widget:nth-child(2) .entry-title a,
.home-two .widget .entry-title a {
background: #fff !important;
color: #333 !important;
border: 1px solid #eee !important;
outline: 5px solid #fff !important;
font-size: 1.8rem !important;
letter-spacing: .3rem !important;
padding: 10px 24px !important;
}