ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down.
Read our Farewell Blog Post for more details.
Hi Guys
Im having a bit of a problem with overiding the Kraken themes css.
My situation is, I have a widget within my header, (Theme My Login). I have adjusted that code to my specifics. Now my problem comes up when I have to insert the CSS/bootstrap for the login widget (Theme My Login).
I have followed previous topics advise on creating the scss folder and within it the custom.scss file and added my css code.
And nothing seems to work. It keeps using the themes current css for the widget styling.
Make sure you hit Recompile SCSS on the Styles tab after making changes to your custom.scss file
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
There's lots of different reasons here... and we it's really beyond the scope of support to help custom style 3rd party components, plugins, or extensions... you ultimately need to come up with the custom code yourself or ask the plugin developer for assistance
^^ that is not specific enough... google "css specificity" for guidance on that topic... but all the styling you're trying to override is currently being set inline... so you'll have to use !important to override there...
for some of the other stuff... I'm not sure what you're targetting with .fui-password, .fui-user, or .login-field-icon --- I dont see those classes loading anywhere on the page...
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT