Tagged: x
-
AuthorPosts
-
September 30, 2016 at 7:58 pm #1198024
fdcchiefParticipantI’m running into a couple of issues regarding the navbar and font.
1 – The ‘Home’ button on the navbar is no longer on the same line as the site name and title. How can I move that back up?
2 – I added a Google Font but it’s not the same font that Google Font’s show
September 30, 2016 at 7:59 pm #1198028
fdcchiefParticipantThis reply has been marked as private.September 30, 2016 at 11:11 pm #1198212
FriechModeratorHi There,
Thanks for writing in! Update your site-tagline CSS code to this:
.site-tagline { color: black; font-family: 'Abril Fatface', cursive; font-style: normal; font-weight: 600; font-size: 42px; margin-top: 3.5px; text-transform: lowercase; float: left; }And add this on top of your child theme’s style.css file.
@import 'https://fonts.googleapis.com/css?family=Abril+Fatface';Hope it helps, Cheers!
October 1, 2016 at 10:22 am #1198552
fdcchiefParticipantIt worked good.
For some reason there now a section (.entry-title — it’s displaying ‘Home’) displaying. How can I get rid of that?
October 1, 2016 at 12:56 pm #1198648
ThaiModeratorHi There,
Please add the following CSS:
.home header.entry-header { display: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1198024 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
