Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1717179
To customize the gem theme
Closed

Comments

  • Sreejith Sreenivasan started the conversation

    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

  •  5,055
    Michael replied

    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.