Adding a Custom CSS in Blog
Hi,
I want to change the look and feel of the Blog Module.I have written my own template for blog but I could not find how can I specify my own css file in blog file.There are a few tutorials available for this but all are for sitefinity 3.6 or 3.7. and I am not able to map these documents to sitefinity 4.0.
I have one more Question about Blog control. In Blog-post template we have a field author that is preceded by "by". I want to change this "by" to something else, but it is some what related to literal control that displays this information. how can I change this?
I would appreciate any help.
Thanks,
Mohit
Hello Mohit,
There are few ways to specify the CSS files for the blog template that you have created.
To remove the "by" word before the author's name just remove the line from your template:
<
asp:Literal
ID
=
"Literal2"
Text="<%$ Resources:Labels, By %>" runat="server" />