Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1274704
    onefoursix
    Participant

    re: 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 then

    #1274725
    Rupok
    Member

    Hi 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.

    #1274779
    onefoursix
    Participant

    #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?

    #1274785
    Thai
    Moderator

    Hi There,

    For #3, please add the following CSS:

    h3#reply-title {
        display: none;
    }

    Hope it helps 🙂

  • <script> jQuery(function($){ $("#no-reply-1274704 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>