HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/html/ielts-store/wp-content/themes/oceanwp/inc/customizer/controls/upsell/upsell.css
#customize-theme-controls #accordion-section-oceanwp_upsell_section {
	display: block !important;
	border-top: 1px solid #5277fe;
	border-bottom: 1px solid #5277fe;
}

#accordion-section-oceanwp_upsell_section h3 {
    background-color: #5277fe;
    padding: 0;
    margin: 0;
    border-left: 4px solid #5277fe;
    transition: .15s background-color ease-in-out,.15s border-color ease-in-out;
    outline: none;
}

#accordion-section-oceanwp_upsell_section h3:hover {
    background-color: #3d5ac3;
    border-left-color: #000c65;
}

#accordion-section-oceanwp_upsell_section h3 a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 10px 11px 14px;
    line-height: 21px;
    text-decoration: none;
    box-shadow: none !important;
}

#accordion-section-oceanwp_upsell_section h3 a:after {
    content: '\f345';
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
    z-index: 1;
    font: 400 20px/1 dashicons;
    speak: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}

.rtl #accordion-section-oceanwp_upsell_section h3 {
    border-left: none;
    border-right: 4px solid #5277fe;
}

.rtl #accordion-section-oceanwp_upsell_section h3:hover {
    border-right-color: #000c65;
}

.rtl #accordion-section-oceanwp_upsell_section h3 a:after {
    content: '\f341';
    right: auto;
    left: 10px;
}