• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Kate Support
  • Private: No
  • Open Date: 27.05.15, 20:33
  • Opened by: Matt
  • Closed by: Kate Support
  • Closed on: 28.05.15, 18:47
  • Reason: Fixed
  • Comment: Glad to help!

Ticket #7738 - how to change text color

hi

how do i change text color of this area http://c2n.me/3inwHgD.jpg

Regards
Matt

Comments

Kate Support 28 May 2015, 11:04

Hi Matt,
Add this code to Custom CSS

#page #pk_customlinks li a {color: #7f7d74;}
#page .header_user_info {color: #7f7d74;}
Matt 28 May 2015, 16:46

hi is there possible to set background color to that area?

Kate Support 28 May 2015, 18:17

You can set background separately for each module: pk_customlinks and header_user_info

#page #pk_customlinks {background: #7f7d74; padding: 0 20px}
#page .header_user_info {background: #7f7d74; padding: 9px 20px}


Regards

Matt 28 May 2015, 18:20

is there possible to fill the empties?

Matt 28 May 2015, 18:20
Matt 28 May 2015, 18:23

otherwise… set opacity to background. will be transparent but text will be more visible.

Kate Support 28 May 2015, 18:24

If you need to fill the whole line then use this code instead

#header .nav {background:#fff}
#page .header_user_info {padding-top:9px}
Matt 28 May 2015, 18:28

its better now http://c2n.me/3iqQYIt.jpg

Thanks a lot!

Kate Support 28 May 2015, 18:47

You’re welcome! Best regards!