We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Changing the icon of Friends from My Profile page | Forum

Dave S
Dave S Nov 25 '13
Hello,


I want to change the icon of Friends from "My Profile" page (name.com/my-profile), but i don't know where is the location of this php/or html file for editing.


 <div class="ow_box_cap ow_dnd_configurable_component clearfix">

<div class="ow_box_cap_right">

<div class="ow_box_cap_body">

<h3 class="ow_ic_user">Friends</h3>


I want to put "ow_ic_friends" instead of "ow_ic_user". Can you please help me with this?


fbkca
fbkca Nov 25 '13
Check your base.css and make the appropriate changes
Dave S
Dave S Nov 25 '13
I tried, but it's not that file you need to edit. It should be somewhere in HTML/or PHP, not CSS. 
fbkca
fbkca Nov 25 '13
Does for me...


are you saying you don't have this in your base.css:


html body div .ow_ic_user{ background-image: url(images/ic_user.png); }

The Forum post is edited by fbkca Nov 25 '13
Dave S
Dave S Nov 25 '13
Ah, i didn't mean this. If you change this, it will affect others that are related to the icon. I just want to change div, not image file.
fbkca
fbkca Nov 25 '13
I see.. hrmm
fbkca
fbkca Nov 25 '13
Well, AFAIK that is the FRIENDS_CMP_UserWidget and you can find an ow_ic_user value for it in the ow_base_component_setting table...


May want to try changing that...