newbiea
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mission News] Change 404 Page (mobile)Perfect. Thanks!
Forum: Themes and Templates
In reply to: [Mission News] Change Pages Link Color In Mobile MenuFound the answer:
@media all and (max-width: 50em) {
.menu-primary-items a,
.menu-primary-items a:link,
.menu-primary-items a:visited,
.menu-unset a,
.menu-unset a:link,
.menu-unset a:visited {
color: #f2f2f2;
}
}Forum: Themes and Templates
In reply to: [SMNTCS Retro] Remove Comments AreaFound it in comments.php
print( ‘<hr>’ );
😀
Forum: Themes and Templates
In reply to: [SMNTCS Retro] Next post/Prev post linksI cant see this on the homepage? maybe something you can look at?
Forum: Themes and Templates
In reply to: [SMNTCS Retro] Change Date TextUpdate.
I use the plugin “real-time find and replace” to solve this.Forum: Themes and Templates
In reply to: [Arke] Change Blog Post ArrowsHehe, it was first time I tryed to change functions.php 🙂
Maybe in the next theme update you can consider to move older post to the right and new post to the left. All blogs I have read has been that way.
Cheers.
Forum: Themes and Templates
In reply to: [Arke] Change Blog Post ArrowsI tryed to remove larr and rarr from functions.php but nothing happen?
I got a message: Syntax error unexpected T_string expection.