This topic has 10 replies, 3 voices, and was last updated 4 months, 2 weeks ago ago by Andrew Mitchell
I’m having a strange issue with only some specific custom CSS classes.
For example, you can see in Photo A from the finder window that the class is available. And I also have it linked in the stylesheet (Photo B). But for some reason its not picking it up on the website?
I have also tried placing my CSS in both the “Theme custom CSS” and the “Additional CSS” but no change.
Thanks for your help
Hi @carlyliczyk,
Please try with this custom CSS codes instead:
#hero-banner .hero-button a {
min-width: 240px;
}
Hope it helps!
Hello, unfortunately it did not.
There are a number of styles that use to work, like the example provided above, but for some reason they’re not anymore?
Thank you
Dear Carly,
We are pleased to inform you that we have successfully implemented the custom CSS codes as requested. You can review the changes at the following link: [https://prnt.sc/UWsExdJ9VL3a](https://prnt.sc/UWsExdJ9VL3a).
Could you please clear your browser caches and verify the modifications on your end?
Thank you for your cooperation.
Best Regards,
The 8Theme Team
Thank you!
For some reason the same thing is happening with these styles: (screenshots attached)
.promo-banner .elementor-element .swiper-button-next, .promo-banner .elementor-element .swiper-button-prev {
top: calc(50% – var(–arrow-size, 50px) / 2)!important;
}
and this style:
.swiper-pagination .swiper-pagination-bullet {
width: 6px!important;
height: 6px!important;
}
Screenshot for this style is attached, it didn’t attach in the last message
.swiper-pagination .swiper-pagination-bullet {
width: 6px!important;
height: 6px!important;
}
Hi @carlyliczyk,
The correct custom CSS Codes are:
body .elementor-element .swiper-button-next,
body .elementor-element .swiper-button-prev {
top: calc(50% - var(--arrow-size, 50px) / 2) !important;
}
And:
body .swiper-pagination .swiper-pagination-bullet {
width: 15px !important;
height: 15px !important;
}
Best Regards,
The 8Theme Team
Thank you.
I tried to “body .swiper-pagination .swiper-pagination-bullet” but its still not working.
I would like them to be 6px height and width, not 15px.
body .swiper-pagination .swiper-pagination-bullet {
width: 6px!important;
height: 6px!important;
}
Thanks for your help
Hi @carlyliczyk,
We couldn’t see the custom CSS codes there: https://prnt.sc/bt9WFU2im9PK. Where did you add the custom CSS codes?
We’ve also add the CSS codes for you about the buttet size and here is the result:
Can you please check again?
Thank you!
Dear carlyliczyk,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
The issue related to '‘Some CSS is not working, but its showing that the class is active in finder window’' has been successfully resolved, and the topic is now closed for further responses