Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #48185
    Peter
    Member

    What CSS do I need to reduce the size of the homepage headline button?

    #48206
    Sakin
    Keymaster

    @Peter: You can adjust the font size and padding as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #homepage-message .right-section a {
        font-size: 26px;
        padding: 10px 30px;
    }
    #48215
    Peter
    Member

    Hi Sakin,

    Thanks, but what I really want is to make the button a bit smaller, is that possible?

    kind regards,
    Peter

    #48216
    Sakin
    Keymaster

    @Peter: That’s what I gave you. You can decrease the padding as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. This will reduce button size.

    #homepage-message .right-section a {
        padding: 10px 30px;
    }
    #48246
    Peter
    Member

    Sorry, didn’t check first. Thanx!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Resize homepage headline button’ is closed to new replies.