AI Max - AI Games
  • AI Max - AI Games Shopify Theme
  • Getting Started
    • Shopify
    • Theme features
    • Changelog
    • Support Policy
  • How to install Theme
    • Download the Theme Package
    • ThemeForest - Theme Files
    • Theme Installation
  • Header Group
    • Announcement bar
    • Top bar
    • Selectors (Language & Currency)
    • Header
    • Navigation menu
    • Account Page
  • Menu & Mega Menu
    • Mega menu with Promo Image
    • Mega menu with Promo Banner
    • Mega menu with Brands
    • Mega menu with Product
    • Mega menu with Tab Menu
    • Mega Menu Creation-video
  • Footer Group
    • Footer
      • Menu
      • Newsletter
      • Text
      • Contact Info Block
    • GRDR Cookies
    • Email Signup
    • Suggestion Product
  • Product
    • Creating Products
    • Product review
    • Product Variants
    • Recommended Products
    • Metafield
    • Gift Cards
  • Collections
    • Collection List
    • Creating Collections
    • Collection Banner
  • Filters
    • Filters
    • Horizontal Filter
    • Vertical filter
    • Drawer Filter
    • Paginations
  • Theme Settings
    • Colors
    • Preloader
    • Typography
    • General Settings
    • Layout
    • Buttons
    • Variant pills
    • Inputs
    • Cards
    • Content Containers
    • Dropdowns and Pop-ups
    • Drawer
    • Badges
    • Search Behaviour
    • Favicon
    • Social Media
    • Currency format
    • Cart
    • Shipping Rates Calculator
  • Pages
    • About Us
    • Contact
    • FAQ page
    • Wishlist
    • Compare
  • Blog
    • Default blog
    • Creating Blog
    • Default blog post
  • Sections
    • Slideshow
    • Support Block
    • Featured Collection
    • Instagram Gallery
    • Email signup
    • Team Section
    • Image banner
    • Video
    • Testimonial
    • Specification Block / Specification
    • Brand Logo
    • Deal banner
    • Form Image
    • Grid banner
    • Marquee Section
    • Number Counter
    • Pricing table
    • Product tab
    • Rich text
    • Custom Class
  • App Integration
    • App Integration
    • Recommended Apps
  • Video Tutorial
    • How to Install Shopify Theme
    • How to Add Megamenu
    • How to Display Inner Pages
    • Multiple Collections in One Product Tab on Shopify
    • How to edit the product details
    • How to add variants for products
    • How to create a blog post
    • How to Customize Header and Section
    • How to Edit Language Translation and Missing Translations
    • How to Set Up and Use Metafields
    • How to edit font in Shopify?
    • How to Create a Staff Access and Collaborator Access
  • Frequently Asked Questions
    • Missing template "layout/theme.liquid"
Powered by GitBook
On this page
  • Border customization's
  • Box shadow customization's
  1. Theme Settings

Buttons

Buttons in Shopify are interactive elements that guide customers through your store, enabling actions like adding to cart, checking out, or navigating pages.

Step 1 : From your Shopify admin, go to Online Store > Themes.

Step 2 : Find the theme that you want to Edit and Click Customize.

Step 3 : Click Theme Settings.

Step 4 : Theme Settings > Buttons

Border customization's

  • Border: In the Border section, you can select the desired color for the button border, and customize its thickness, opacity, and corner radius. In CSS, this is represented as: border: 1px solid [border-color] Here, 1px defines the thickness, solid is the common border style, and [border-color] is the color you choose. You can also adjust the border's opacity and corner radius for further customization:

  • Opacity: This can be controlled using rgba() for the color value, where the a represents alpha (opacity). Eg: border: 2px solid rgba(255, 0, 0, 0.5); /*

  • Corner Radius: The border corners can be rounded using the border-radius property. Eg:border-radius: 10px;

  • Shadow: In the Shadow section, you can adjust the Opacity, Horizontal offset, Vertical offset, and Blur of the button's shadow. These settings allow you to control how light or dark the shadow appears, as well as its position and softness.This is used to set a box-shadow for the button in CSS. The syntax looks like this:Eg: Box-shadow: [horizontal-offset] [vertical-offset] [blur-radius] [spread-radius] [color];

Box shadow customization's

  • Horizontal offset: Moves the shadow left or right.

  • Vertical offset: Moves the shadow up or down.

  • Blur radius: Determines how blurry the shadow is.

  • Spread radius: Controls the size of the shadow.

  • Color: Specifies the shadow color, where you can use rgba to adjust opacity.

  • Eg; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);

PreviousLayoutNextVariant pills

Last updated 2 months ago