:root { --accent: #081c15; } @keyframes spin3 { 0%, 100% { box-shadow: 10px 10px rgba(216, 243, 220, 1), -10px 10px rgba(216, 243, 220, 0.2), -10px -10px rgba(216, 243, 220, 1), 10px -10px rgba(216, 243, 220, 0.2); } 25% { box-shadow: -10px 10px rgba(216, 243, 220, 0.2), -10px -10px rgba(216, 243, 220, 1), 10px -10px rgba(216, 243, 220, 0.2), 10px 10px rgba(216, 243, 220, 1); } 50% { box-shadow: -10px -10px rgba(216, 243, 220, 1), 10px -10px rgba(216, 243, 220, 0.2), 10px 10px rgba(216, 243, 220, 1), -10px 10px rgba(216, 243, 220, 0.2); } 75% { box-shadow: 10px -10px rgba(216, 243, 220, 0.2), 10px 10px rgba(216, 243, 220, 1), -10px 10px rgba(216, 243, 220, 0.2), -10px -10px rgba(216, 243, 220, 1); } } #wpadminbar { top: 0 !important; } #c27-site-wrapper { background-color: #081c15 }.nav-tabs > li > a { color: #fefae0 !important; } .no-list-style.outlined-list.details-list.social-nav li a span { color: #081c15 !important; } /* Allow text inside labels within dm-checkbox to wrap */ .md-checkbox label { white-space: normal !important; /* Allow text to wrap to the next line */ line-height: 1.5; } p.connect-with { text-align: center; } .explore-classic-sidebar .form-group.explore-filter.heading-ui h3, .explore-classic-sidebar .form-group.form-group-tags.explore-filter.checkboxes-filter label, .explore-classic-sidebar .form-group.explore-filter.orderby-filter label { font-size: 17px !important; /* Adjust the size as needed */ } .explore-classic-sidebar .select2-selection__rendered { font-size: 17px !important; /* Adjust the size as needed */ } .woocommerce-message { color: #081c15 !important; /* Text color */ background-color: #d8f3dc !important; /* Background color */ border-color: #081c15 !important; /* Optional: If you want to change the border color to match the text */ } .woocommerce-message a.button.wc-forward.hide-notification { color: #081c15 !important; /* Button text color */ /* You can add background color or other button styles here if needed */ } .no_job_listings_found { color: #d8f3dc !important; /* Sets the text color to d8f3dc */ } .no-results-icon.material-icons.mood_bad { color: #d8f3dc !important; /* Sets the icon color to d8f3dc */ } .no-results-icon.mi.mood_bad { color: #d8f3dc !important; /* Sets the icon color to d8f3dc */ } /* Target the specific Contact Form 7 form by its action attribute */ form[action="/kontakt/#wpcf7-f283-p854-o1"] { background-color: #d8f3dc !important; /* Light green background */ color: #081c15 !important; /* Dark green text */ padding: 20px; border-radius: 7px; /* Optional: Rounded corners for the form */ } /* Target labels within this specific form */ form[action="/kontakt/#wpcf7-f283-p854-o1"] label { color: #081c15 !important; /* Dark green label text */ } /* Target input and textarea elements within this specific form */ form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="text"], form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="email"], form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="url"], form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="number"], form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="date"], form[action="/kontakt/#wpcf7-f283-p854-o1"] textarea { background-color: #d8f3dc; /* Light green background for input fields */ color: #081c15; /* Dark green text in input fields */ border: 1px solid #081c15; /* Dark green borders for input fields */ border-radius: 5px; /* Rounded corners for input fields */ padding: 8px; /* Add some padding inside the input fields */ } /* Target placeholder text within this specific form */ form[action="/kontakt/#wpcf7-f283-p854-o1"] ::-webkit-input-placeholder { color: #4d6a63; /* A slightly lighter shade of dark green for placeholder */ } form[action="/kontakt/#wpcf7-f283-p854-o1"] :-moz-placeholder { color: #4d6a63; } form[action="/kontakt/#wpcf7-f283-p854-o1"] ::-moz-placeholder { color: #4d6a63; } form[action="/kontakt/#wpcf7-f283-p854-o1"] :-ms-input-placeholder { color: #4d6a63; } /* Target the submit button within this specific form */ form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="submit"] { background-color: #081c15; /* Dark green button background */ color: #d8f3dc; /* Light green button text */ border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; /* Optional: Rounded corners for the button */ } /* Target the submit button hover within this specific form */ form[action="/kontakt/#wpcf7-f283-p854-o1"] input[type="submit"]:hover { background-color: #1c3930; /* A slightly lighter shade of dark green on hover */ } form.wpcf7-form.init[action="/kontakt/#wpcf7-f283-p854-o1"] .wpcf7-response-output { color: #081c15 !important; border: 1px solid #081c15 !important; background-color: #d8f3dc !important; padding: 10px !important; margin-top: 10px !important; border-radius: 5px !important; opacity: 1 !important; } .submenu-toggle .material-icons.arrow_drop_down::before { color: #d8f3dc !important; } .chart-legend li { color: #081c15 !important; display: flex; /* Ensure the text and dot align properly */ align-items: center; } /* Dropdown List Styling */ .select2-container--default .select2-results { background-color: #d8f3dc !important; /* Set background color */ color: #081c15 !important; /* Set text color */ border: none !important; /* Remove border */ } /* Option Styling */ .select2-container--default .select2-results__option { background-color: #d8f3dc !important; /* Set background color */ color: #081c15 !important; /* Set text color */ padding: 5px 10px; /* Adjust padding as needed */ } /* Hover Effect - No Change */ .select2-container--default .select2-results__option--highlighted { background-color: #d8f3dc !important; /* Maintain background color */ color: #081c15 !important; /* Maintain text color */ } .job-manager-message { background-color: #d8f3dc; /* Light green background */ color: #081c15; /* Dark green text */ } .job-manager-error { background-color: #d8f3dc; /* Light green background */ color: #081c15; /* Dark green text */ } body .cart-products-27 { /* Add `body` to increase specificity */ background-color: #d8f3dc !important; /* Use !important for testing */ color: #081c15 !important; } .cart-products-27 { background-color: #d8f3dc !important; color: #081c15 !important; } .woocommerce-privacy-policy-text p { font-size: 14px; color: #081c15; } .woocommerce-privacy-policy-text a { font-size: 14px !important; /* Ensures the link is the same size as the text */ color: blue !important; /* Forces the link to be blue */ text-decoration: none; /* Optional: Removes underline */ } .woocommerce-terms-and-conditions-link { font-size: 14px !important; /* Ensures the link matches the surrounding text */ color: blue !important; /* Forces the link to be blue */ text-decoration: none; /* Optional: Removes underline */ } label[for="terms_and_conditions"] { font-size: 14px; color: #081c15; } @media (min-width: 993px) { .add-listing-step .job-manager-error { max-width: 700px; } } /* Apply styles to the .job-manager-error inside .add-listing-step */ .add-listing-step .job-manager-error { background-color: #081c15 !important; /* Dark background */ color: #d8f3dc !important; /* Light green text */ border: 1px solid #e3e3e3 !important; /* Light border */ border-radius: 5px !important; box-shadow: none !important; padding: 15px 28px 15px 50px !important; /* Adjust padding */ font-family: "Maven Pro", sans-serif !important; /* Font consistent with the rest of the site */ font-size: 19px !important; /* Font size for error text */ display: block !important; /* Ensure it's displayed as block for proper layout */ text-align: left !important; /* Align text to the left */ margin: 25px auto !important; /* Center the box and provide margin */ width: 100% !important; /* Full width to ensure the box behaves correctly */ max-width: 700px !important; /* Limit width if needed */ } /* Apply styles to the icon inside the .job-manager-error */ .add-listing-step .job-manager-error::before { content: "\e000" !important; font-family: Material Icons !important; font-size: 20px !important; color: red !important; /* Red icon */ padding-top: 3px !important; position: absolute !important; left: 10px !important; /* Position icon */ top: 50% !important; /* Vertically center icon */ transform: translateY(-50%) !important; /* Correct vertical centering */ } /* Hide the entire coupon and update cart row */ .woocommerce-cart-form__contents tr td.actions { display: none; } /* Or, if you want to hide only the coupon section: */ .woocommerce-cart-form__contents .coupon { display: none; } .woocommerce-cart-form__contents .product-thumbnail { display: none; } .plan-desc { font-size: 16px; color: #081c15; } .plan-features { font-size: 14px; color: #081c15; /* Sama värv, mida varem saatsite */ } .woocommerce-info { background-color: #d8f3dc; } .checkout_coupon.woocommerce-form-coupon { background-color: #d8f3dc !important; } table.shop_table.woocommerce-checkout-review-order-table { background-color: #d8f3dc !important; } .woocommerce-checkout-payment { background-color: #d8f3dc !important; } .wpcf7-acceptance { display: block; margin-bottom: 15px; /* Adjust as needed */ } #menu-footer-info li { display: inline-block; margin-right: 30px; /* Space between menu items */ } #menu-footer-info li a { color: #d8f3dc; /* Text color */ font-size: 14px; /* Adjust font size to make the text smaller */ padding: 4px 8px; /* Optional: Adjust padding for smaller buttons/links */ } /* Default icon color */ .icon-location-pin-check-2 { color: #000 !important; /* Default color with important to avoid being overridden */ } /* Mobile view icon color */ @media (max-width: 768px) { .mobile-nav-button .header-button a .icon-location-pin-check-2 { color: #d8f3dc !important; /* Mobile icon color with important */ } } /* Set text size to 14px */ .wpcf7-form label { font-size: 14px !important; } /* Make the link blue */ .wpcf7-form label a { color: blue !important; font-size: inherit !important; /* Ensures the link doesn't change in size */ } .elementor-widget-container{ background-color: #081c15 !important; } .copyright p { color: #d8f3dc; } .back-to-top { background-color: #d8f3dc !important; /* Light green */ } .fl-results-no.text-left { color: #d8f3dc !important; /* Change this to your desired color */ } .finder-title h2 { color: #081c15 !important; } .explore-head { background-color: #d8f3dc !important; /* Replace with your desired color */ } .form-group.fc-search { background: #D8F3DC !important; /* Force background color */ background-image: none !important; /* Remove gradients */ } .buttons.button-2.full-width.c27-explore-search-button { background-color: #081c15 !important; /* Dark green background */ color: #D8F3DC !important; /* Bright green text */ border: none !important; /* Optional: Remove border */ } /* Active selection */ .type-koik.item.active, .type-esinejad.item.active, .type-kohad.item.active, .type-teenused.item.active { background-color: #081c15 !important; /* Dark green */ color: #D8F3DC !important; /* Bright green text */ } /* Ensure text inside is also bright green */ .type-koik.item.active h4, .type-esinejad.item.active h4, .type-kohad.item.active h4, .type-teenused.item.active h4, .type-koik.item.active i, .type-esinejad.item.active i, .type-kohad.item.active i, .type-teenused.item.active i { color: #D8F3DC !important; /* Bright green text */ } /* Inactive selection */ .type-koik.item, .type-esinejad.item, .type-kohad.item, .type-teenused.item { background-color: #D8F3DC !important; /* Bright green background */ color: #081c15 !important; /* Dark green text */ } /* Ensure text and icons inside inactive items are also dark green */ .type-koik.item h4, .type-esinejad.item h4, .type-kohad.item h4, .type-teenused.item h4, .type-koik.item i, .type-esinejad.item i, .type-kohad.item i, .type-teenused.item i { color: #081c15 !important; /* Dark green text */ } .explore-head-top-filters, .explore-head-top-filters a { background-color: #D8F3DC !important; color: #081c15 !important; } .explore-head-top-filters a i { color: #081c15 !important; } .ml-track-btn a { background-color: #D8F3DC !important; /* Bright green background */ color: #081c15 !important; /* Dark green text */ padding: 5px 10px; border-radius: 5px; /* Optional: for rounded edges */ display: inline-block; /* Ensures proper spacing */ } .ml-track-btn a i { color: #081c15 !important; /* Dark green for the star icon */ } .profile-menu .cts-carousel li.active a { background-color: #081c15 !important; /* Dark green background */ color: #D8F3DC !important; /* Bright green text */ } .profile-menu .cts-carousel li a { font-size: 14px; padding: 0 50px; position: relative; transition: opacity .15s ease-in-out; display: flex; align-items: center; color: #081c15 !important; /* Default text color */ height: 60px; font-weight: 600; } /* Style for the rating counter inside active tabs */ .profile-menu .cts-carousel li.active .items-counter { background-color: #D8F3DC !important; /* Bright green background */ color: #081c15 !important; /* Dark green text */ border-radius: 10px; /* Optional: Makes it rounded */ padding: 3px 7px; /* Adjust padding */ font-weight: bold; } .job-manager-submitted-paid-listing-actions .button, .woocommerce-button.button.view.order-actions-button { background-color: #081c15 !important; color: #d8f3dc !important; } .explore-head{ background-color: #d8f3dc !important; } .mobile-explore-head-top{ background-color: #d8f3dc !important; } .explore-head .explore-head-top-filters { background-color: #d8f3dc !important; background: #d8f3dc !important; background-image: none !important; /* If there's any background image */ } .finder-search.collapse { background-color: #d8f3dc !important; } .close-filters-27 { background-color: #081c15 !important; } .close-filters-27 i { color: #d8f3dc !important; } @media only screen and (max-width: 768px) { .reset-results-27.full-width { background-color: #081c15 !important; } .reset-results-27.full-width i { color: #d8f3dc !important; } } .profile-header { background-color: #d8f3dc; } /* Styles for checkboxes in the Add Listing section */ .add-listing-step .c27-term-checklist.no-list-style { display: flex; flex-direction: column; /* Arrange items vertically */ margin: 10px 0; /* Add vertical margin for spacing */ } /* Ensure all md-checkbox styles are applied to checkbox elements within the add listing step */ .add-listing-step .md-checkbox { display: flex; /* Use flexbox for proper layout */ align-items: center; /* Align items vertically center */ margin-bottom: 10px; /* Space between each checkbox */ } /* Target checkbox and radio inputs */ .add-listing-step .md-checkbox input[type="checkbox"], .add-listing-step .md-checkbox input[type="radio"] { margin-right: 10px; /* Space between checkbox and label text */ vertical-align: middle; /* Ensure vertical alignment */ } /* Target labels for all specified checkboxes */ .add-listing-step .md-checkbox label { display: inline-block; /* Ensure labels are inline-block */ margin: 0; /* Remove default margin */ } .add-listing-step { overflow: visible !important; /* Ensure content is visible */ min-height: auto !important; /* Ensure min height does not cut content */ } .element.table-block { background-color: #D8F3DC; } .element.content-block.wp-editor-content { background-color: #D8F3DC; } .element.slider-padding.gallery-block { background-color: #D8F3DC; } .element.video-block, .element.content-block, .element.map-block, .element.gallery-carousel-block { background-color: #D8F3DC; } .element { background-color: #D8F3DC !important ; } /* Target specific icons and set the color */ .icon-network-business { color: #081c15 !important; /* Set color for icon-network-business */ } .fa.fa-star { color: #081c15 !important; /* Set color for icon-network-business */ } .fa.fa-child { color: #2D6A4F !important; /* Set color for fa-child */ } .fa.fa-microphone-alt { color: #2D6A4F !important; /* Set color for fa-child */ } .mi.people { color: #2D6A4F !important; /* Set color for fa-child */ } .icon-organization-hierarchy-3 { color: #2D6A4F !important; /* Set color for icon-organization-hierarchy-3 */ } .fa.fa-ring { color: #2D6A4F !important; /* Set color for fa-ring */ } .fa.fa-birthday-cake { color: #2D6A4F !important; /* Set color for fa-birthday-cake */ } /* If you're dealing with SVG icons, you can change the fill color as well */ .icon-network-business svg, .fa.fa-child svg, .mi.people svg, .fa.fa-microphone-alt svg, .fa.fa-star svg, .icon-organization-hierarchy-3 svg, .fa.fa-ring svg, .fa.fa-birthday-cake svg { fill: #2D6A4F !important; /* Change fill color for SVG icons */ } /* If you want to change the background color of the icon containers */ .icon-network-business, .fa.fa-child, .fa.fa-microphone-alt, .fa.fa-star, .mi.people, .icon-organization-hierarchy-3, .fa.fa-ring, .fa.fa-birthday-cake { background-color: #D8F3DC !important; /* Set background color */ } /* Normal state for the entire container (icon + label) */ .icon-network-business, .fa.fa-child, .fa.fa-microphone-alt, .fa.fa-star, .mi.people, .icon-organization-hierarchy-3, .fa.fa-ring, .fa.fa-birthday-cake { color: #2D6A4F !important; /* Set the default icon color */ background-color: transparent; /* Set transparent background initially */ transition: all 0.3s ease; /* Smooth transition for color and background change */ } /* Target the container for hover effect - <a> or <li> containing both icon and label */ .no-list-style li:hover .icon-network-business, .no-list-style li:hover .fa.fa-child, .no-list-style li:hover .fa.fa-star, .no-list-style li:hover .fa.fa-microphone-alt, .no-list-style li:hover .mi.star, .no-list-style li:hover .mi.people, .no-list-style li:hover .icon-organization-hierarchy-3, .no-list-style li:hover .fa.fa-ring, .no-list-style li:hover .fa.fa-birthday-cake { color: #D8F3DC !important; /* Change the icon color on hover */ background-color: #2D6A4F !important; /* Set the background color to match the icon's original color */ } /* If you're using SVG icons, change their fill on hover */ .no-list-style li:hover .icon-network-business svg, .no-list-style li:hover .fa.fa-child svg, .no-list-style li:hover .fa.fa-star svg, .no-list-style li:hover .mi.star svg, .no-list-style li:hover .mi.people svg, .no-list-style li:hover .fa.fa-microphone-alt svg, .no-list-style li:hover .icon-organization-hierarchy-3 svg, .no-list-style li:hover .fa.fa-ring svg, .no-list-style li:hover .fa.fa-birthday-cake svg { fill: #D8F3DC !important; /* Change the fill color of SVGs on hover */ } .tab-content.add-box-shadow { background-color: #D8F3DC !important; } .buttons.button-2.search { color: #D8F3DC !important; } .lt-icon { color: #D8F3DC !important; } .nav.nav-tabs.cts-carousel.no-list-style li.active a { color: #D8F3DC !important; } .case27-primary-text { color: #D8F3DC !important; } .lf-contact { color: #D8F3DC !important; } .lf-head-btn { color: #D8F3DC !important; } .buttons { background-color: #d8f3dc !important; color: #081c15 !important; } .dropdown-wrapper { background-color: #d8f3dc !important; /* Set background color */ color: #081c15 !important; /* Set text color */ } span.items-counter { display: inline-flex; align-items: center; justify-content: center; line-height: 1; padding: 0 0 2px 0 !important; width: 20px !important; height: 20px !important; } .pf-head { color: #081c15 !important; } /* Optional: Target any other areas that need the same background */ .mlduo-account-menu { background-color: #D8F3DC; } /* Target the .cat-card class */ .card { background-color: #D8F3DC!important; /* Set the background color */ } /* Specific targeting for .cat-card */ body .cat-card { background-color: #D8F3DC !important; /* Set background color */ } /* Specific targeting for .ac-front-side.face */ body .ac-front-side.face { background-color: #D8F3DC !important; /* Set background color */ } .pricing-item.c27-pick-package.cts-pricing-item { background-color: #D8F3DC; /* Set the background color to #D8F3DC */ } .title-style-1 { color: #081C15; /* Change the text color to #081C15 */ } .mce-container-body.mce-stack-layout { background-color: #D8F3DC; /* Set the background color */ color: #081C15; /* Optional: Change the text color */ } #form-section-meedia-nav a, #form-section-general-nav a, #form-section-muu-nav a, #form-section-detailid-nav a, #form-section-ylevaade-nav a, #form-section-form a { color: #D8F3DC; /* Set the link text color */ } #form-section-form_heading-nav a { color: #D8F3DC; /* Set the link text color */ } .col-md-7.mlduo-welcome-message { color: #D8F3DC !important; /* Force the text color */ } /* If the text is inside a child element, try targeting that too */ .col-md-7.mlduo-welcome-message p, .col-md-7.mlduo-welcome-message span, .col-md-7.mlduo-welcome-message h1, .col-md-7.mlduo-welcome-message h2 { color: #D8F3DC !important; /* Apply color to child elements */ } .col-md-9.mlduo-welcome-message { color: #D8F3DC !important; /* Force the text color */ } /* If the text is inside a child element, try targeting that too */ .col-md-9.mlduo-welcome-message p, .col-md-9.mlduo-welcome-message span, .col-md-9.mlduo-welcome-message h1, .col-md-9.mlduo-welcome-message h2 { color: #D8F3DC !important; /* Apply color to child elements */ } .icon-window, .icon-pencil-ruler, .icon-flash, .mi.graphic_eq, .mi.info_outline, .mi.timer{ color: #D8F3DC !important; /* Set the icon color */ } .mlduo-stat-box-second { color: #D8F3DC !important; /* Change text color */ } .i-dropdown.dropdown-menu { color: #081c15 !important; background-color: #D8F3DC !important; /* Force the background color */ } .sub-menu.i-dropdown.no-list-style { background-color: #D8F3DC !important; /* Set the background color */ } /* Text color for menu items */ .i-dropdown.dropdown-menu li a { color: #081c15 !important; /* Set the text color */ } /* Ensure the text color in sub-menus is also correct */ .sub-menu.i-dropdown.no-list-style li a { color: #081c15 !important; /* Set the text color */ } /* Ensure the hover text color doesn't override */ .i-dropdown.dropdown-menu li a:hover { color: #081c15 !important; /* Set the hover text color */ } .menu-item a:hover { background-color: transparent; /* Removes hover background */ } .listing-rating { display: none !important; /* This hides the element and removes it from the layout */ } .comment-container { background-color: #D8F3DC !important; /* Set the desired background color */ } .mylisting-bookmark-item { background-color: #D8F3DC !important; /* Set the desired background color */ } a[data-toggle="modal"] { background-color: #D8F3DC !important; /* Set the desired background color */ display: inline-block; /* Ensures the background color covers the element */ padding: 5px 10px; /* Adjust padding as needed */ border-radius: 4px; /* Optional: adds rounded corners */ text-decoration: none; /* Removes underline from text */ } /* Style the anchor element */ a[href*="maps.google.com"] { background-color: #D8F3DC; /* Set the desired background color */ display: inline-flex; /* Aligns items horizontally */ align-items: center; /* Centers items vertically */ padding: 8px 12px; /* Adjust padding as needed */ border-radius: 4px; /* Optional: adds rounded corners */ text-decoration: none; /* Removes underline from text */ color: #081c15; /* Sets text color */ } /* Style the icon within the anchor */ a[href*="maps.google.com"] i.icon-location-pin-add-2 { margin-right: 8px; /* Space between icon and text */ color: #081c15; /* Sets icon color */ } .menu-item-179 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-180 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-187 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-667 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } .buttons.button-2.search { background-color: #081c15 !important; /* Background color */ } /* Ensure dropdown menu items have a consistent background color */ .i-dropdown.dropdown-menu .menu-item a { background-color: #d8f3dc; /* Desired background color */ color: #081c15; /* Desired text color */ } /* Remove background color change on hover */ .i-dropdown.dropdown-menu .menu-item a:hover { background-color: #d8f3dc; /* Desired background color */ color: #081c15; /* Desired text color */ } .material-icons.arrow_drop_down { color: #d8f3dc; /* Replace with your desired color */ } .menu-item-697 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-700 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-699 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-889 > a { color: #d8f3dc !important; /* Replace with your desired text color */ } a[target="_blank"] { color: #d8f3dc; text-decoration: none; /* Optional: Removes underline */ } a[target="_blank"]:hover { color: #d8f3dc; } .info.listing-type { color: #d8f3dc !important; background-color: #081c15 !important; } tr { background-color: #d8f3dc !important; } .col-md-4.mlduo-welcome-message { color: #D8F3DC !important; /* Force the text color */ } .col-md-6.mlduo-welcome-message { color: #D8F3DC !important; /* Force the text color */ } .col-md-6.mlduo-welcome-message p, .col-md-6.mlduo-welcome-message span, .col-md-6.mlduo-welcome-message h1, .col-md-6.mlduo-welcome-message h2 { color: #D8F3DC !important; /* Apply color to child elements */ } /* If the text is inside a child element, try targeting that too */ .col-md-4.mlduo-welcome-message p, .col-md-4.mlduo-welcome-message span, .col-md-4.mlduo-welcome-message h1, .col-md-4.mlduo-welcome-message h2 { color: #D8F3DC !important; /* Apply color to child elements */ } /* Target elements with both 'col-md-2' and 'search-my-listings' classes */ input[placeholder="Otsi oma teenustest."]::placeholder { color: #D8F3DC; opacity: 1; } /* Change background color of the coupon section */ .woocommerce-cart .coupon { background-color: #D8F3DC !important; padding: 20px; border-radius: 5px; } /* Style the coupon input field */ .woocommerce-cart .coupon input#coupon_code { background-color: #D8F3DC; color: #333333; border: 1px solid #cccccc; padding: 10px; width: 100%; margin-bottom: 10px; border-radius: 5px; } /* Style the apply coupon button */ .woocommerce-cart .coupon button#apply_coupon { background-color: #D8F3DC; color: #ffffff; border: none; padding: 10px 20px; cursor: pointer; border-radius: 5px; width: 100%; } .woocommerce-cart .coupon button#apply_coupon:hover { background-color: #D8F3DC; } /* Change background color of the cart-collaterals section */ .woocommerce-cart .cart-collaterals { background-color: #D8F3DC !important; padding: 20px; border-radius: 5px; } /* Target the 'td' with colspan="6" and 'actions' class inside the cart */ td.actions[colspan="6"] { background-color: #D8F3DC !important; } /* Also, ensure any child elements inside the actions section have the correct background */ td.actions[colspan="6"] .coupon, td.actions[colspan="6"] .button { background-color: #D8F3DC !important; } /* Target the login-container class */ .login-container { background-color: #D8F3DC !important; } /* Target the mobile menu only for small screen sizes (mobile view) */ @media only screen and (max-width: 768px) { .i-nav.mobile-menu-open { background-color: #D8F3DC !important; } } /* Target the i-nav mobile-menu-open class */ .i-nav.mobile-menu-open { background-color: #081c15 !important; } .container.listing-main-info { background-color: rgba(8, 28, 21, 0) !important; /* Transparent */ } #user-profile-name > a { color: #d8f3dc !important; /* Replace with your desired text color */ } #menu-item-179 .icon-places-home-3 { color: #d8f3dc !important; } #menu-item-180 .fa-compass { color: #d8f3dc !important; } #menu-item-667 .fa-compass { color: #d8f3dc !important; } #menu-item-187 .icon-location-pin-check-2 { color: #d8f3dc !important; } .mobile-menu-lines .mi.menu { color: #d8f3dc !important; } .user-area .mi.person.user-area-icon { color: #d8f3dc !important; } .mi.person { color: #d8f3dc !important; } .user-area a { color: #d8f3dc !important; } .user-area span { color: #d8f3dc !important; } 