Not using that video, photo or friends box on your home page? There are a couple simple steps to remove them.
- Go to "edit page appearance" in the lefthand corner below the navigation tabs.
- Click the "advanced" tab on the page that loads.
- Enter the code below for the thingy you want to go away (technically speaking) and save. If you decide you want that thingy back, you can go back into advanced and remove the lines of code.
---------Hide Friends Box -----------------
/* hide friends box */
.xg_module.xg_module_friends {
display:none !important;
}
-------------------Hide Videos Box --------------------------------------
/* hide videos box */
.xg_module.video_module {
display:none !important;
}
-------------------------- Hide Photo Box -------------------------------------------
/* hide photo box (we will have a better hook for this soon) */
.xg_1col.first-child .xg_module.photo_module {
display:none;
}
--------------------------- Hide Share Button ---------------------------
/*hide share button*/
.xn_actionbar ul.actions{
display:none;
}
You need to be a member of ReefSpace to add comments!
Join this social network