Viewing 2 replies - 1 through 2 (of 2 total)
  • you can add your own customization via CSS.

    Please watch this video how to customize CSS
    https://youtu.be/WynnnEl0ncM?t=14m27s

    Regards

    for the flat layout add this to your stylesheet:

    #post-grid-966 .element_2 {
        padding: 10px 20px !important;
    	background: #ffffff;
    	text-transform: uppercase;
    	font-size: 1em !important;
    	text-align: center !important;
    	color: #000000 !important;
    	border: 2px solid #000000;
    	margin-left: 10px;
    	margin-right: 10px;
    	margin-top: 15px;
    }
    
    #post-grid-966 .element_2:hover {
        background: #000000;
    	color: #ffffff !important;
    	border: 2px solid #ffffff !important;
    }

    Scott

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘any way to add button with readmore link?’ is closed to new replies.