I am so excited to share that I had to make it a post.
AFTER TARGETED CSS FOR ONE PANO
I am so excited to share that I had to make it a post.
AFTER TARGETED CSS FOR ONE PANO
Very cool!
Also for anyone else interested in exploring CSS, there will be an office hours coming up soon, and aso please see the support article below
https://support.thoughtindustries.com/hc/en-us/articles/24264900134935-CSS-Cascading-Style-Sheets
I believe this was all there is too it. Replace buckner w your own class name and insert class name in Catalog Widget, Calendar View only option.
}
/* 6.28.24 Buckner ILT Catalog */
/* Hides catalog filters and search bar for any elements under buckner-related classes */
/* Target the search bar container specifically within Buckner catalog widget */
class*="buckner"] .catalog-search-bar {
display: none !important;
}
/* Hide catalog filters within Buckner context */
xclass*="buckner"] .catalog-filters {
display: none !important;
}
/* Adjust layout for the main content area under Buckner-1 context */
tclass*="buckner-1"] .medium-9.js-results-holder {
float: left;
width: 100% !important;
}
/* Ensure full width for columns within Buckner context */
cclass*="buckner"] .medium-12.columns {
width: 100% !important;
}
/* Hide any sidebar catalog aggregations, such as filters or navigation items */
iclass*="buckner"] .catalog-aggregation {
display: none !important;
}
/* Hide pagination controls under Buckner context not needed */
class*="buckner"] .pagination {
display: none !important;
}
Thank you
New to Thought Industries Community? ===> Create an account <===
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.