Home › Forums › Trusted Pro › Changes needed › Reply To: Changes needed
May 8, 2018 at 12:41 pm
#4627
Andy
Keymaster
* Resize the company logo
The logo can be any size you want. The theme recommends 220×70 but you can use a different size and you do not need to crop the image to 220×70 if you do not wish to do so.
* Show an image inside the featured services circles (I need the image to cover the whole circle, not just part of the circle)
Add the following to ‘Additional CSS’ in the customizer:
.featured-post .featured-icon img {
width: 100%;
margin-top: 0;
}
* Change the colour of the text of the call-to-action panel
Again in ‘Additional CSS’ (change #fff to your preferred color):
#cta-section {
color: #fff;
}