New Front EN › Support Forums › Kanso Theme Support › logo and portfolio › Reply To: logo and portfolio
Hey Jay,
please find my comments below:
1a). There’s a setting in the “Page Elements” tab to remove this data for portfolio projects; classic blog posts were meant to always display the meta information. However, it is quite easy to remove them using some custom CSS: please try inserting this code into the “Style: Add Custom CSS” tab of the Theme Options panel –
.post-meta { display: none; }
1b). The code above will remove all meta information from all parts of the website ;)
2). There are two ways: you can either use custom CSS (in the same way as described in 1):
.widget-sidebar { display: none; }
– or edit the theme’s “sidebar.php” file, removing line 6 (which starts with “
“).
Let me know if you need further instructions or have troubles implementing any of the above!
Sincerely,
Andrii / Satori Studio