Tagged: x
-
AuthorPosts
-
November 29, 2016 at 8:50 am #1274704
onefoursixParticipantre: http://146test2.co.uk/pst/services
1- The buttons in the 2 blue bars I need to be white outline and text please
2- Same as above but on the case studies page
3 – when you click on one of the case studies (http://146test2.co.uk/pst/case-studies/case-study-1/) is there a way to remove the “leave a reply” bit please
4 – staying on one of the case studies page – is there a way to apply a blue background (#29235c) behind the contact form. We will need the contact form text itself to be white thenNovember 29, 2016 at 9:11 am #1274725
RupokMemberHi there,
Thanks for writing in!
#1 & #2. Let’s add a custom class (say my-custom-btn) to those button and add this under Custom > CSS in the Customizer.
.x-btn.my-custom-btn { border-color: #fff; color: #fff; }#3. Let’s disable comments for the posts to get rid of this.
#4. You can add this under Custom > CSS in the Customizer.
.x-sidebar .wpcf7 { background-color: #29235c; padding: 10px; text-shadow: none; } .x-sidebar .wpcf7-form label, .x-sidebar .wpcf7-form label span { color: #fff !important; }Hope this helps.
November 29, 2016 at 10:03 am #1274779
onefoursixParticipant#3. Let’s disable comments for the posts to get rid of this.
^^^ Where…? I ahve done this already in the “discussion” area. Am I missed something here?
November 29, 2016 at 10:06 am #1274785
ThaiModeratorHi There,
For #3, please add the following CSS:
h3#reply-title { display: none; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1274704 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
