Kalles 4.0
Search…
Kalles 4.0
Greeting
ChangeLog
Installation
How to Install and Activate the Theme?
Import Demo
How to update the theme ?
Some Basic Before Using Theme
How to get Instagram Access Token
RECOMMEND APPS
Get discount
Require apps (free)
Recommend Shopify App (optional)
Theme Setting
HEADER
LAYOUT
GENERAL
COLORS
TYPOGRAPHY
GENERAL PRODUCT
PRODUCT ITEMS
PRODUCT SINGLE
CART
OTHER SETTINGS
SEARCH
LANGUAGE, CURRENCY
CUSTOM CSS, JS
SOCIAL MEDIA
FAVICON
CHECKOUT
Main Navigation
Megamenu config
Mobile menu config
Mobile Categories config
COLLECTION PAGE
Top List Collections
Page Heading
Main Collection
Sidebar Collection
PRODUCT PAGE
Breadcrumb
Product Recommendations
Product Recently Viewed
Product Pre-order
All Swatch Types Of Product
360° Product Viewer
Product Main
Sidebar Product
Product Metafield Short Description
Advanced Product Types
Products Group Media (support Multi-languages)
Frequently Bought Together
Product Grouped Feature
Product Metafield Size Guides
How to configure Product Metafield?
Variant ID on URL
THEME SECTIONS
Custom Section
Top Heading
Background Video
Slideshow
Accordion
GENERAL SECTIONS
Footer
Bottom Bar
Shopping Cart Widget
Login sidebar
Sticky Toolbar mobile
Section Heading
Product Items
Product Quickview
Button Config
Slider button, dot config
Custom color
Popup Pros
PAGES
THEME FAQS
Custom Review App
Trick, Helpful CSS
Change The Currencies Format
How to change title "Product" to other words on "Collections/All" page?
How to enable/ disable Terms & Condition checkbox on Cart sidebar/ Cart Page?
How to enable/disable "Shipping calculated at checkout"?
Powered By
GitBook
Trick, Helpful CSS
All code should be add to Theme Setting > Custom CSS
1. Change BUY IT NOW text
1
button.shopify-payment-button__button {
2
font-size: 0px !important;
3
}
4
5
button.shopify-payment-button__button:before {
6
content: “Change to your text”;
7
line-height: 1.42;
8
text-decoration: none;
9
text-align: center;
10
white-space: normal;
11
font-size: 11px;
12
font-weight: bold;
13
text-transform: uppercase;
14
letter-spacing: 0.2em;
15
}
Copied!
2. Custom CSS to change the color of the warning text:
1
span.nt_name_current {
2
color: green!important;
3
}
Copied!
3. Custom CSS code to change background for notice bar at the bottom:
2 custom css for change color
1
p.shopify-info.sp_notice.show_notice
2
{
3
background: red!important;
4
}
Copied!
4. Disable Trash icon from Mini cart
1
.cart_ac_edit, .cart_ac_remove {
2
display: none;
3
}
Copied!
5. Remove Quick Shop button when hover
1
.pr_grid_item .product-image:hover .hover_button {
2
opacity: 0;
3
}
Copied!
6. Change color of page title
1
div#shopify-section-pages_heading h1 {
2
color: #333;
3
}
Copied!
THEME FAQS - Previous
Custom Review App
Next - THEME FAQS
Change The Currencies Format
Last modified
8mo ago
Copy link
Contents
1. Change BUY IT NOW text
2. Custom CSS to change the color of the warning text:
3. Custom CSS code to change background for notice bar at the bottom:
4. Disable Trash icon from Mini cart
5. Remove Quick Shop button when hover
6. Change color of page title