How to remove / change the default icons - ALL THEMES
You can to remove the deafult icons you see in the site by using the code below.
Note that you can to subsitute the icons only for the two icons of wich I indicate the code, cause those only are in the CSS code;
the other icons are in the HTML code so it is possible only to hide them
If you want to add another icon then you have two way:
Inserting the icon like background-image, in a selector including the selector you're hiding;
you can to insert a new icon in the main page by using in the Edit box the HTML code :
<img src="Icon_URL">
->Customize My Site -> Edit any box in the main page
but I prefer this way by using the css code :
/* remove the default icons */
.itemboxsub .icon img {
display: none;
}
/* add a new icon for all the title boxes (max width 24 px) */
.itemboxsub .icon {
background-color:tranparent;
background-image:url(Icon_URL);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: center center;
}
Note:
the max width you can to use in this space is the same as the original icons: 24 pixel.
More you can override the new icon and to use a custom icon for every box.
for Example:
/* remove the default icons */
.itemboxsub .icon img {
display: none;
}
/* add a new icon (max width 24 px) */
.itemboxsub .icon {
background-color:tranparent;
background-image:url(Icon_URL);
background-repeat:no-repeat;
background-attachment: scroll;
background-position: center center;
}
/* this override the previous block for the box 2 */
#mainbox_2 .itemboxsub .icon {
background-attachment:scroll;
background-image:url(Icon_2_URL);
background-position:center;
background-repeat:no-repeat;
}
/* this override the previous block for the box 7 */
#mainbox_7 .itemboxsub .icon {
background-attachment:scroll;
background-image:url(Icon_7_URL);
background-position:center;
background-repeat:no-repeat;
}
Note:
it works cause the block for the box 2 and 7 come AFTER the block for all the icons.
Yet Again These work as far as I Know in all themes even the newone's. BUT I Soley USE It in the DEFAULT MP Sites & groups & Have not tested it in any other theme myself.
hi I want to change the link title... that is, instead of the menu titles (reviews, blogs, photos, links, etc...) i want to change the wordings. for instance, instead of Photos, I want to call it Photo Gallery. Instead of Blogs, I want to call it something else..so on and so forth.
hey hey.. how about if i only want to change this images and not to remove it?? how's that?
hi dear it depends by what are the particular icons you are referring it is explained in the post some icon you can to change it; some other you have to remove it and to use: or the icons in the background image or ( only in the title boxes ) html code by editing title box
mmhhhh this explaination sux sure you have not understand ,, tell me what icons in particular.
hi I want to change the link title... that is, instead of the menu titles (reviews, blogs, photos, links, etc...) i want to change the wordings. for instance, instead of Photos, I want to call it Photo Gallery. Instead of Blogs, I want to call it something else..so on and so forth.
the more simple thing is to edit the title :o)
it is simple ASCII text .
just click on ->Customize My Site ->edit the box you wanna edit ... insert the text in the TItle box
you could add a background image into that .itemboxsub { color:#000000; font-family:tahoma; font-weight:normal; background-image:url(here the URL of the bg image); }
hemmm when you have clicked the Customize My Site ignore the yellow banner upper .. you have to scroll down the page every box has three links : Move Hide Edit
just click the link: edit for every box you wanna change.. and type into the Title Box the title you want for the box you are editing.
Yes.. I am new to this and actually had it working . Just delet where it says (Icon url) add your own in between the parenthsis ( ) , but for some reason my background on my page vanished. Copy the code above and mod it.
Just wondering how to replace the header icons with one I've picked out. I did for the item box icons, but not sure about the header icons....I don't see in the code where you would put the URL...
Hi there... I would like to set the default icons of MP also de ones.... I have tried to disabled the ones that come with the theme... but Im getting crazy... HELP !!!! ... I understand that I have to disabled the ones of the theme and then active the MP ones... is ok?... I change in CSS and then in the edit boxes?... SOS !!!!!
Just wondering how to replace the header icons with one I've picked out. I did for the item box icons, but not sure about the header icons....I don't see in the code where you would put the URL.
you cant the url is hard coded in the html page and we cannot change it only we can to hide it via css AFAIK you can to add an icon identical for ALL the links by using some background image
i am so new at this and tried the code to remove the default icons on comments guest book etc but every time i do when i next go to my page my background has dissapeared what am i doing wrong ? any chance of a nice easy answer lol thank you anyway in advance ...jean
ah ,,, ,,, I tested it in this group one and it works
the possibilities are: a)you get a syntax error b) the code doesnt work for that theme (improbable) c)the code is changed in the last time only for the theme u are using in ur group (improbable)
if u want a more precisely reply I have to see the theme you hav problem better your group casue I suppose u have a syntax error
It works for me - I used the code to remove the item on the top page. I don't need to change them, I just want them gone. :-) Thanks sooooo much, Maria!
is it possible to retain the icons but remove the text? for example the home icon still appears but the text is not. but it will link you to your home page. :)
thanks for those codes, they all work fine (on my page).
just is there a way to remove the icons in the box on the right? where it displays teh pictures, name, stauts, and those links : * Customize My Site * Promote My Site * My Media Locker * My Contacts (12) * My Groups (1) * Photos of Me * RSS Feed [?] ?