The sidebar seems to work for me.
Thread Starter
thejoy
(@thejoy)
Here’s a link to my site: http://www.heartfulls.com
I used the CSS modifier plug-in in firefox to change the look and feel on a saved page. I changed the banner and the basic colors of the page to more of a pink/purple feel.
Thread Starter
thejoy
(@thejoy)
a {
color: #00009c;
text-decoration: none;
}
a:visited {
color: #ff0618;
}
a:hover {
color: #4a0189;
text-decoration: underline;
}
input, textarea {
background: #fde0ff;
border: #e4c8ff 1px solid;
Those are examples of the changes I made to the link color of the blog. I basically tweaked things like that throughout the stylesheet. I’m very new to this, so I’m not exactly sure what you’re asking me. Sorry.
Thread Starter
thejoy
(@thejoy)
I’m basically just trying to adjust the way the site looks. I made a new header image and changed the link colors and the box colors.