Forum Replies Created
-
Hi Syahir,
that doesn’t quite achieve what I wanted… I want to use your top level menu i.e. display menu of pages but I also want to add another item to the end of this menu with a dropdown menu of links. Is that possible without a lot of programming?
Actually it was a 32 by 32 icon, and it displayed correctly in IE but Firefox displayed it as a 16 by 16 – weird!!
Anyway, I downloaded the .png and it works in both browsers – so many thanks!
Thanks Syahir – there is something wrong with the way that Firefox displays this icon… it appears tiny. IE9 seems to show it correctly.
Take a look at my site – it is the icon next to the Facebook icon in the top left corner.
Any ideas on how to resolve this?
Love the rest of your work though!!!
Damn – just beat me to it…
Donna – download firebug and use it with Firefox (never been a fireox fan until now!) it will save you hours!
I just tried a few edits on my site and I think this should sort out the dark text around your author
.post-meta {
color: #ffff;
}Unfortunately, I’m pretty new at this too and have no idea what half of the code does but it’s easier than fighting with Dreamweaver!!
Donna,
I had problems with the Date – I think it was these lines that I changed in the end:
.post .date p {
color: #e3e3e3;
display: inline;
font: normal 12px tahoma;
line-height: 22px;
}
.post .date p span {
color: #2c2b2b;
font-size: 18px;
}
.post .date p span.year {
color: #2c2b2b;
font-size: 11px;
font-weight: bold;
}and I think the bottom bits on my page were sorted with the following lines:
#footer {
background: #1d1b1b;
}
#sidebar_bottom {
background: #000;
}Not sure if that’s what you were after but it should point you in the right direction… the blind leading the blind?
Why thanks Ken – very kind… but I only implemented the colours not the design!!!
Hmmm – is no one else having this problem then?
H E L P !!
Hi Ken,
I’ve managed to figure it out even though I don’t fully understand the html. This is my child-theme stylesheet now:
/*
Theme Name: GrapheneChild
Theme URI: http://example.com/
Description: This is my child theme for the Graphene theme
Author: Daran Rowlands
Author URI: http://www.unlimited-networks.com
Template: graphene
Version: 1.0
*/
@import url("../graphene/style.css");
.post .date p span.year {
color: #fff;
}
.post-meta {
color: #fff;
}
#comments {
background: #000;
}
#commentform {
background-color: #1d1b1b;
}
#comments ol li.comment.depth-1, #comments ol li.pingback.depth-1, #comments ol li.trackback.depth-1 {
background: #6C7070;
}
#comments .children li.bypostauthor, #comments li.bypostauthor li.comment {
background: #7C807F;
}
#comments p.commentmetadata {
color: #fff;
}
#post .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .comment-entry h1, .comment-entry h2, .comment-entry h3, .comment-entry h4, .comment-entry h5, .comment-entry h6 {
color: #fff;
}
#footer {
background: #1d1b1b;
}
#sidebar_bottom {
background: #000;
}I’m not sure if this is good or bad code but it seems to do the trick… check out here:
http://southernfreestyle.co.uk/contact-us/
Any comments on the website are welcome by the way!!!
Actually – hold that last comment as I tried adding the code into the child theme’s style.css as below and it doesn’t have any effect
/*
Theme Name: GrapheneChild
Theme URI: http://example.com/
Description: This is my child theme for the Graphene theme
Author: Daran Rowlands
Author URI: http://www.unlimited-networks.com
Template: graphene
Version: 1.0
*/
@import url("../graphene/style.css");
#footer {
background: #000;
}
#comments_list, #respond {
background: #000;
color: #fff;
}Any ideas?
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
