hello luv home grid title

QuestionsCategory: Questionshello luv home grid title
eszter szabo asked 6 years ago

hello, how can i have the exact same appearance for each title in hello luv on every home grids? like on the hello rose grids? thanks  🙂

2 Answers
Jennifer Staff answered 6 years ago

It would need to be modified in the style sheet.  ARe you comfortable making those changes if we send instructions?  Or would you prefer we hop on to your install and do it?

eszter szabo replied 6 years ago

Hi, could you please send me how to do it? I can modify it with your instructions. Thanks

Jennifer Staff answered 6 years ago

In the style front sheet remove line 661 to 703 and then add this
 
.home-grid .widget .entry-title a {
background:
rgba(251,251,251,.85);
outline: 1px solid
#fff;
outline-offset: 4px;
color:
#222;
font-size: 2.4rem;
letter-spacing: .2rem;
font-style: normal;
padding: 14px 20px;
}
 
After you make the adjustments you will need to clear your hosting and browser cache to see the changes.