Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #83034
    SarahNeeve
    Member

    Hi there,

    I’ve just changed themes and though I’d give Clean Journal a try. But I have a quick question:

    Is it possible to change the on-hover border and background colour of the button on the promotion headliner button?

    Thanks in advance,

    Sarah

    #83060
    Mahesh
    Keymaster

    Hi @SarahNeeve,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #promotion-message .right .promotion-button:hover{
        background-color: #ff0000;
        border-color: #0000ff;
    }

    Note: Please change the background-color and border-color to your desired color’s hex value.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Promotion Headliner Button’ is closed to new replies.