1) I need help with changing the colour of the layout that coming with the team section, im adding an image with this, there i need to change the purple colour to black or my custom image texture.
2) Another help i needed is to change the background of the loading screen
1) I need help with changing the colour of the layout that coming with the team section, im adding an image with this, there i need to change the purple colour to black or my custom image texture.
2) Another help i needed is to change the background of the loading screen
HI!
1) You need to edit: wp-content/themes/thegem/css/thegem-preloader.css
Or use next css:
body #page-preloader {
background: #2c2e3d;
}
2) You need to change this custom CSS:
.team-person-image { border: 6px solid #8f44ad; border-radius: 50%; }This code is located here.