MiguelFIDE Posted August 23, 2023 Share Posted August 23, 2023 Hello, I managed to customize my site's font with CSS, but the custom font won't show in the announcement bar. I tried with the following code variations, but it isn't working. Any suggestions? .sqs-announcement-bar-text { font-family: 'Jost',normal; } .sqs-announcement-bar-text { font-family: 'Jost'!important,normal; } .sqs-announcement-bar { font-family: 'Jost',normal; } .sqs-announcement-bar { font-family: 'Jost'!important,normal; } Link to comment
DPruitt Posted August 23, 2023 Share Posted August 23, 2023 Have you tried injecting the CSS into the Header Injection instead of custom css? Link to comment
najsetsel Posted August 24, 2023 Share Posted August 24, 2023 Have you tried moving the !important tag to the end. I think it may need to be right before the terminating semi-colon. Link to comment
LaraOrtiz Posted January 17 Share Posted January 17 I am having the same issue. It seems like menus and announcement bars are ignoring the custom CSS. Link to comment
tuanphan Posted January 20 Share Posted January 20 On 1/17/2024 at 8:01 AM, LaraOrtiz said: I am having the same issue. It seems like menus and announcement bars are ignoring the custom CSS. The code looks correct. What is your site url? We can check problem easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (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