Home Forums Themes Support Claue-Shopify Is there a way to create a more visible button for the "View all" products?

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #23235

      Hello, in the trending items section, for the view all button, is there a way to increase the spacing of it below the products so its not hidden and maybe turn it into a button (similar to how the subscribe button is in the footer)?

    • #23249

      Hi,

      Please add below code to Theme Settings > Custom Code > Custom CSS

      .section-extra .btn {
      	height: 40px;
      	background: #222;
      	padding: 0 36px;
      	line-height: 40px;
      	border-radius: 40px;
      	color: #fff;
      	display: inline-block;
      	margin-top: 25px;
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #23250

      Thank you!

Viewing 2 reply threads

You must be logged in to reply to this topic.