Okay
  Public Ticket #1403144
Comments Button Color
Closed

Comments

  •  2
    kurbelkiste started the conversation

    Hi, I'm using Kalium and I wonder how to change the background color of the "comment" Button in the blog section. By default it seems to be white but if your background is white too you'll not see the button (see attached screenshot). 

    Could you help me with this?

    Greets

  • [deleted] replied

    Hi kurbelkiste,

    Can you please write URL of this exact page please?

    Thanks!

  •  2
    kurbelkiste replied

    Hi Ylli,

    thank you for the quick answer! My site is in maintenance mode atm. But I found the same thing on your own Demo for the Template:

    https://demo.kaliumtheme.com/agency/fashions-fade-style-is-eternal/

    Scroll down to the Comments and you'll not see the "comment" button cause its background is white by default (in my opinion not the best opition regarding to ux). Only on hover it gets black- I'd like to change the "passive" color.

    Greets

  • javierbu50 replied

    We have the same problem and we're not seeing the button cause we have a white background too. How this can be solved? It's curious 'cause the send botton in the Contact Page it's Ok, but not this one.

    We can't give you an URL cause we're in Coming Soon Mode. Please give us a solution cause we need to inaugurate website in this days.

  • [deleted] replied

    Hi kurbelkiste,

    Please add the code below to your Custom CSS area:

    input#submit {
        background-color: #ef9d87 !important;
    }
    .labeled-textarea-row textarea {
        background-image: linear-gradient(#efefef 1px, transparent 1px) !important;
    }
    .labeled-input-row input {
        border-bottom-color: #efefef !important;
    }

    Have a great week!

  •  2
    kurbelkiste replied

    Thanks Ylli!

    That worked but may I ask you for the same but with a classic onhover effect to black (like in the template?)

    That would be awesome!

  • [deleted] replied

    Hi there,

    Glad to hear that

    Can you please try to be very specific about the question and explain it more to us, in this way we can easily understand you and give you the proper answer.

    Thanks!

  •  2
    kurbelkiste replied

    Hi Ylli, sorry for not being specific.

    By entering the custom CSS you gave me, I get a red background on the button that does not change its color on hover.

    I just want the button to change its color to black or grey e.g. on hover.


  • [deleted] replied

    Hi again,

    Please add the code below to your Custom CSS area:

    input#submit:hover {
        background-color: green !important;
    }

    Have a nice day!

  •  2
    kurbelkiste replied

    You are the best. Thanks!