WP News Theme
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Just News] Can’t remove “Latest updates”I’m going to mark this thread as “resolved” for now, hope that’s ok. Please let me know if there are still any questions/issues.
Forum: Themes and Templates
In reply to: [Just News] Can’t remove “Latest updates”Hi @ardittoca,
Sorry for the late reply.
An alternative approach would be to use CSS. Please try adding this to your “Customize > Additional CSS” option:
section.blog-page { display: none; }Hope that helps. Please let me know if you have any questions.
Forum: Themes and Templates
In reply to: [Just News] Change Site Title Text ColorHi @lpaustia1,
Glad to hear you’ve figured it out.
P.S. Please note, if you are going to change the theme’s files directly, make sure you are using child theme, otherwise, all your changes will disappear on the theme update.
Forum: Themes and Templates
In reply to: [Just News] Change Site Title Text ColorP.S. You can also change it in “Customize > Colors > Header Text Color”, however, unlike the custom CSS I’ve posted earlier, it will also change the color of the site description text (right below the site title text).
Forum: Themes and Templates
In reply to: [Just News] Change Site Title Text ColorHi @lpaustia1,
Sorry for such a late reply.
You can change the site title color by adding custom CSS (e.g. in “Customize > Additional CSS”):
.site-title a { color: #ff0000 !important; }Hope that helps. Please let me know if you have any questions. And again sorry for the delay.