Code:
'content_text_color' => self::$stylevars['postbit_color']['color'],
'content_link_color' => self::$stylevars['link_color']['color'],
'content_background_color' => self::$stylevars['postbit_lite_background']['color'],
'content_background_image' => self::$stylevars['postbit_lite_background']['image'],
'content_background_repeat' => self::cleanRepeat(self::$stylevars['postbit_lite_background']['repeat']),
'content_border' => self::$stylevars['postbit_lite_background']['color'],
Sorry, I posted the wrong stylevar to change. I can't follow text from left to right. I've updated my last post and highlighted the relevant part of the code in profilecustomize.php. You really want to change the
color attribute of the
postbit_color stylevar.
--------------- Added [DATE]1458078162[/DATE] at [TIME]1458078162[/TIME] ---------------
Quote:
Originally Posted by Stratis
Try in css template, put this code at the end
PHP Code:
/***** Change color in user profile sidebar *****/ dl.stats dt, #sidebar_container dl.stats, #sidebar_container, #sidebar_container .userprof_content .time { color:#ECEC3B; }
I think this will make the change you want  make a test.
|
Why do you keep insisting on having bad changes made. The value is a stylevar, it should be changed as a stylevar. Do not edit templates unless absolutely necessary.