Okay
  Public Ticket #2801196
Metadata, Comment Field and Button Color
Closed

Comments

  • iamthelab started the conversation

    How do I change the color of the white box where 'No Comments' appears? It's the only part of the page that isn't the background color? Also, the placeholder text and the submit button: how do I edit those colors? I've tried all the global settings and the customizer, to no avail. Lastly, how do I remove the metadata for the post that appears in the header? 

  •  933
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Can you please add the following code at Appearance > Customize > Additional CSS?

    /* Comment Fields */
    .o-comments__form__inputs input {
        border-color: #FFF !important;
    }
    .o-comments__form__inputs input::placeholder {
        color: #FFF !important;
    }
    /* Comment Button */
    .o-comments .comment-respond .comment-form .o-comments__form__submit input {
        border-color: #FFF !important;
        color: #FFF !important;
    }
    /* Meda Data */
    .p-blog-single .o-blog-post__meta {
        display: none;
    

    Feel free to ask for anything you need.

    Kind Regards


  • iamthelab replied

    Thanks! Almost there. The white box is still there and the line for the comment area is black. The white box should be #2b2f33 and the black line white.

  •  933
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on, make sure to click on private reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   iamthelab replied privately
  •  933
    Neuron replied

    Hi,

    I've just updated some code that you've added at Appearance > Customize > Additional CSS, can you take a look at it?

    Feel free to ask for anything you need.

    Kind Regards


  • iamthelab replied

    Perfect! That looks good. I hope you like what I've done to your theme :)

  •  933
    Neuron replied

    Honestly, your website looks very goodsmile.png

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes