Hello, I created a page (Blog) and assigned it as the post page under settings. However, when i post it doesn't go under that page. When i click the blog page it takes me back to the homepage
Hi, Greetings from InkThemes, I would like to let you know that for the blog pages, you don't need to set anything under the settings. You just need to create a page and assign it the blog template from the option provided in the page editor section. You can have a look at the attached screenshot below. Next, to change the background color, just paste the code given below in Custom CSS section (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: body { background: #000; } Note:- Please change the color code accordingly. Hope this helps...! Thanks & Regards! Nitin InkThemes.com
Thank you for your reply. I was able to sort out both issues based on your recommendations. Best Regards
Hi, Hope you are doing good...! To remove the Read More button, just use the custom CSS code given below:- Code: .Portfolio .carousel-post-readmore a { display: none; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com