badidea Posted June 11 Share Posted June 11 I want to customize the rollover title in a slideshow gallery block. I want to remove the transparent background and customize the font/size/color. I've tried just about everything, thanks! https://blioux.com/art-direction Link to comment
Solution Web_Solutions Posted June 11 Solution Share Posted June 11 10 hours ago, badidea said: I want to customize the rollover title in a slideshow gallery block. I want to remove the transparent background and customize the font/size/color. I've tried just about everything, thanks! https://blioux.com/art-direction Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. [data-section-id="666686bb82a13d22fa124b73"] { .meta { background: transparent !important; } .meta-title { font-family: "Font Name Here"; font-size: 20px !important; color: red !important;; } } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
badidea Posted June 11 Author Share Posted June 11 38 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. [data-section-id="666686bb82a13d22fa124b73"] { .meta { background: transparent !important; } .meta-title { font-family: "Font Name Here"; font-size: 20px !important; color: red !important;; } } THANK YOU!!!!! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment