VincenzoPace Posted January 13, 2020 Share Posted January 13, 2020 Hi, I have a search box in one of my gallery pages and I wanted to style is but I couldn't figure out how to do it. Are there any custom CSS scripts I can use to change... Border Colour (to black) Dropdown background (to black) Dropdown text (to white) Dropdown image aspect ratio (3:2) Thank you! Link to comment
tuanphan Posted January 13, 2020 Share Posted January 13, 2020 difficult to help without link to search page Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted January 13, 2020 Share Posted January 13, 2020 .sqs-search-ui-button-wrapper.color-dark .search-input { border-color: black; } .sqs-search-ui-button-wrapper.color-dark .search-input::placeholder { color: white; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
VincenzoPace Posted January 13, 2020 Author Share Posted January 13, 2020 5 minutes ago, tuanphan said: .sqs-search-ui-button-wrapper.color-dark .search-input { border-color: black; } .sqs-search-ui-button-wrapper.color-dark .search-input::placeholder { color: white; } Heyy! That fixes most of the problem.. Do you know how I can change the dropdown colour? and only display the title... The text colour is black but there's some white text Link to comment
tuanphan Posted January 13, 2020 Share Posted January 13, 2020 /* text black */ .sqs-search-container-item .sqs-main-content * { color: black; } /* dropdown color */ .sqs-search-preview-ui .sqs-search-ui-result { background: green; border-color: green; } /* show only title */ .search-result .sqs-content { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
VincenzoPace Posted January 13, 2020 Author Share Posted January 13, 2020 7 minutes ago, tuanphan said: /* text black */ .sqs-search-container-item .sqs-main-content * { color: black; } /* dropdown color */ .sqs-search-preview-ui .sqs-search-ui-result { background: green; border-color: green; } /* show only title */ .search-result .sqs-content { display: none; } Amazing!! Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.