-
AuthorPosts
-
August 1, 2014 at 1:16 pm #298710
Hi,
Calling out for the awesome helpers I see on these forums, you do great work. And now I need you too!
My website http://www.angles.co.nz is coming along nice and clean but some things I need help with, to:
1. Make the header border (thick black line) 1210px wide rather than full screen
2. Get rid of the ‘comments’ and ‘categories’ meta breadcrumbs under the post title? Changing the blog settings only works for when you click into the blog post page, but doesn’t work on the home page which is static with the blog embedded.
3. Change font sizes (header/blog post title on home page). CSS that I found on the forums didn’t have any effect.
4. Have an image thumbnail appear next to ‘Recent Posts’ on the home page of the first image in that post?
5. Last but not least, rather than being able to click into a blog post’s page, I’d like to have all blog posts to appear only on the home page, not go into it’s own page. And can the side arrows show on the home page?Thanks heaps guys! any help is much appreciated.
Josh
- This topic was modified 10 years, 3 months ago by nzjosh.
August 2, 2014 at 3:19 am #299057Hey nzjosh!
Thank you for using the theme.
1.)
2.) Add this on Quick CSS or custom.css:
span.post-meta-infos { display: none; }
3.) Use this for the blog title:
#top .flex_column .template-blog .post-title { font-size: 30px; }
4.) You need to add featured images on the posts.
5.) Please edit the home page then configure the Blog Posts element. Set the Blog Content length to show the Full Content. Unfortunately, you can’t add side arrows but you can enable the pagination.
Cheers!
IsmaelAugust 2, 2014 at 5:40 am #299081Thanks Ismael. I wish i knew the codes!
Is it possible to increase the side of the blog combo widget? It’s really small.
Also i just noticed the featured image has smaller radius corners dissimiliar to the content images. In the quick CSS i’m using: img{border-radius: 15px;}
Cheers
Josh- This reply was modified 10 years, 3 months ago by nzjosh.
August 4, 2014 at 11:53 am #299610Hi,
Can anyone help with the couple of Q’s above please?
Cheers
JoshAugust 4, 2014 at 10:57 pm #299890Hey!
Add this to the Quick CSS:
.inner_sidebar { margin-left: 0px !important; }
Change your border-radius code:
img{border-radius: 15px !important;}
Cheers!
JosueAugust 4, 2014 at 11:47 pm #299911Thank you Josue! Image borders all good now. Looks like I made a typo on one of the questions, I meant increase the SIZE of the blog combo widget. Is that possible?
August 4, 2014 at 11:58 pm #299919Add this too:
.avia_combo_widget .tab, .avia_combo_widget .news-headline{ font-size: 14px; } .avia_combo_widget .tab_content li{ padding-top: 20px !important; } .inner_sidebar.extralight-border { margin-left: 0; }
August 5, 2014 at 12:03 am #299921I pasted that into Quick CSS but there were no changes to the widget??
August 5, 2014 at 1:39 am #299944Hi!
I’m not seeing the code being added here:
http://angles.co.nz/wp-content/uploads/dynamic_avia/enfold.cssCan you please create me an administrator account? post it here as a private reply.
Best regards,
JosueAugust 5, 2014 at 2:28 am #299961This reply has been marked as private.August 5, 2014 at 3:04 am #299980Review your site now.
August 5, 2014 at 3:12 am #299982That’s great Josue cheers mate. One last thing, how to change widget font colour for titles, and padding between blog links?
August 5, 2014 at 3:28 am #299988Add this:
.avia_combo_widget .news-headline{ color: blue !important; } .avia_combo_widget .tab_content li{ padding-top: 30px !important; }
Modify as needed.
August 5, 2014 at 3:40 am #299999Thanks so much Josue, awesome support.
August 5, 2014 at 3:41 am #300001You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘A few questions for a simple blog’ is closed to new replies.