Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/carousel
File: jetpack-carousel.css
:root {
[0] Fix | Delete
--jp-carousel-primary-color: #fff;
[1] Fix | Delete
--jp-carousel-primary-subtle-color: #999;
[2] Fix | Delete
--jp-carousel-bg-color: #000;
[3] Fix | Delete
--jp-carousel-bg-faded-color: #222;
[4] Fix | Delete
--jp-carousel-border-color: #3a3a3a;
[5] Fix | Delete
}
[6] Fix | Delete
[7] Fix | Delete
:root .jp-carousel-light {
[8] Fix | Delete
--jp-carousel-primary-color: #000;
[9] Fix | Delete
--jp-carousel-primary-subtle-color: #646970;
[10] Fix | Delete
--jp-carousel-bg-color: #fff;
[11] Fix | Delete
--jp-carousel-bg-faded-color: #fbfbfb;
[12] Fix | Delete
--jp-carousel-border-color: #dcdcde;
[13] Fix | Delete
}
[14] Fix | Delete
[15] Fix | Delete
.jp-carousel-overlay .swiper-button-prev,
[16] Fix | Delete
.jp-carousel-overlay .swiper-rtl .swiper-button-next,
[17] Fix | Delete
.jp-carousel-overlay .swiper-button-next,
[18] Fix | Delete
.jp-carousel-overlay .swiper-rtl .swiper-button-prev {
[19] Fix | Delete
background-image: none;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
/* end of temporary fix */
[23] Fix | Delete
[24] Fix | Delete
[data-carousel-extra]:not(.jp-carousel-wrap) img,
[25] Fix | Delete
[data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
[26] Fix | Delete
cursor: pointer;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
.jp-carousel-wrap * {
[30] Fix | Delete
line-height: inherit;
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
.jp-carousel-wrap.swiper {
[34] Fix | Delete
height: auto;
[35] Fix | Delete
width: 100vw;
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
.jp-carousel-overlay .swiper-zoom-container {
[39] Fix | Delete
background-size: 200%;
[40] Fix | Delete
background-repeat: no-repeat;
[41] Fix | Delete
background-position: center;
[42] Fix | Delete
}
[43] Fix | Delete
[44] Fix | Delete
/*
[45] Fix | Delete
To prevent flash of prev/next image scale transition after pinch zoom we need
[46] Fix | Delete
to hide them. Swiper does not add a class of `swiper-slide-zoomed` to slides
[47] Fix | Delete
on pinch and zoom so we have to target all affected elements in touch devices.
[48] Fix | Delete
*/
[49] Fix | Delete
.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img,
[50] Fix | Delete
.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
[51] Fix | Delete
transition: none !important;
[52] Fix | Delete
}
[53] Fix | Delete
[54] Fix | Delete
.jp-carousel-overlay .swiper-button-prev,
[55] Fix | Delete
.jp-carousel-overlay .swiper-button-next {
[56] Fix | Delete
opacity: 0.5;
[57] Fix | Delete
transition: 0.5s opacity ease-out;
[58] Fix | Delete
height: initial;
[59] Fix | Delete
width: initial;
[60] Fix | Delete
padding: 20px 40px;
[61] Fix | Delete
background-image: none;
[62] Fix | Delete
}
[63] Fix | Delete
[64] Fix | Delete
.jp-carousel-overlay .swiper-button-prev:hover,
[65] Fix | Delete
.jp-carousel-overlay .swiper-button-next:hover {
[66] Fix | Delete
opacity: 1;
[67] Fix | Delete
}
[68] Fix | Delete
[69] Fix | Delete
.jp-carousel-overlay .swiper-button-next::after,
[70] Fix | Delete
.jp-carousel-overlay .swiper-rtl .swiper-button-next::after,
[71] Fix | Delete
.jp-carousel-overlay .swiper-button-prev::after,
[72] Fix | Delete
.jp-carousel-overlay .swiper-rtl .swiper-button-prev::after {
[73] Fix | Delete
content: none;
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
.jp-carousel-overlay .swiper-button-prev svg,
[77] Fix | Delete
.jp-carousel-overlay .swiper-button-next svg {
[78] Fix | Delete
height: 30px;
[79] Fix | Delete
width: 28px;
[80] Fix | Delete
background: var(--jp-carousel-bg-color);
[81] Fix | Delete
border-radius: 4px;
[82] Fix | Delete
}
[83] Fix | Delete
[84] Fix | Delete
.jp-carousel-overlay .swiper-button-prev svg:hover,
[85] Fix | Delete
.jp-carousel-overlay .swiper-button-next svg:hover {
[86] Fix | Delete
background: var(--jp-carousel-primary-subtle-color);
[87] Fix | Delete
}
[88] Fix | Delete
[89] Fix | Delete
.jp-carousel-overlay {
[90] Fix | Delete
font-family: "Helvetica Neue", sans-serif !important;
[91] Fix | Delete
z-index: 2147483647;
[92] Fix | Delete
overflow-x: hidden;
[93] Fix | Delete
overflow-y: auto;
[94] Fix | Delete
direction: ltr;
[95] Fix | Delete
position: fixed;
[96] Fix | Delete
top: 0;
[97] Fix | Delete
right: 0;
[98] Fix | Delete
bottom: 0;
[99] Fix | Delete
left: 0;
[100] Fix | Delete
background: var(--jp-carousel-bg-color);
[101] Fix | Delete
}
[102] Fix | Delete
[103] Fix | Delete
.jp-carousel-overlay * {
[104] Fix | Delete
box-sizing: border-box;
[105] Fix | Delete
}
[106] Fix | Delete
[107] Fix | Delete
/* Fix for Twenty Nineteen theme compatibility */
[108] Fix | Delete
.jp-carousel-overlay h1::before,
[109] Fix | Delete
.jp-carousel-overlay h2::before,
[110] Fix | Delete
.jp-carousel-overlay h3::before {
[111] Fix | Delete
content: none;
[112] Fix | Delete
display: none;
[113] Fix | Delete
}
[114] Fix | Delete
[115] Fix | Delete
.jp-carousel-overlay .swiper .swiper-button-prev {
[116] Fix | Delete
left: 0;
[117] Fix | Delete
right: auto;
[118] Fix | Delete
}
[119] Fix | Delete
[120] Fix | Delete
.jp-carousel-overlay .swiper .swiper-button-next {
[121] Fix | Delete
right: 0;
[122] Fix | Delete
left: auto;
[123] Fix | Delete
}
[124] Fix | Delete
[125] Fix | Delete
.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-prev,
[126] Fix | Delete
.jp-carousel-overlay .swiper.swiper-rtl .swiper-button-next {
[127] Fix | Delete
transform: scaleX(-1);
[128] Fix | Delete
}
[129] Fix | Delete
[130] Fix | Delete
.jp-carousel-container {
[131] Fix | Delete
display: grid;
[132] Fix | Delete
grid-template-rows: 1fr 64px; /* 1. main carousel, 2. info area as footer */
[133] Fix | Delete
height: 100%;
[134] Fix | Delete
}
[135] Fix | Delete
[136] Fix | Delete
.jp-carousel-hide-controls .jp-carousel-container {
[137] Fix | Delete
grid-template-rows: 1fr;
[138] Fix | Delete
}
[139] Fix | Delete
[140] Fix | Delete
.jp-carousel-hide-controls .swiper-wrapper {
[141] Fix | Delete
margin-top: -32px; /* Compensate for the remove of the height of the info bar. */
[142] Fix | Delete
}
[143] Fix | Delete
[144] Fix | Delete
[145] Fix | Delete
.jp-carousel-hide-controls .jp-swiper-button-next,
[146] Fix | Delete
.jp-carousel-hide-controls .jp-swiper-button-prev {
[147] Fix | Delete
margin-top: -54px; /* The height of the info bar plus any top padding on the nav button itself. */
[148] Fix | Delete
}
[149] Fix | Delete
[150] Fix | Delete
.jp-carousel-msg {
[151] Fix | Delete
font-family: "Open Sans", sans-serif;
[152] Fix | Delete
font-style: normal;
[153] Fix | Delete
display: inline-block;
[154] Fix | Delete
line-height: 19px;
[155] Fix | Delete
padding: 11px 15px;
[156] Fix | Delete
font-size: 14px;
[157] Fix | Delete
text-align: center;
[158] Fix | Delete
margin: 25px 20px 0 2px;
[159] Fix | Delete
background-color: var(--jp-carousel-primary-color);
[160] Fix | Delete
border-left: 4px solid #ffba00;
[161] Fix | Delete
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
[162] Fix | Delete
}
[163] Fix | Delete
[164] Fix | Delete
.jp-carousel-info {
[165] Fix | Delete
display: flex;
[166] Fix | Delete
flex-direction: column;
[167] Fix | Delete
text-align: left !important;
[168] Fix | Delete
-webkit-font-smoothing: subpixel-antialiased !important;
[169] Fix | Delete
z-index: 100;
[170] Fix | Delete
background-color: var(--jp-carousel-bg-color);
[171] Fix | Delete
transition: opacity 200ms ease-out;
[172] Fix | Delete
opacity: 1;
[173] Fix | Delete
}
[174] Fix | Delete
[175] Fix | Delete
.jp-carousel-hide-controls .jp-carousel-info {
[176] Fix | Delete
visibility: hidden;
[177] Fix | Delete
height: 0;
[178] Fix | Delete
overflow: hidden;
[179] Fix | Delete
}
[180] Fix | Delete
[181] Fix | Delete
.jp-carousel-info-footer {
[182] Fix | Delete
position: relative;
[183] Fix | Delete
background-color: var(--jp-carousel-bg-color);
[184] Fix | Delete
height: 64px;
[185] Fix | Delete
display: flex;
[186] Fix | Delete
align-items: center;
[187] Fix | Delete
justify-content: space-between;
[188] Fix | Delete
width: 100vw;
[189] Fix | Delete
}
[190] Fix | Delete
[191] Fix | Delete
.jp-carousel-info-extra {
[192] Fix | Delete
display: none;
[193] Fix | Delete
background-color: var(--jp-carousel-bg-color);
[194] Fix | Delete
padding: 35px;
[195] Fix | Delete
width: 100vw;
[196] Fix | Delete
border-top: 1px solid var(--jp-carousel-bg-faded-color);
[197] Fix | Delete
}
[198] Fix | Delete
[199] Fix | Delete
.jp-carousel-title-and-caption {
[200] Fix | Delete
margin-bottom: 15px;
[201] Fix | Delete
}
[202] Fix | Delete
[203] Fix | Delete
.jp-carousel-info-extra.jp-carousel-show {
[204] Fix | Delete
display: block;
[205] Fix | Delete
}
[206] Fix | Delete
[207] Fix | Delete
.jp-carousel-info ::selection {
[208] Fix | Delete
background: var(--jp-carousel-primary-color); /* Safari */
[209] Fix | Delete
color: var(--jp-carousel-primary-color);
[210] Fix | Delete
}
[211] Fix | Delete
[212] Fix | Delete
.jp-carousel-info ::-moz-selection {
[213] Fix | Delete
background: var(--jp-carousel-primary-color); /* Firefox */
[214] Fix | Delete
color: var(--jp-carousel-primary-color);
[215] Fix | Delete
}
[216] Fix | Delete
[217] Fix | Delete
.jp-carousel-photo-info {
[218] Fix | Delete
left: 0 !important;
[219] Fix | Delete
width: 100% !important;
[220] Fix | Delete
}
[221] Fix | Delete
[222] Fix | Delete
.jp-carousel-comments-wrapper {
[223] Fix | Delete
padding: 0;
[224] Fix | Delete
width: 100% !important;
[225] Fix | Delete
display: none;
[226] Fix | Delete
}
[227] Fix | Delete
[228] Fix | Delete
.jp-carousel-comments-wrapper.jp-carousel-show {
[229] Fix | Delete
display: block;
[230] Fix | Delete
}
[231] Fix | Delete
[232] Fix | Delete
.jp-carousel-comments-wrapper > .jp-carousel-photo-info {
[233] Fix | Delete
display: none;
[234] Fix | Delete
}
[235] Fix | Delete
[236] Fix | Delete
.jp-carousel-transitions .jp-carousel-photo-info {
[237] Fix | Delete
transition: 400ms ease-out;
[238] Fix | Delete
}
[239] Fix | Delete
[240] Fix | Delete
.jp-carousel-buttons {
[241] Fix | Delete
margin: -18px -20px 15px;
[242] Fix | Delete
padding: 8px 10px;
[243] Fix | Delete
border-bottom: 1px solid #222;
[244] Fix | Delete
background: #222;
[245] Fix | Delete
text-align: center;
[246] Fix | Delete
}
[247] Fix | Delete
[248] Fix | Delete
div.jp-carousel-buttons a {
[249] Fix | Delete
border: none !important;
[250] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[251] Fix | Delete
font: 400 11px/1.2em "Helvetica Neue", sans-serif !important;
[252] Fix | Delete
letter-spacing: 0 !important;
[253] Fix | Delete
padding: 5px 2px 5px 0;
[254] Fix | Delete
text-decoration: none !important;
[255] Fix | Delete
text-shadow: none !important;
[256] Fix | Delete
vertical-align: middle;
[257] Fix | Delete
-webkit-font-smoothing: subpixel-antialiased;
[258] Fix | Delete
}
[259] Fix | Delete
[260] Fix | Delete
div.jp-carousel-buttons a:hover {
[261] Fix | Delete
color: var(--jp-carousel-primary-color);
[262] Fix | Delete
border: none !important;
[263] Fix | Delete
}
[264] Fix | Delete
[265] Fix | Delete
.jp-carousel-transitions div.jp-carousel-buttons a:hover {
[266] Fix | Delete
transition: none !important;
[267] Fix | Delete
}
[268] Fix | Delete
[269] Fix | Delete
.jp-carousel-slide,
[270] Fix | Delete
.jp-carousel-slide img {
[271] Fix | Delete
transform: translate3d(0, 0, 0);
[272] Fix | Delete
}
[273] Fix | Delete
[274] Fix | Delete
.jp-carousel-close-hint {
[275] Fix | Delete
letter-spacing: 0 !important;
[276] Fix | Delete
position: fixed;
[277] Fix | Delete
top: 20px;
[278] Fix | Delete
right: 30px;
[279] Fix | Delete
padding: 10px;
[280] Fix | Delete
text-align: right;
[281] Fix | Delete
width: 45px;
[282] Fix | Delete
height: 45px;
[283] Fix | Delete
z-index: 15;
[284] Fix | Delete
color: var(--jp-carousel-primary-color);
[285] Fix | Delete
cursor: pointer;
[286] Fix | Delete
transition: opacity 200ms ease-out;
[287] Fix | Delete
}
[288] Fix | Delete
[289] Fix | Delete
.jp-carousel-transitions .jp-carousel-close-hint {
[290] Fix | Delete
transition: color 200ms linear;
[291] Fix | Delete
}
[292] Fix | Delete
[293] Fix | Delete
.jp-carousel-close-hint svg {
[294] Fix | Delete
padding: 3px 2px;
[295] Fix | Delete
background: var(--jp-carousel-bg-color);
[296] Fix | Delete
border-radius: 4px;
[297] Fix | Delete
}
[298] Fix | Delete
[299] Fix | Delete
.jp-carousel-close-hint svg:hover {
[300] Fix | Delete
background: var(--jp-carousel-primary-subtle-color);
[301] Fix | Delete
}
[302] Fix | Delete
[303] Fix | Delete
.jp-carousel-close-hint:hover {
[304] Fix | Delete
color: var(--jp-carousel-primary-color);
[305] Fix | Delete
}
[306] Fix | Delete
[307] Fix | Delete
.jp-carousel-close-hint:hover span {
[308] Fix | Delete
border-color: var(--jp-carousel-primary-color);
[309] Fix | Delete
}
[310] Fix | Delete
[311] Fix | Delete
/** Pagination Start **/
[312] Fix | Delete
.jp-carousel-pagination-container {
[313] Fix | Delete
flex: 1;
[314] Fix | Delete
margin: 0 15px 0 35px;
[315] Fix | Delete
}
[316] Fix | Delete
[317] Fix | Delete
.jp-swiper-pagination,
[318] Fix | Delete
.jp-carousel-pagination {
[319] Fix | Delete
color: var(--jp-carousel-primary-color);
[320] Fix | Delete
font-size: 15px; /* same as .jp-carousel-info-footer .jp-carousel-photo-title */
[321] Fix | Delete
font-weight: 400;
[322] Fix | Delete
white-space: nowrap;
[323] Fix | Delete
display: none;
[324] Fix | Delete
position: static !important;
[325] Fix | Delete
}
[326] Fix | Delete
[327] Fix | Delete
.jp-carousel-pagination-container .swiper-pagination {
[328] Fix | Delete
text-align: left;
[329] Fix | Delete
line-height: 8px;
[330] Fix | Delete
}
[331] Fix | Delete
[332] Fix | Delete
.jp-carousel-pagination {
[333] Fix | Delete
padding-left: 5px;
[334] Fix | Delete
}
[335] Fix | Delete
[336] Fix | Delete
.jp-swiper-pagination .swiper-pagination-bullet {
[337] Fix | Delete
background: var(--jp-carousel-primary-subtle-color);
[338] Fix | Delete
margin: 0 4px;
[339] Fix | Delete
}
[340] Fix | Delete
[341] Fix | Delete
.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
[342] Fix | Delete
background: var(--jp-carousel-primary-color);
[343] Fix | Delete
}
[344] Fix | Delete
[345] Fix | Delete
.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
[346] Fix | Delete
background: var(--jp-carousel-primary-color);
[347] Fix | Delete
opacity: 0.5;
[348] Fix | Delete
}
[349] Fix | Delete
[350] Fix | Delete
/** Pagination End **/
[351] Fix | Delete
[352] Fix | Delete
/** Title and Desc Start **/
[353] Fix | Delete
.jp-carousel-info-footer .jp-carousel-photo-title-container {
[354] Fix | Delete
flex: 4;
[355] Fix | Delete
justify-content: center;
[356] Fix | Delete
overflow: hidden;
[357] Fix | Delete
margin: 0;
[358] Fix | Delete
}
[359] Fix | Delete
[360] Fix | Delete
.jp-carousel-photo-title,
[361] Fix | Delete
.jp-carousel-photo-caption {
[362] Fix | Delete
background: none !important;
[363] Fix | Delete
border: none !important;
[364] Fix | Delete
display: inline-block;
[365] Fix | Delete
font: 400 20px/1.3em "Helvetica Neue", sans-serif;
[366] Fix | Delete
line-height: normal;
[367] Fix | Delete
letter-spacing: 0 !important;
[368] Fix | Delete
margin: 0 0 10px 0;
[369] Fix | Delete
padding: 0;
[370] Fix | Delete
overflow: hidden;
[371] Fix | Delete
text-shadow: none !important;
[372] Fix | Delete
text-transform: none !important;
[373] Fix | Delete
color: var(--jp-carousel-primary-color);
[374] Fix | Delete
}
[375] Fix | Delete
[376] Fix | Delete
.jp-carousel-info-footer .jp-carousel-photo-caption {
[377] Fix | Delete
text-align: center;
[378] Fix | Delete
font-size: 15px; /* same as .jp-carousel-pagination */
[379] Fix | Delete
white-space: nowrap;
[380] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[381] Fix | Delete
cursor: pointer;
[382] Fix | Delete
margin: 0;
[383] Fix | Delete
text-overflow: ellipsis;
[384] Fix | Delete
}
[385] Fix | Delete
[386] Fix | Delete
.jp-carousel-info-footer .jp-carousel-photo-caption p {
[387] Fix | Delete
margin: 0;
[388] Fix | Delete
}
[389] Fix | Delete
[390] Fix | Delete
.jp-carousel-photo-title {
[391] Fix | Delete
font-size: 32px;
[392] Fix | Delete
margin-bottom: 2px;
[393] Fix | Delete
}
[394] Fix | Delete
[395] Fix | Delete
.jp-carousel-photo-description {
[396] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[397] Fix | Delete
font-size: 16px;
[398] Fix | Delete
margin: 25px 0;
[399] Fix | Delete
width: 100%;
[400] Fix | Delete
overflow: hidden;
[401] Fix | Delete
overflow-wrap: break-word;
[402] Fix | Delete
}
[403] Fix | Delete
[404] Fix | Delete
.jp-carousel-photo-description p {
[405] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[406] Fix | Delete
line-height: 1.4;
[407] Fix | Delete
margin-bottom: 0;
[408] Fix | Delete
}
[409] Fix | Delete
[410] Fix | Delete
.jp-carousel-photo-description p a,
[411] Fix | Delete
.jp-carousel-comments p a,
[412] Fix | Delete
.jp-carousel-info h2 a {
[413] Fix | Delete
color: var(--jp-carousel-primary-color) !important;
[414] Fix | Delete
border: none !important;
[415] Fix | Delete
text-decoration: underline !important;
[416] Fix | Delete
font-weight: 400 !important;
[417] Fix | Delete
font-style: normal !important;
[418] Fix | Delete
}
[419] Fix | Delete
[420] Fix | Delete
.jp-carousel-photo-description p strong,
[421] Fix | Delete
.jp-carousel-photo-description p b {
[422] Fix | Delete
font-weight: 700;
[423] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[424] Fix | Delete
}
[425] Fix | Delete
[426] Fix | Delete
.jp-carousel-photo-description p em,
[427] Fix | Delete
.jp-carousel-photo-description p i {
[428] Fix | Delete
font-style: italic;
[429] Fix | Delete
color: var(--jp-carousel-primary-subtle-color);
[430] Fix | Delete
}
[431] Fix | Delete
[432] Fix | Delete
.jp-carousel-photo-description p a:hover,
[433] Fix | Delete
.jp-carousel-comments p a:hover,
[434] Fix | Delete
.jp-carousel-info h2 a:hover {
[435] Fix | Delete
color: var(--jp-carousel-primary-subtle-color) !important;
[436] Fix | Delete
}
[437] Fix | Delete
[438] Fix | Delete
.jp-carousel-photo-description p:empty {
[439] Fix | Delete
display: none;
[440] Fix | Delete
}
[441] Fix | Delete
[442] Fix | Delete
.jp-carousel-photo-info h1::before,
[443] Fix | Delete
.jp-carousel-photo-info h1::after,
[444] Fix | Delete
.jp-carousel-comments-wrapper h1::before,
[445] Fix | Delete
.jp-carousel-comments-wrapper h1::after {
[446] Fix | Delete
content: none !important;
[447] Fix | Delete
}
[448] Fix | Delete
[449] Fix | Delete
.jp-carousel-caption {
[450] Fix | Delete
font-size: 14px;
[451] Fix | Delete
font-weight: 400;
[452] Fix | Delete
margin: 0;
[453] Fix | Delete
}
[454] Fix | Delete
[455] Fix | Delete
/** Title and Desc End **/
[456] Fix | Delete
[457] Fix | Delete
/** Meta Box Start **/
[458] Fix | Delete
.jp-carousel-image-meta {
[459] Fix | Delete
color: var(--jp-carousel-primary-color);
[460] Fix | Delete
font: 12px/1.4 "Helvetica Neue", sans-serif !important;
[461] Fix | Delete
width: 100%;
[462] Fix | Delete
display: none;
[463] Fix | Delete
}
[464] Fix | Delete
[465] Fix | Delete
.jp-carousel-image-meta.jp-carousel-show {
[466] Fix | Delete
display: block;
[467] Fix | Delete
}
[468] Fix | Delete
[469] Fix | Delete
.jp-carousel-image-meta li,
[470] Fix | Delete
.jp-carousel-image-meta h5 {
[471] Fix | Delete
font-family: "Helvetica Neue", sans-serif !important;
[472] Fix | Delete
position: inherit !important;
[473] Fix | Delete
top: auto !important;
[474] Fix | Delete
right: auto !important;
[475] Fix | Delete
left: auto !important;
[476] Fix | Delete
bottom: auto !important;
[477] Fix | Delete
background: none !important;
[478] Fix | Delete
border: none !important;
[479] Fix | Delete
font-weight: 400 !important;
[480] Fix | Delete
/* stylelint-disable-next-line declaration-property-unit-allowed-list -- this should be changed to a unitless value: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/#values */
[481] Fix | Delete
line-height: 1.3em !important;
[482] Fix | Delete
}
[483] Fix | Delete
[484] Fix | Delete
.jp-carousel-image-meta ul {
[485] Fix | Delete
margin: 0 !important;
[486] Fix | Delete
padding: 0 !important;
[487] Fix | Delete
list-style: none !important;
[488] Fix | Delete
}
[489] Fix | Delete
[490] Fix | Delete
.jp-carousel-image-meta li {
[491] Fix | Delete
width: 48% !important;
[492] Fix | Delete
display: inline-block !important;
[493] Fix | Delete
vertical-align: top !important;
[494] Fix | Delete
margin: 0 2% 15px 0 !important;
[495] Fix | Delete
color: var(--jp-carousel-primary-color) !important;
[496] Fix | Delete
font-size: 13px !important;
[497] Fix | Delete
}
[498] Fix | Delete
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function