You can easily write css script using Modern Script Editor to change the Quick Link Background Colour, Font Colour, border style and more. Here, i would give you a guide to change the Background colour and Border-radius. Add a Quick Link and change the Layout options to "Tiles". Add the links to your Quick Links and it will show in box but all in same colour which is your Theme colour. Add a Modern Script Editor on top of the Quick Links: Enter the Code: <style type="text/css"> a[aria-label="Link A. "] { background-color: #FF91A4 !important; } a[aria-label="Link B. "] { background-color: #83C760 !important; } a[aria-label="Link C. "] { background-color: #66B032 !important; } a[aria-label="Link D. "] { background-color: #4EA217 !important; } </script> Then Click "Save" and "Publish". You...
Comments
Post a Comment