Tech Eh www.TechEh.ca

  • lawhat

    #2113

    Here is my site using the Graphene Theme. Thanks a lot for an awesome theme!

    Let me know what you guys think.

    http://www.TechEh.ca

    Anonymous

    #18743

    Very nice! Simple, yet elegant. Excellent choice of colors. I like the black widget backgrounds with the red “read more” buttons.

    You can make your “read more” buttons show different colors when a user mouses over. Insert something like this into your custom css:

    .block-button:hover {
    background: -moz-linear-gradient(#D1F8FE, #C4EDFC) repeat scroll 0 0 transparent;
    color: #0276FD;
    }

    Of course, you will need to change the colors to your liking. I just think it gives the user a slight, but measurable, increase of an “interactive” experience.

    Mod

    Kenneth John Odle

    #18744

    Good tip, Josh. I’ll use that on my bookblog, which I’m updating. Thanks.

    iholdfast

    #18745

    Thanks guys! I have made some changes. I think it looks pretty nice. Although I cant get a banner in the Header Widget Box to center. Its always left justified no matter what I put in the code.

    http://www.TechEh.ca

    Anonymous

    #18746

    All four banners in the widget area looked centered to me. I’m using Opera 11.52 and Firefox 7.0.1

    What browser are you using?

    iholdfast

    #18747

    Im talking about a HEADER widget. At the top of the page. I tried it a few times with no luck.

    Mod

    Kenneth John Odle

    #18748

    See this post for an example of how to format & use a header widget. A header widget really can be made to appear outside of the normal flow using this kind of styling. If you want something that fits in the flow of the page, you might want to try using an action hook.

    If you want to take a closer look at my CSS that I use to style a header widget (I use one bit of code for the widget itself and another for the content), you can see my child theme’s css here.

    Good luck!

    iholdfast

    #18749

    Thanks, I have made some changes. What do you think now?

Viewing 8 posts - 1 through 8 (of 8 total)

  • You must be logged in to reply to this topic.