Tagged: x
-
AuthorPosts
-
October 7, 2016 at 12:00 pm #1207005
ahurlburt53ParticipantI do I remove the default icons
trying to make website look like this http://arizdavid.com/blog/
website
http://647.aaf.myftpupload.com/screen shot
http://i.imgur.com/Xi3QH9h.pngOctober 7, 2016 at 1:47 pm #1207156
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.entry-title:before { display: none; }Hope that helps
Joao
October 8, 2016 at 4:56 am #1207840
ahurlburt53Participantty. Now I would like the blog title background to be blue. Please refer o screen shot
October 8, 2016 at 6:16 am #1207897
ThaiModeratorHi There,
Please add the following CSS:
/* blue background */ .blog header.x-header-landmark { background: #2ea3f2; } /* white text */ .blog h1.h-landmark { color: #fff; }Hope it helps 🙂
October 8, 2016 at 6:34 am #1207914
ahurlburt53Participantwow tytytytytyt, X support is amazing
please help in changing site wide blue background. especially for category archive
October 8, 2016 at 7:41 am #1207946
ThaiModeratorPlease update the previous CSS a bit:
/* blue background */ .blog header.x-header-landmark, .category header.x-header-landmark { background: #2ea3f2; } /* white text */ .blog h1.h-landmark, .category h1.h-landmark { color: #fff; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1207005 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
