Hello Enfold,
Thanks again for providing such an awesome theme to use, our clients are so happy with what they are seeing! :)
I have a couple questions based on our clients request:
Blog:
1. Can we reduce the white space in between each blog entry?
2. Is it possible to reduce the size of the featured images of each blog entry? or not having the images cropped?
http://beta.stratuscontactsolutions.com.php53-11.dfw1-1.websitetestlink.com/blog
Header:
1. Yigit was able to give me a code to change the colors for the social icons on Header. Now, the clients want those icons to be in their own individual color…how can I do that?
http://beta.stratuscontactsolutions.com.php53-11.dfw1-1.websitetestlink.com/
Submission form:
1. We would like to create application forms for jobs on our career page, I tried to use the contact forms, but it just does’t really go the way we want. Is there a better way you would suggest? or any plugins for that?
http://beta.stratuscontactsolutions.com.php53-11.dfw1-1.websitetestlink.com/pages/about-us/careers
Thank you so much!
Maggie
Hello,
I was able to find a submission form plugin. Still waiting for the Blog page and Social icons on header to be fixed. Please help!
Maggie
Hey!
Please add following code to Quick CSS
.blog .post_delimiter {
padding: 0;
}
.blog .big-preview.single-big img {
max-width: 20%;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #419cca;
}
#top #wrap_all .av-social-link-gplus a {
color: #fff;
background-color: #de5a49;
}
Best regards,
Yigit
Thank you so much!!