Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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

  •  4,774
    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.