Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008089
    ugiorgi
    Participant

    I am trying to change the background color of the comment’s textbox. Today is white abd should be same color of my body color (#303030).

    Thank you,

    Ulisses

    #1008393
    John Ezra
    Member

    Hi Ulisses,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #1008901
    ugiorgi
    Participant

    Here: http://blog.pensoumudou.com.br/2016/05/23/quer-comprar-um-imovel-veja-nossa-1a-dica/

    The textbox I am talking is the one on the bottom on the page, below “Comentário”

    #1008952
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    textarea#comment {
        background-color: #303030;
        color: #fff;
    }

    Hope that helps.

    #1009376
    ugiorgi
    Participant

    That worked! Thank you so much!

    #1009507
    Jade
    Moderator

    You’re most welcome Ulisses.

    #1059884
    ngrhd
    Participant

    Hello there!

    A related question, how do I change the background opaque or add a container for Disqus since I’m using custom background?

    Thanks!

    #1059885
    ngrhd
    Participant
    This reply has been marked as private.
    #1059888
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    div#comments {
        background-color: rgba(255,255,255,0.7);
    }

    Hope that helps.

    #1060098
    ngrhd
    Participant

    Thanks that worked!

    Mind if I ask, is there any cheat sheet listing all specific CSS?
    Also is it possible to make it inside a nice container?

    #1060119
    Christian
    Moderator

    There’s no cheat sheet because you can inspect an element using a browser’s developer tools. See https://www.youtube.com/watch?v=dlQrFFwAC_A for a tutorial.

    That is technically possible however, that would require custom development which falls outside the scope of our support. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/

    Thank you for understanding.

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