Last active
March 11, 2025 13:21
-
-
Save wagura-maurice/548caaec2d71becf09165698bfe5b91a to your computer and use it in GitHub Desktop.
jobzilla custom css 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ---------------------------------------General Backgrounds----------------------------------------------- */ | |
body { | |
background-color: #001b30 !important; | |
} | |
.site-bg-primary { | |
background-color: #ec2bf7 !important; /* #0b2539; */ | |
} | |
/* ---------------------------------------home page----------------------------------------------- */ | |
.twm-millions-1-area | |
.twm-millions-section-wrap | |
.twm-millions-1-section-right | |
h2 { | |
color: #f9f9f9 !important; | |
} | |
.twm-millions-1-area | |
.twm-millions-section-wrap | |
.twm-millions-1-section-right | |
h2:hover { | |
color: #ec2bf7 !important; | |
} | |
.twm-millions-1-area | |
.twm-millions-section-wrap | |
.twm-millions-1-section-right | |
p { | |
color: #f9f9f9 !important; | |
} | |
.twm-millions-1-area | |
.twm-millions-section-wrap | |
.twm-millions-1-section-right | |
p:hover { | |
color: #ec2bf7 !important; | |
} | |
.section-full .p-t120 .p-b0 .site-bg-white .twm-millions-1-area .pos-relative { | |
background-color: #ec2bf7 !important; | |
} | |
/* ---------------------------------------about page----------------------------------------------- */ | |
.twm-how-it-work-area2 .wt-small-separator-outer .wt-title { | |
color: #f9f9f9 !important; | |
} | |
.twm-how-it-work-area2 .wt-small-separator-outer .wt-title:hover { | |
color: #ec2bf7 !important; | |
} | |
.twm-how-it-work-area2 ul li { | |
color: #f9f9f9 !important; | |
} | |
.twm-how-it-work-area2 ul li:hover { | |
color: #ec2bf7 !important; | |
} | |
.description-list li i { | |
background-color: #ec2bf7 !important; | |
} | |
/* ---------------------------------------faq page----------------------------------------------- */ | |
.tw-faq-section .tw-faq .accordion-item { | |
border: none !important; | |
background-color: #0b2539 !important; | |
} | |
.tw-faq-section .tw-faq .accordion-button { | |
color: #1967d2 !important; | |
background-color: #0b2539 !important; | |
} | |
.tw-faq-section .tw-faq .accordion-body { | |
color: #f9f9f9 !important; | |
} | |
.accordion-button:after { | |
color: #ec2bf7 !important; | |
} | |
/* ---------------------------------------contact us page----------------------------------------------- */ | |
.twm-contact-one { | |
background-color: #001b30 !important; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-form-outer | |
.wt-small-separator-outer | |
.wt-title { | |
color: #f9f9f9 !important; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-form-outer | |
.wt-small-separator-outer | |
.wt-title:hover { | |
color: #ec2bf7 !important; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-form-outer | |
.wt-small-separator-outer | |
p { | |
color: #f9f9f9 !important; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-form-outer | |
.wt-small-separator-outer | |
p:hover { | |
color: #ec2bf7 !important; | |
} | |
.twm-contact-one .contact-info-section .c-info-column .c-info-icon { | |
color: #f9f9f9; | |
background-color: #ec2bf7; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-info-wrap | |
.contact-info | |
.contact-info-section | |
.c-info-column | |
.twm-title { | |
color: #f9f9f9 !important; | |
} | |
.twm-contact-one | |
.contact-one-inner | |
.contact-info-wrap | |
.contact-info | |
.contact-info-section | |
.c-info-column | |
p, | |
.twm-contact-one | |
.contact-one-inner | |
.contact-info-wrap | |
.contact-info | |
.contact-info-section | |
.c-info-column | |
a { | |
color: #f9f9f9 !important; | |
} | |
.twm-contact-one .contact-one-inner .contact-info-wrap .contact-info { | |
background-color: #0b2539 !important; | |
} | |
.twm-contact-one .contact-info-wrap:before { | |
border-top: 57px solid #0b2539; | |
} | |
/* ---------------------------------------modal pop-up----------------------------------------------- */ | |
.twm-sign-up .modal-content { | |
border-top: 6px solid #ec2bf7 !important; | |
} | |
.modal-content { | |
background-color: #0b2539; | |
} | |
.modal-content .modal-header .modal-title, | |
.modal-content .modal-header p { | |
color: #f9f9f9 !important; | |
} | |
.modal-content .modal-header .btn-close { | |
background-color: #f72b6f !important; | |
} | |
.modal-content .modal-body .mt-3.mb-3 { | |
color: #f9f9f9 !important; | |
} | |
.modal-content .modal-body .form-check p { | |
color: #f9f9f9 !important; | |
} | |
.site-button:hover { | |
background-color: #ec2bf7 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment