GetStamped
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: Transparent header image with Catch box themeThe .png file is transparent when used in other programs but shows with a white back ground when used as the header.
So I am guessing somewhere the theme is adding the back ground.
Has anyone had any success doing this?
Thanks
Forum: Themes and Templates
In reply to: Full page width header in catch box themeForum: Themes and Templates
In reply to: How to remove open space above header in catch boxfigured it out… But if anyone else wants to do the same:
body { padding-top: 2em; }Change the 2 of the 2em to something else, 0 for no space, or anywhere in between.
Forum: Themes and Templates
In reply to: How to change nav menu bar color in catch box themeThanks for your quick and accurate response, worked great on both issues.
I also wanted to change the hover color of the menu so I grabbed this piece of code and modified it to fit the colors I wanted:
#branding ul.menu li:hover > a, #branding ul.menu a:focus, #colophon #access-footer ul.menu a:hover, #colophon #access-footer ul.menu a:focus { background: linear-gradient(#7b1f0a, #501407) repeat scroll 0 0 transparent; }It worked but is that the correct way to do it or is there potential problems with browser types or anything else I am not aware of?
Again thanks for the help.
Viewing 4 replies - 1 through 4 (of 4 total)