- This topic has 9 replies, 2 voices, and was last updated 2 weeks, 6 days ago by .
Viewing 9 reply threads
Viewing 9 reply threads
- You must be logged in to reply to this topic.
Hi,
I need a little help with a couple of things:
1. I would like to make the Services elements non-clickable, how can I do that? See image1
2. I would like to change the Testimonial Text so it’s not all in uppercase, and perhaps a little smaller. The more wordy testimonials are looking a bit much. See image2
Thanks,
Eva
Hi there
1.1. I would like to make the Services elements non-clickable, how can I do that?=> You can try this below css code:
.template-services-content a {
pointer-events: none!important;
}
2. I would like to change the Testimonial Text so it’s not all in uppercase, and perhaps a little smaller. => You can try this below css code:
.cms-testimonial-wrap.layout2 .with_quotes { text-transform: initial!important; font-size: 16px!important; }
Do you want to reduce the footer height or just reduce the white space here? https://eva-shaw.com/
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.