Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185748
    idesofmarch
    Participant

    Hi,

    I am interested in changing the header media url text box bubble color from the default green. Can someone point me towards the right CSS code to change this color?

    Thanks!
    Solomon

    #185759
    Skandha
    Participant

    @idesofmarch: Hello Solomon,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .readmore.button {
        background-color: #123456 !important;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing header media url text box bubble color’ is closed to new replies.