Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #655858

    Hi,

    When hovering over my buttons, I notice that border and background have a slight different color. Yet, it’s supposed to be the same.

    I think the reason could be that I don’t manage to input the desired color in the theme options. Each time I paste #00ec93, the code switches to #00ec92. The last digit “3” is not accepted.

    Below a link where you can see a button (“See the list” button)

    Regards
    Poirot

    #655862

    Hey Poirot,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .main_color .avia-color-theme-color:hover {
        border-color: #00ec92;
    }
    

    It is being turned into the closest web safe color :)

    Best regards,
    Yigit

    #656110

    Hi Yigit,

    I changed the color in the theme options to a close code that is accepted “#00ef93”, instead of “#00ec93”. I also used your code, but replaced the border-color with my color.

    Now the button border and background are the same color. That’s what I wanted. The strange thing is that, when I make a print screen and pick the color in photoshop, the color is different (“#00ef94”). And when I try to use this code in the theme options, it is not accepted. Do you understand this?

    Regards
    Poirot

    #656818

    Hi,

    I’m not sure if this will clear things up. https://kriesi.at/support/topic/renitent-color-picker/

    Are there any significant difference between the two color values?

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.