Change the look of site element on sharepoint

I want to change the look of "more options" button, which looks ass thre bricks "..." as the picture below
link to the picture, More cleare
http://s29.postimg.org/f29je10h3/Namnl_sq.png
I have tried to find it in CSS and masterpage files but couldnt find it.
Where can i find it and change it to a word or an icon.
this is the url for the page http:///sites/SiteCollectionOne/Shared%20Documents/Forms/AllItems.asp

Hi Alba,
In SharePoint 2013, most part of the icon images are displayed from one image which is called spcommon.png and they are in different part of the image.
If you want to change the icon image, you can edit the site’s mater page and use code to change the icon image.
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
$(".ms-ellipsis-icon").attr('src', 'http://sp/SiteAssets/2.PNG');//change the image URL to your own image which needs to be uploaded to SharePoint
</script>
<style>
.ms-ellipsis-icon{
!important;
.ms-ellipsis-icon-title{
!important;
</style>
Best regards.
Thanks
Victoria Xia
TechNet Community Support
do you know where in the code/ in the page i can find the import of the SPcommon.png file for these 3 bricks. 
I masterpage i could find where to change icon for some features (fullscreen, the blue panner, Dropdown bread clum and so on) but i couldnt find the three ponits,  if i can find the tag for this one then i can change the icon path to another one instead
of spcommon

Similar Messages

  • SharePoint "Change the Look" Only Shows a List

    Hi,
    I would like to change the look of my sharepoint 2013 site. When I click the gear->Change the Look. I get a screen that only shows the filenames of the different templates - no thumbnails or way to select a new template to apply to my site. I would post
    a screenshot, but the forum won't let me for some reason.
    What am I doing wrong here? I have tried creating a new site collection and changing the look there but I get the same screen. Any help would be appreciated.
    Thanks!

    Hi Smeyer,
    Thanks for your question, Kindly find the steps in below mentioned URL to change the look and feel of your SharePoint 2013 site.
    http://bniaulin.wordpress.com/2012/12/16/step-by-step-create-a-sharepoint-2013-composed-look/
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Error when trying to change the look of a site collection

    Hello everyone!
    I have a single-server on-premise installation of SharePoint 2013 and I noticed that you can change the way fonts, colors etc. are used on a site collection by selecting "Change the look" from the site settings. However when I browse the page I
    get an empty page with the spinner on the right just going in circles.
    The browser log displays an error from _layouts/15/designgallery.js with this message:
    SyntaxError: JSON.parse: unexpected character
    The file is minified so unfortunately it does not tell me much more. However I also noticed a call to the webservice at /_layouts/15/designdata.ashx?hashcode=-1638098219&lcid=1033. Although this call returned a http 200 response the page turned out to
    be the "Sorry, something went wrong"-page with a correlation id as well. Looking up the correlation id in the trace log I found this unexpected error
    Application error when access /_layouts/15/designdata.ashx, Error=Object reference not set to an instance of an object.
    at Microsoft.SharePoint.Utilities.ThemeFontFace.Create(XPathNavigator xpnFontNode, XmlNamespaceManager nsm)
    at Microsoft.SharePoint.Utilities.ThemeFont.Populate()
    at Microsoft.SharePoint.Utilities.SPFont.Initialize(Stream stream)
    at Microsoft.SharePoint.Utilities.SPFont.Open(SPFile file, Boolean readPublishedVersion)
    at Microsoft.SharePoint.Utilities.SPFont.GetFontSchemesFromFolder(SPWeb themesWeb, String folderUrl)
    at Microsoft.SharePoint.Utilities.SPFont.GetFontSchemesFromFolder(SPSite site, String strThemeFolder)
    at Microsoft.SharePoint.ApplicationPages.DesignDataDownloadHandler.GenerateFontSchemeData()
    at Microsoft.SharePoint.ApplicationPages.DesignDataDownloadHandler.ProcessRequest(HttpContext context)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Has anyone encountered this error before or knows what the issue might be? I suspect that this error prevents me from changing the look of the site collection.

    Hi,
    According to your post, my understanding is that the “Change the look” page displayed blank, and it still shown working on it.
    This issue is always related to system requirenment. Did your environment fit for the hardware and software requirements for SharePoint ?
    You can check with the following article:
    http://technet.microsoft.com/en-us/library/cc262485.aspx
    Did the issue occur in other site collection or web application?
    You can refresh the page or reopen the page to check whether it loading.
    Did you find any error or unexpected occurred in the ULS log or event log?
    For SharePoint 2013, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    Thanks & Regards,
    Jason 
    Jason Guo
    TechNet Community Support

  • Composed looks / Change the look themes are missing when creating site from saved template

    Hi,
    I found an issue when save you own site template and then want to create a new site from that template the "Change the Look" themes are missing and if you go to site settings, Comosed looks where the themes are stored is empty! Anyone else has
    the same experience? Any workaround for this?
    regards
    Martin

    I've just seen this exact problem on a SharePoint 2013 farm as well this morning, but have managed to fix the blank "Composed Looks" list issue, although am still working on the "Change the look" wizard pages.
    Edit: found a fix for this too now. See my next post below.
    It appears that the process of saving a site as a template and then creating a new site from that template causes the original XsltListViewWebPart used to display the default view of the "Composed Looks" list, to be replaced with a ListViewWebPart,
    which appears to be broken.
    Edit: have also seen this behaviour on sites created from the built-in templates but haven't determined exactly whether this is a bug. ULS logs never show any errors when this occurs so it appears to be "by-design". Ugh.
    There may be a tidier way to fix this, but for now, I used SharePoint Designer 2013 to copy an XsltListViewWebPart from a working "Composed Looks" list, AllItems.aspx page and replaced the ListViewWebPart in the broken Composed Looks list, AllItems.aspx
    page with it. There is also some additional post copy-paste tidy up to do on the pasted-in XsltListViewWebPart HTML to get it to work within the context of the site it is now in as it will contain GUIDs and URLs that are only relevant within the site
    that you copied it from and these need to be replaced with the GUIDs/URLs from the replaced ListViewWebPart - paste it in a notepad session before deleting/overwriting it so you can grab those bits.
    I'll write a more detailed step-by-step if anyone wants it, but this doesn't seem to fix the broken "Change the Look" wizard still, only the "Composed Looks" list default view. I'll look into that now and post back more complete solution if I can
    find a fix.
    Edit: Found a fix. see my next post below.
    Edit Edit: One more thing - on some Composed Looks lists we are seeing empty lists once the default view webPart is fixed up. To correct this, you can copy selected Composed Looks from a working site with a full set.
    Before you do that, edit the default view in both the source and destination Composed Looks lists and include the Title field as it is a required field.
    Then, you can use Datasheet View (just click the edit list link to put it in Datasheet View mode) to bulk copy/paste Composed Looks between the source and destination lists.
    Do a little post-paste tidy up on the URLs as above to make sure that they are correct for their new location and then click on over to your Change the Look wizard.
    You should see all of your Composed Looks displayed nicely on the page.
    Note that the Current Look might not represent the sites actual appearance as it's settings will reflect the source sites appearance, but you can tweak it with the Wizard now.
    Regards,
    Glenn
    Can you confirm your sharepoint patch level?

  • Change the look error in sharepoint 2013

    hi
    i want to change the Them of my site.
    go to Site Setting > Change the look and choice the them and click on
    Try it out link
    t
    but i get this error:
    what am i do?

    Can you please paste your log information over here?
    Sekar - Our life is short, so help others in their growth Whenever you see a reply and if you think is helpful, click
    Vote As Helpful And whenever you see a reply being an answer to the question of the thread, click
    Mark As Answer

  • Custom Masterpage throws error in "Change the Look"

    I created a custom master page based on the "Oslo" look in SP2013.  The master page applies to sites just fine.  However, when I try to use the "Change the Look" dialog in the site settings, the process hangs.  I looked
    at the script error console and found that it was looking for a missing div with the id "ms-designbuilder-cuicontainer." (The actual error
    says "Unable to get property 'appendChild' of undefined or null reference in designgallery.js." I did a stack trace to find out what the null element was).  
    I don't see this div in any of the standard SharePoint master page html files, so I am wondering if there is a SharePoint snippet which generates
    this div.  I get the same error when I use the standard Oslo master page, but not with the Seattle master page.  Any assistance you can provide would be greatly appreciated.

    I decided to just make my custom master page work from the Seattle master page.  The Oslo master page appears to be broken for other users as well.

  • Change the look after creating own composed look.

    I have recently been introduced to Sharepoint 2013, i have used the sharepoint palette download to change set colours in an .spcolor file. I have uploaded these and all worked fine however I now dont seem to be able to change the look it just hangs and when
    clicking Try this out i get an error message.
    I am using Oslo if that makes difference.
    I even tried just altered the .spcolor file and replaced it in the Themes folder 15. When I go to change the look the current theme shows the updates in the small preview thumbnail however the page does not.
    Does anyone know if this error is becasue ive uploaded my own .spcolor?

    I shouldn' think so.  I've not looked at the Palette creator tool for a few months but I'd assume that all it outputs is a file containing hex references matching your choices.
    Does your deployment do this in site collection that doesn't have your custom palette?
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Changing the Look (Composed Looks) Hangs

    Everytime I try to change the look to a different Composed Look, the session hangs.  It doesn't appear that the look is ever changed.
    Are there any known issues with this?

    What version of SP are you using specifically?  Also, when you change the look there's some work that happens behind the scenes -- how long are you waiting?
    Also, is the URL for the site set as a trusted site (assuming you are using IE)?
    John Ross
    SharePoint Server MVP | Sr. Consultant Rackspace:
    SharePoint Consulting
    Blog: http://johnrossjr.wordpress.com
    Twitter: @JohnRossJr
    SharePoint 2013 Branding and User Interface Design
    Professional SharePoint 2010 Branding and User Interface Design (Wrox Programmer to Programmer)

  • How can I change the look of URL Icons?

    I have created several web site URL shortcuts and put them in my Dock (actually I just drug the web site URL's to my Dock, Apple crated the ability for me to do so).  I have a iMac desktop, with OS X Mavericks 10.9.1.
    My question is:  Is there any way to change the look of the icons for the URLs that I have in my dock? (so far I have 5).  They all look the same, an @ sign on top of a pedestal with a spring.  I would like to at least change the face of the icon, the @ sign, to a picture of my choosing that would enable me to tell the difference of each one at a glance rather than having to slide my mouse pointer over each one to get the name of the web site to pop up. 
    Below is a picture of three of the icons on my dock.  As you can see they all look the same, almost like the "Contacts" icon which is an @ sign on a book cover.
    Best regards and still looking for clues  and answers,
    Peohguy

    Your post helped me a lot.  After all of the dust cleared and after sorting through all of the answers, the post(s) that solved my problem were from Kenichi Watanabe.  However, I did have to go through all of Kenichi's posts to get the complete method that worked.  Some of the other posts were difficult for me to comprehend and did not seem to work for me.  I probably didn't do them like the writer's intended?   Again thanks for taking the time to read my question and dig through your memory bank to come up with the thread that helped.
    Best regards,
    Peohguy

  • Mysites 'change the look' back to default

    Hi -
    I recently attempted to change the look of mysites in our environment.  This worked, however it removed the person image from the upper left hand corner.  I would like to 'undo' this change, but can't seem to figure out how.  I would like
    mysites to be back to the original masterpage before I changed it.
    Thanks,
    Jesse
    Jesse A. Brandenburg

    I will be safe and will select "Reset all pages in this site to site definition version"
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Can we change the look and feel of the screen layout

    Dear All,
    I am new to ABAP WebDynpro, and would like to know the following with respect to ABAP WebDynpro :
    1. To what extent can we change the look and feel of the screen layout ?
    2. Is it possible to change the background color of the layout?
    3. Is it possible to change the color of, Buttons etc ?
    Any information / document/ link to explain this would be very helpful ..
    Thanks in advance,
    Aditi

    Hi,
    Psl check out these links.
    check out these webdynpro standard components in SE80 tcode -
    WDR_TEST_UI_ELEMENTS
    check out this link on webdynpro for ABAP-
    http://help.sap.com/saphelp_nw70/helpdata/EN/03/0048413e466e24e10000000a155106/frameset.htm-WD for ABAP
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/9319f88f8115ebe10000000a114a6b/frameset.htm -UI elements
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/9319f88f8115ebe10000000a114a6b/frameset.htm-Button Properties
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/9319f88f8115ebe10000000a114a6b/frameset.htm- For different Layouts
    Regards
    Lekha

  • How to change the look and feel for Heading of quick launch menu in project server 2010

    Hi
    can someone tell me how to change the look and feel of Header names in quick launch.
    I want the header to be displayed in Bold with Underline to it.
    could this be possible for just header in quick launch in project server 2010. 

    Hi Rohan
    It does not work this way. You have to use a content editor webpart.
    See references below that might help you starting with this customisation:
    Http://go4answers.webhost4life.com/Example/sharepoint-2010-quick-launch-look-feel-78379.aspx
    Http://m.sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Edit templates and change the look and feel of apex UI

    Hi Friends,
    I am trying to change the look and feel of apex pages(change the alignment,color etc) and try to edit the template
    of apex pages. Please give me links or tutorials that helps to accomplish this,
    Thanks,
    Tj

    Hello Tj,
    You can spend some time on how to create your own Template, but it comes down to design your site in html and then break it into pieces and change the Templates in APEX with that html.
    In that html you use tags e.g. #BOX_BODY# to tell APEX where the forms and reports need to come.
    In the doc there are some explanations too: http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/themes.htm#BABBFHJA
    I think the best method is to just try it. Sure we give a course on that too, so it's up to you if you need training on that or the doc/your tries are sufficient or not.
    Once you know how things work you can do pretty much everything.
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/

  • How can i change the sequence of text element in standard driver program ?

    Hi,
    can u tell me how can i change the sequence of text element in standard  sapscript driver program.. without making a zcopy of standard driver program.
    My problem is when MEDRUCK form is getting printed for PO print , header text is coming before item. But the requirement is to come it after item.So how cani do that without making the zcopy of  SAPLMEDRUCK program..Is there any enhancement point in SAPLMEDRUCK driver program..where i can put my customise code for changing the sequence of text element ?

    Hi,
        Just copy the MEDRUCK to ZMEDRUCK. No need to copy the driver program.
    1) SE71Menu > Utilities > COpy from Client
    MEDRUCK ->>Client 000
    New formname ZMEDRUCK
    2) Now open the ZMEDRUCK in DE language in SE71
    3) Menu > Utilities > Convert original Language
    Change DE  to EN, save and activate
    4) Now open the ZMEDRUCK in EN language
    5) Goto Pagewindows > Main window,
    Look for the HEADER text Text element, copy the whole code under this Text element just after the ITEM text Text element, and comment the HEADER text above.
    Now the Header text Text element will be below ITEM text only. This will full fill your requirment.
    Now goto NACE transaction and add the copied ZMEDRUCK to the EF application.
    Regards
    Bala Krishna

  • I hate white text on black background - is there any way to change the look of pse9?

    I hate white text on black background - is there any way to change the look of pse9?

    I agree and very disappointed with the look of this Photoshop elements 9 screen

Maybe you are looking for

  • What is the best  media for long-term video storage?

    I will be loading several MiniDV tapes into my Mac and want to store the video long-term (in a safe-deposit box). These are going to be home movies with some digital photos or scans as well. I am curious what folks believe is the best medium for this

  • Find my Lost Mac

    I lost half a year ago, MacBook Pro 2011 but given that the program was installed Find my mAc, I blocked him and put a notice in case finding. Today I received a notice that I found it and I saw that he was in the house which is a kilometer from the

  • How/where do icloud synced Pages docs get filed in other devices?

    I guess that's my question in a nutshell.. I have several devices with all sorts of different files and filing systems... If I want to sync a modified Pages doc that, for instance, is duplicated across several files on my mac, would they ALL be modif

  • Code using PreparedStatement.executeUpdate failing in stress test

    Hello, I've just recently learned how to use J-Meter and have been performing tests on my programs. One of which performs the following: 1. Read user data using a simple SELECT password FROM users where userid = 'xxx' 2. When authenticated, runs an i

  • E Mailing Multiple images

    I have set up an e-mail preset but I can only get Lightroom to attach one image to my mail. Am I missing something? Thanks Nick www.nickridley.com