I'm currently using the Weston Blue theme on a paid account. I tried to tweak the graphics and such by copying the theme specific stylesheet and hosting it on my server but it didn't seem to work. Is there a different way I'm supposed to go about this with the Expressive layouts
(
Read more... )
Comments 17
For the other two, edit your user layer for the theme (I'm assuming you have one) and add the following:
set sidebar_primary = [
[ "userprofile", "Profile", "1", "1" ],
[ "links", "Links" ],
[ "archive", "Page Summary" ],
[ "syndicate", "Syndicate" ],
[ "poweredby" ],
[ "customtext", "Custom Text Title", "This is your free text space, put what you want here, cannot use HTML..." ]
];
You can change the order around, too, if you want. Save & compile.
Reply
Thanks!!! :D
Also, is there a way that I can switch tags for memories on the side bar?
Reply
Memories can't be shown because they aren't hooked into the style system at all.
Reply
Reply
You can also hide this stuff using CSS, if you'd like to try that:
.calendar-widget, .categories-widget { display: none; }
2) I haven't looked into that yet. I may comment back later.
3) The stylesheet makes the title font size to be 36px. You can modify it using the following (change the 36px to your preferred size):
#header-name { font-size: 36px; }
You can do 1) and 3) in the Custom CSS section of your Custom Options.
Reply
Reply
if you want to use HTML, copy the layer source and put it in your own top-level layout, then find the function print_module_customtext and just above the line close_module();, add these two lines:
"""
""";
between these two lines, you can add all your wonderful custom text/images in HTML. enjoy =)
Reply
I've created a custom theme layer (7271327) and attempted to paste the Expressive source into it, but that breaks the compiler. What am I doing wrong?
Reply
Leave a comment