Resolved Change Text Colour?

  • Hello Guest, Are you looking for a product but it doesn't exist? Or would you like a customized add-on?
    Contact us for a personalized quote.
  • Hello Guest, A discount code is available. Code: LESS30

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

User Who Replied This Thread (Total Members: 2)

Resolved Solve sql error (looking for dev)(pay for it)

Resolved error when logging in as another user

Status
Not open for further replies.

XenConcept

Backend Developer
Staff member
Administrator
Oct 14, 2017
1,281
298
83
Rennes
www.xen-concept.com
Hello,

Go to the following template : xc_user_activity.less

You will find the following code:

Less:
.block-userActivity--header {
    
    padding: 6px 10px;
    font-size: 13px;
    color: #2577b1;
    background: #edf6fd;
    border-bottom: 1px solid #cbcbcb;
    background: linear-gradient(0deg, #edf6fd, #f6fafe);
}

Search #2577b1 and modify it by the desired color.

Example : color: #fff
 
Status
Not open for further replies.
Top