I am using a Link button web part.I want to change the font color of link in inline styling.Currently it is taking default font color.Can you please help.
Hi,
why don't you use Link CSS class? This is much better then inline style, also more SEO friendly.
If you want to use inline styles for this control you will need to customize webpart and extend properties.
If you don't want to use what Petar suggested, and you still insist on inline styling, you can create a webpart layout in the UI and do your inline styling there. I prefer a CSS Class
Thanks Petar and Brenden .I am using the same.
Please, sign in to be able to submit a new answer.