Site logo

Archived topic

Change style of some elements of the Search demo

3 replies · Started by Tomas on March 21, 2021

Viewing posts 1–4 of 4

Hey have uploaded Search demo template on the site https://www.toleranceins.pl

Can't find how to do these things:
1. How to change the color/hover color of the CTA button at the right top (last menu item)?
2. How to change the color of Page Title showed at the top? Tried to change it at Customise part with no lack.
3. How to change the color of the quotation marks showed at the beginning of the sentence of the testimonials?
4. How to remove the corners roundness of the Featured image of the blog posts?
5. Then yo are in the post it shows the author next to the date, despite I have it turn off on Customise part. How to hide it?

Thank you in advance.

Hi there,

1. Go to Additional CSS field in the customizer and modify this CSS:

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
	color: rgba(72,45,112,1.0);
	border: 3px;
	border-style: solid;
	line-height: 36px;
	border-radius: 2px;
	margin-left: 20px;
	transition: all 0.6s ease 0s;
}

.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a:hover {
	color: rgba(72,45,112,0.8);
}

2. I believe this is what you are looking for:
https://www.screencast.com/t/TY9YUUN90ww

3. This should help:
https://www.screencast.com/t/7K9LWyPxhr

4. Remove this CSS from Additional CSS field in the customizer:

.featured-image img, .post-image img {
	border-radius: 8px;
}

5. This should help:
https://www.screencast.com/t/sw6CyDyJXw

For future reference, please keep one question per topic:
https://www.screencast.com/t/rL28pJMbJev

Thank you!

Thanks a lot, Leo. Everything fixed!

No problem :)

This archived topic is closed to new replies.