hIBEES Jun 12, 2018 9 1 3 53 Jun 12, 2018 #1 How do I change the Blew text colour on the blocks text? Cheers
XenConcept Backend Developer Staff member Administrator Oct 14, 2017 1,353 302 83 Rennes www.xen-concept.com Jun 13, 2018 #2 hIBEES said: How do I change the Blew text colour on the blocks text? Cheers Click to expand... Hello, Thank you for being more precise Add-On Screenshot Regard Reactions: hIBEES
hIBEES said: How do I change the Blew text colour on the blocks text? Cheers Click to expand... Hello, Thank you for being more precise Add-On Screenshot Regard
hIBEES Jun 12, 2018 9 1 3 53 Jun 13, 2018 #3 XenConcept said: Hello, Thank you for being more precise Add-On Screenshot Regard Click to expand... Ahh yes sorry lol. User Activity add on Want to change the blue... Attachments Screenshot_20180613-152232_Puffin.jpg 72.7 KB · Views: 11
XenConcept said: Hello, Thank you for being more precise Add-On Screenshot Regard Click to expand... Ahh yes sorry lol. User Activity add on Want to change the blue...
XenConcept Backend Developer Staff member Administrator Oct 14, 2017 1,353 302 83 Rennes www.xen-concept.com Jun 14, 2018 #4 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
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