How do I change Settings/Edit link to image button?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/24/2012 9:13:35 PM
Gravatar
Total Posts 62

How do I change Settings/Edit link to image button?

Perhaps, a dumb issue, but I can't seem to figure out how to make this change. Is it possible to enable in the UI somewhere?

Also is there a way to replace Home button text with an image as well, but leave the rest of the menu the same.

Thank you in advance!

6/25/2012 9:35:08 AM
Gravatar
Total Posts 18439

Re: How do I change Settings/Edit link to image button?

Hi,

To use icons for the settings and edit links:

In the layout.master file of your skin on the <portal:StyleSheetCombiner control add this attribute: UseTextLinksForFeatureSettings="false"

Then if you want to use different icons than the default ones, put them in the  /Data/SiteImages folder and then add this in your user.config file:

<add key="EditPropertiesImage" value="yoursettingsimage.png" />
<add key="EditContentImage" value="youreditimage.png" />

Then touch your web.config file to make it reload settings from user.config

I don't know a good way to replace the home page menu text with an image but you could add a background image using CSS by adding a custom menu css class to the home page from page settings. You could position the image so that it is beside the text instead of behind it.

Hope that helps,

Joe

6/29/2012 11:37:18 AM
Gravatar
Total Posts 62

Re: How do I change Settings/Edit link to image button?

Excellent. Thank you! I'll try your suggestion with image placement.

You must sign in to post in the forums. This thread is closed to new posts.