• Resolved tradefox

    (@tradefox)


    Looking for a way to change the ‘Continue Reading’ button size on the Blog posts showing on my home page.
    The button spans the entire width of each of the 3 blog posts i have horizontally across the screen.
    They are large and i would like to make them smaller/less intrusive looking.
    Thanks for any help you can provide.

Viewing 1 replies (of 1 total)
  • Theme Author htmlpie

    (@htmlpie)

    Hi there,

    You can use some CSS:

    #primary a.more-link {
      width: 50% !important;
    }

    It should be added through Appearance -> Customize -> Additional CSS.

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Change Button Size’ is closed to new replies.