HLAVAC
-
Posts
21 -
Joined
-
Last visited
Reputation Activity
-
HLAVAC got a reaction from Beyondspace in Lightbox Videos on Video Gallery Collection Page with CSS?
Hi there,
I really want to make the videos open as lightboxes on this page as opposed to heading to a child page.
Is this possible?
Thanks,
C
-
HLAVAC got a reaction from osmil in Lightbox Videos on Video Gallery Collection Page with CSS?
Hi there,
I really want to make the videos open as lightboxes on this page as opposed to heading to a child page.
Is this possible?
Thanks,
C
-
HLAVAC reacted to tuanphan in Primary Nav & Video Gallery Category Link Hover Effects
Add to Design > Custom CSS
div.header-nav-item>a:hover { color: #f1f; } a.nested-category-breadcrumb-link:hover { color: #f1f; }
-
HLAVAC reacted to tuanphan in Decrease Hero Header Title Font Size on Mobile
10KD
https://echidna-echidna-dlzc.squarespace.com/dreams?noredirect
Add to Design > Custom CSS
/* Dreams page title on mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1687929687917_8525 h1 { font-size: 30px; } .fe-647fe7e87c65a21db2f12bc4 { grid-template-rows: repeat(6,minmax(24px, auto)) !Important; } }
-
HLAVAC reacted to tuanphan in Decrease Hero Header Title Font Size on Mobile
Hi,
Which page are you referring to? I don't see these text on homepage
-
HLAVAC reacted to tuanphan in Change site logo colour in mobile nav menu
Add to Design > Custom CSS
body.header--menu-open header#header img { content: url(https://cdn.pixabay.com/photo/2023/06/10/21/23/flower-8054861_1280.jpg); visibility: visible !important; } body.header--menu-open header#header a { content: unset !important; }