Hey Theweblady,
I will go over your questions in the same order:
1). This is not envisaged via the back-end, because usability principles dictate that the user should know which part of the site she is on. However, it can be done by removing lines 11-17 of the theme’s “category.php” template file.
2). Following the same principles (the user should distinguish between a post and a static page), there is no back-end option for adding the pencil icon to the pages; you can achieve that by customizing “page.php” and “page-**.php” template files, based on the code found on lines 10-15 of the “single.php” template.
3). The posts in Fuji do not have full-width templates; you can achieve a full-width post by removing line 56 of the “single.php” template, and adding some custom CSS:
.single-post #content, .single-post .featured-thumbnail { width: 100% !important; } .single-post .featured-thumbnail img { max-width: 100% !important; }
Sincerely,
Andrii / Satori Studio