You guys have been great! But just a few more things to sort before I open my blog?
missgemmalou.blogspot.com
I have set my blog to open a pop up when clicking on the comments section. But when you click on the time of the post or the post title, it takes you to a seperate page with the comments. Can I remove this so just the pop up appears?
If not how can I reduce the size of the '0 comments' text, and change the colour of the post title when on the comment section?
Also, Im trying to change the margin between my posts, I have done this before and it worked fine, but when I try and change it again, its not changing?
Im scrolling down to this:
.post {
margin: 0 0 15px 0;
}
But changing it doesn't change anything anymore? Please help. Thanks.
If not how can I reduce the size of the '0 comments' text, and change the colour of the post title when on the comment section?
if your talking about this comment size (show in picture), you have to search for .total and change font-size: 100%; to font-size: 90%; in 1250708095-comment_popup_bundle.css if you can find that file
I think your talking about the other one, let me get that. you put both on one line in your question, but I think you meant two different locations. Sorry all these pictures and stuff takes time
-----
if your talking about the other one (Talking about the little 2 comments?)
you should add it to 1135444933-widget_css_2_bundle.css if you can find it
okay so I'm pretty mixed up now since you have two comments sections. If you could provide some pictures as to which titles your talking about that would help.
for the popup window, my best guess is that there is a php generated postID, I was able to get the popup to work, but it doesn't matter, because the ID is wrong. You can try to post this question in the javascript forum, though I believe this is a php problem, in which I cannot see (php files are hidden for security purposes). Best bet is javascript forum first
h3.post-title, .comments h4 {
font-size: 20px !important;
}
that should change both the title (h3.post-title) and comments size (.comments h4). you could also change them individually.
h3.post-title { font-size: 16px !important; } .comments h4 { font-size: 42px !important; }
---
going to the main question in your op, try posting the pop up question in the javascript forum, though I'm pretty sure its a php problem in which cannot be solved without someone going into your files
Im looking to change the post titles to a non link. But keep the colour the titles are now.
Also the bottom box of my posts, the grey box, how do I make the two lines of text 'Posted by' and 'Labels' slightly closer together? And still have the grey box the same?
Any chance of keeping the timestamp but making it a non-link?
Just these few things now and I think thats it! Its exciting.
Last edited by GemmaLou; 08-15-2011 at 09:37 AM..
Reason: More Info
I think you deleted some stuff, possibly some stuff in the db. Like I said in my previous post, content seems to be changing. I'm not able to see much, other than 1 post with 0 comments