Hey fbpostvacancy,
How are you doing today?
It’s definitely never late unless you’re training to be a Jedi, even then there were cases where this worked too 😛
Related to your question unless your theme offers some options to change colors you can do this with custom CSS.
It would also depend on what exactly are you looking to change, could you please post link to one of your single post pages and let me know what exactly you want to change color to and I’ll be happy to help 🙂
Cheers,
Bojan
Hi Bojan,
thanks for your concern. Actually I want to change the color of the post. Please chk this link.
http://www.thepostvacancy.com/2015/12/vacancy-sales-girls/
Thank You
i don’t think you can unless added them manually. btw you want to change the post content color or the text color?? try something like this, add them to theme option->custom css
.postid-382 .post-content { color:#cc0000; }
Wow Richie,
Thats magic for me. Now I have changed the colors of the all post to my own. What if I have to change the color of the categories?
http://www.thepostvacancy.com/ —–> Look for Job Categories at Right
Can you please suggest me to make this site more beautiful and professional too?
Thank You very much.
again you need to check the class or id of the container and add your custom css. i cannot guide you on every step of customization of the site.
in this case, try add this to custom css
#categories-2 h3.widget-title { border-bottom: 5px solid #cc0000; color:#cc0000;}
Hi Richie,
Thanks for your continued support. And everything is working. Learning much. One more thing, my page has unnecessary gaps which made the site look so ugly. I could not see the option for this omewhere.
I have attached the screenshot for that too. Please suggest the changes.
http://www.thepostvacancy.com/wp-content/uploads/2015/12/Screenshot-1.png
Thank You
the google ad is not showing in footer one widget.
Hi Richie,
Thank you for those miraculous tips. everything is working fine. I have one more concern. I am trying to create number of pages and add related posts to the related page. I think this is not allowed. Whatever we post becomes available in in the main page only. So if I need to manage posts and pages according to their relation, how can i achieve this. For example: ABC posts goes to ABC page, XYZ post goes XYZ post, while ABC and XYZ posts are now at the root page. Please help.
Thank You
not something the theme had. need custom query.