CSS adjustments

While developing the application, we have included the option for users to customize various visual elements using the WordPress Custom CSS field. Below are code examples for making visual changes.

Border radius for window

// Border radius for window
.cookiewp.cookiewp-is-rounded {
border-radius: 10px;
}

Border radius for buttons

// Border radius for buttons
.cookiewp.cookiewp-is-rounded .cookiewp-button {
border-radius: 5px;
}

Font faces

// Font Regular
@font-face {
font-family: 'Inter';
font-weight: 400;
src: url('PATH-TO-YOUR-REGULAR-WOFF-FONT-FILE.WOFF') format('woff');
}
// Font Medium
@font-face {
font-family: 'Inter';
font-weight: 500;
src: url('PATH-TO-YOUR-MEDIUM-WOFF-FONT-FILE.WOFF') format('woff');
}
// Font Semibold
@font-face {
font-family: 'Inter';
font-weight: 600;
src: url('PATH-TO-YOUR-SEMIBOLD-WOFF-FONT-FILE.WOFF') format('woff');
}

Font size for title

// Font size for title
.cookiewp h2 {
font-size: 16px !important;
line-height: 24px !important;
}

Font size for dialog text

// Font size for dialog text
.cookiewp .cookiewp-dialog-text {
font-size: 15px;
line-height: 22px;
}

Font size for expanded content text

// Font size for expanded content text
.cookiewp .cookiewp-expanded-content {
font-size: 15px;
line-height: 22px;
}

Font size for expiration date

// Font size for expiration date
.cookiewp .cookiewp-expires {
font-size: 13px;
line-height: 25px;
}

Font size for settings trigger

// Font size for settings trigger
.cookiewp .cookiewp-accordion-trigger {
font-size: 13px;
line-height: 22px;
}

Font size for setting label

// Font size for setting label
.cookiewp .cookiewp-switch input[type=”checkbox”] + label {
font-size: 14px;
line-height: 24px;
}

Font size for button

// Font size for button
.cookiewp .cookiewp-button {
font-size: 14px;
line-height: 22px;
}

Font size for Learn More expand trigger

// Font size for Learn More expand trigger
.cookiewp .cookiewp-expand-trigger {
font-size: 13px;
line-height: 25px;
}

Font size for table

// Font size for table
.cookiewp .cookiewp-expanded-content table td,
.cookiewp .cookiewp-expanded-content table th {
font-size: 13px !important;
line-height: 28px !important;
}

Font size for setting accordion trigger

// Font size for setting accordion trigger
.cookiewp .cookiewp-accordion-trigger {
font-size: 15px;
line-height: 22px;
}

Font size for setting accordion inner content

// Font size for setting accordion inner content
.cookiewp .cookiewp-settings-expanded .cookiewp-accordion .cookiewp-accordion-inner {
font-size: 15px;
line-height: 22px;
}

Margins for bottom left position

// Margins for bottom left position
.cookiewp.cookiewp-position-bottom-left {
bottom: 30px;
left: 30px;
}

Margins for bottom right position

// Margins for bottom right position
.cookiewp.cookiewp-position-bottom-right {
bottom: 30px;
right: 30px;
}

This website uses cookies

Cookies

We use cookies to improve your experience, personalize content and ads, provide social media features, and analyze traffic. We may share this information with our partners, who may combine it with other data you’ve provided or they’ve collected.

Title Source Duration Target
_consent_given cookiewp.com 7 days The cookie enables the functionality of the cookie module.

_consent_types cookiewp.com 7 days The cookie ensures the operation of the cookie module.
_consent_yt cookiewp.com 7 days The cookie ensures the operation of the cookie module.
cookiewp_hide cookiewp.com 7 days The cookie ensures the operation of the cookie module.
PHPSESSID cookiewp.com Session A session identifier generated by the PHP server to track the user's session on the website.
_ga Google Analytics 2 years The cookie enables the tracking of unique visitors and helps identify user behavior on the website.
_fbp Facebook 3 months The cookie allows the measurement of marketing activity effectiveness and enables customization for different target audiences.
_consent_yt Youtube 6 months The cookie collects video viewing data for the YouTube platform.

Essential cookies provide key functions such as the website’s core functionality and ease of use. They are crucial for secure service delivery, and the website cannot function properly or fully without them. These cookies identify the user’s device but do not reveal their identity or collect any personal information. Essential cookies are stored on the user’s device until the web browser is closed.
Marketing cookies are used to tailor advertisements and notifications based on the visitor's interests, as well as to measure the effectiveness of marketing activities.
Our website uses statistical cookies that are stored on your device and allow us to analyze how you interact with our site. “Google Analytics” cookies are used to improve the quality of website content and tailor it to users needs.