/* Button */a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] { border-radius: 0; background-image: none; box-shadow: 4px 4px 0 0 #bdb49a; }a.button.button_theme, a.tp-button.button_theme { box-shadow: 4px 4px 0 0 #677138; }a.button .button_icon { background: rgba(0, 0, 0, 0); }a.button.button_large .button_label { font-size: 20px; }
/* Footer links */ul.footer_links { font-size: 13px; margin-left: 7%; }ul.footer_links li { list-style-image: url("http://themes.muffingroup.com/be/garden/wp-content/uploads/2015/07/home_garden_footer_links.png"); padding: 6px 0 6px 5px; }
Comments
for this demo, we used simple button shortcodes and under Custom CSS section, we used the following css to give them shadow: But for links, we used the following one: Next time, if you would like to know how some things were done, we recommend to create extra WP instance and import demo you like. It's the fastest and simplest way to learn how we did it.