Buttons Have No Radius

Homepage Community Forums Epik Theme Support Buttons Have No Radius

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9235
    martinwebster
    Customer

      Hello,

      I’m have a couple of annoyances with my implementation of Epik and I can’t spot the cause of the problem.

      The buttons have no radius. Examples best seen on http://www.leadershipthoughts.com/author/martinwebster/ but also on other pages and posts, e.g. http://www.leadershipthoughts.com/2013-reader-survey/.

      Other features such as message boxes and circles are working but the quote box doesn’t (although I not using this.)

      #9242
      Wes
      Moderator

        You can add it to the a.button.small section of your css around line 529 like this –

        a.button.small {
        	border-radius: 4px;
        	background-color: #303236;
        	color: #fff;
        	font-size: 13px;
        	font-weight: bold;
        	line-height: 13px;
        	padding: 8px 20px;
        }

        and then you can adjust the radius if you want. You can also add this to the medium and large buttons in the css as well (if you want).

        #9324
        martinwebster
        Customer

          Hello Wes,

          Many thanks. This is now resolved.

          #9328
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Buttons Have No Radius’ is closed to new replies.