Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../themes/herald/assets/css
File: dynamic-css.php
$body_styles = herald_get_option('body_background');
[500] Fix | Delete
$body_bg = isset($body_styles['background-color']) ? $body_styles['background-color'] : false;
[501] Fix | Delete
if( $last_bg == $body_bg ){
[502] Fix | Delete
echo '.herald-site-content { margin-top: 1px; }';
[503] Fix | Delete
}
[504] Fix | Delete
}
[505] Fix | Delete
}
[506] Fix | Delete
}
[507] Fix | Delete
[508] Fix | Delete
}
[509] Fix | Delete
[510] Fix | Delete
[511] Fix | Delete
?>
[512] Fix | Delete
[513] Fix | Delete
body {
[514] Fix | Delete
<?php if( $content_layout == 'boxed') : ?>
[515] Fix | Delete
<?php echo wp_kses_post( $body_background ); ?>
[516] Fix | Delete
<?php else: ?>
[517] Fix | Delete
background-color: <?php echo esc_attr( $color_content_bg ); ?>;
[518] Fix | Delete
<?php endif; ?>
[519] Fix | Delete
color: <?php echo esc_attr( $color_content_txt ); ?>;
[520] Fix | Delete
font-family: <?php echo wp_kses_post( $main_font['font-family'] ); ?>;
[521] Fix | Delete
font-weight: <?php echo esc_attr( $main_font['font-weight'] ); ?>;
[522] Fix | Delete
<?php if ( isset( $main_font['font-style'] ) && !empty( $main_font['font-style'] ) ):?>
[523] Fix | Delete
font-style: <?php echo esc_attr( $main_font['font-style'] ); ?>;
[524] Fix | Delete
<?php endif; ?>
[525] Fix | Delete
}
[526] Fix | Delete
[527] Fix | Delete
.herald-site-content{
[528] Fix | Delete
background-color: <?php echo esc_attr( $color_content_bg ); ?>;
[529] Fix | Delete
<?php if( $content_layout == 'boxed') : ?>
[530] Fix | Delete
box-shadow: 0 0 0 1px <?php echo herald_hex2rgba( $color_content_txt, 0.1); ?>;
[531] Fix | Delete
<?php endif; ?>
[532] Fix | Delete
}
[533] Fix | Delete
[534] Fix | Delete
/* Typography styles */
[535] Fix | Delete
[536] Fix | Delete
h1, h2, h3, h4, h5, h6,
[537] Fix | Delete
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
[538] Fix | Delete
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text,
[539] Fix | Delete
.wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text,
[540] Fix | Delete
.wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{
[541] Fix | Delete
font-family: <?php echo wp_kses_post( $h_font['font-family'] ); ?>;
[542] Fix | Delete
font-weight: <?php echo esc_attr( $h_font['font-weight'] ) ?>;
[543] Fix | Delete
<?php if ( isset( $h_font['font-style'] ) && !empty( $h_font['font-style'] ) ):?>
[544] Fix | Delete
font-style: <?php echo esc_attr( $h_font['font-style'] ) ?>;
[545] Fix | Delete
<?php endif; ?>
[546] Fix | Delete
}
[547] Fix | Delete
.header-middle .herald-menu,
[548] Fix | Delete
.header-bottom .herald-menu,
[549] Fix | Delete
.herald-header-sticky .herald-menu,
[550] Fix | Delete
.herald-mobile-nav{
[551] Fix | Delete
font-family: <?php echo wp_kses_post( $nav_font['font-family'] ); ?>;
[552] Fix | Delete
font-weight: <?php echo esc_attr( $nav_font['font-weight'] ); ?>;
[553] Fix | Delete
<?php if ( isset( $nav_font['font-style'] ) && !empty( $nav_font['font-style'] ) ):?>
[554] Fix | Delete
font-style: <?php echo esc_attr( $nav_font['font-style'] ); ?>;
[555] Fix | Delete
<?php endif; ?>
[556] Fix | Delete
}
[557] Fix | Delete
.herald-menu li.herald-mega-menu .herald-ovrld .meta-category a{
[558] Fix | Delete
font-family: <?php echo wp_kses_post( $main_font['font-family'] ); ?>;
[559] Fix | Delete
font-weight: <?php echo esc_attr( $main_font['font-weight'] ); ?>;
[560] Fix | Delete
<?php if ( isset( $main_font['font-style'] ) && !empty( $main_font['font-style'] ) ):?>
[561] Fix | Delete
font-style: <?php echo esc_attr( $main_font['font-style'] ); ?>;
[562] Fix | Delete
<?php endif; ?>
[563] Fix | Delete
}
[564] Fix | Delete
.herald-entry-content blockquote p{
[565] Fix | Delete
color: <?php echo esc_attr( $color_content_acc ); ?>;
[566] Fix | Delete
}
[567] Fix | Delete
pre {
[568] Fix | Delete
background: <?php echo herald_hex2rgba( $color_content_txt , 0.06); ?>;
[569] Fix | Delete
border: 1px solid <?php echo herald_hex2rgba( $color_content_txt , 0.2); ?>;
[570] Fix | Delete
}
[571] Fix | Delete
thead {
[572] Fix | Delete
background: <?php echo herald_hex2rgba( $color_content_txt , 0.06); ?>;
[573] Fix | Delete
}
[574] Fix | Delete
[575] Fix | Delete
/* General styles */
[576] Fix | Delete
a,
[577] Fix | Delete
.entry-title a:hover,
[578] Fix | Delete
.herald-menu .sub-menu li .meta-category a{
[579] Fix | Delete
color: <?php echo esc_attr( $color_content_acc ); ?>;
[580] Fix | Delete
}
[581] Fix | Delete
.entry-meta-wrapper .entry-meta span:before,
[582] Fix | Delete
.entry-meta-wrapper .entry-meta a:before,
[583] Fix | Delete
.entry-meta-wrapper .entry-meta .meta-item:before,
[584] Fix | Delete
.entry-meta-wrapper .entry-meta div,
[585] Fix | Delete
li.herald-mega-menu .sub-menu .entry-title a,
[586] Fix | Delete
.entry-meta-wrapper .herald-author-twitter{
[587] Fix | Delete
color: <?php echo esc_attr( $color_content_txt ); ?>;
[588] Fix | Delete
}
[589] Fix | Delete
.herald-mod-title h1,
[590] Fix | Delete
.herald-mod-title h2,
[591] Fix | Delete
.herald-mod-title h4{
[592] Fix | Delete
color: <?php echo esc_attr( $color_content_bg ); ?>;
[593] Fix | Delete
}
[594] Fix | Delete
.herald-mod-head:after,
[595] Fix | Delete
.herald-mod-title .herald-color,
[596] Fix | Delete
.widget-title:after,
[597] Fix | Delete
.widget-title span{
[598] Fix | Delete
color: <?php echo esc_attr( $color_content_bg ); ?>;
[599] Fix | Delete
background-color: <?php echo esc_attr( $color_content_title ); ?>;
[600] Fix | Delete
}
[601] Fix | Delete
.herald-mod-title .herald-color a{
[602] Fix | Delete
color: <?php echo esc_attr( $color_content_bg ); ?>;
[603] Fix | Delete
}
[604] Fix | Delete
.herald-ovrld .meta-category a,
[605] Fix | Delete
.herald-fa-wrapper .meta-category a{
[606] Fix | Delete
background-color: <?php echo esc_attr( $color_content_acc ); ?>;
[607] Fix | Delete
}
[608] Fix | Delete
[609] Fix | Delete
.meta-tags a,
[610] Fix | Delete
.widget_tag_cloud a,
[611] Fix | Delete
.herald-share-meta:after,
[612] Fix | Delete
.wp-block-tag-cloud a{
[613] Fix | Delete
background: <?php echo herald_hex2rgba( $color_content_title , 0.1); ?>;
[614] Fix | Delete
}
[615] Fix | Delete
h1, h2, h3, h4, h5, h6,
[616] Fix | Delete
.entry-title a {
[617] Fix | Delete
color: <?php echo esc_attr( $color_content_title ); ?>;
[618] Fix | Delete
}
[619] Fix | Delete
[620] Fix | Delete
.herald-pagination .page-numbers,
[621] Fix | Delete
.herald-mod-subnav a,
[622] Fix | Delete
.herald-mod-actions a,
[623] Fix | Delete
.herald-slider-controls div,
[624] Fix | Delete
.meta-tags a,
[625] Fix | Delete
.widget.widget_tag_cloud a,
[626] Fix | Delete
.herald-sidebar .mks_autor_link_wrap a,
[627] Fix | Delete
.herald-sidebar .meks-instagram-follow-link a,
[628] Fix | Delete
.mks_themeforest_widget .mks_read_more a,
[629] Fix | Delete
.herald-read-more,
[630] Fix | Delete
.wp-block-tag-cloud a{
[631] Fix | Delete
color: <?php echo esc_attr( $color_content_txt ); ?>;
[632] Fix | Delete
}
[633] Fix | Delete
.widget.widget_tag_cloud a:hover,
[634] Fix | Delete
.entry-content .meta-tags a:hover,
[635] Fix | Delete
.wp-block-tag-cloud a:hover{
[636] Fix | Delete
background-color: <?php echo esc_attr( $color_content_acc ); ?>;
[637] Fix | Delete
color: #FFF;
[638] Fix | Delete
}
[639] Fix | Delete
.herald-pagination .prev.page-numbers,
[640] Fix | Delete
.herald-pagination .next.page-numbers,
[641] Fix | Delete
.herald-pagination .prev.page-numbers:hover,
[642] Fix | Delete
.herald-pagination .next.page-numbers:hover,
[643] Fix | Delete
.herald-pagination .page-numbers.current,
[644] Fix | Delete
.herald-pagination .page-numbers.current:hover,
[645] Fix | Delete
.herald-next a,
[646] Fix | Delete
.herald-pagination .herald-next a:hover,
[647] Fix | Delete
.herald-prev a,
[648] Fix | Delete
.herald-pagination .herald-prev a:hover,
[649] Fix | Delete
.herald-load-more a,
[650] Fix | Delete
.herald-load-more a:hover,
[651] Fix | Delete
.entry-content .herald-search-submit,
[652] Fix | Delete
.herald-mod-desc .herald-search-submit,
[653] Fix | Delete
.wpcf7-submit,
[654] Fix | Delete
body div.wpforms-container-full .wpforms-form input[type=submit],
[655] Fix | Delete
body div.wpforms-container-full .wpforms-form button[type=submit],
[656] Fix | Delete
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
[657] Fix | Delete
background-color:<?php echo esc_attr( $color_content_acc ); ?>;
[658] Fix | Delete
color: #FFF;
[659] Fix | Delete
}
[660] Fix | Delete
.herald-pagination .page-numbers:hover{
[661] Fix | Delete
background-color: <?php echo herald_hex2rgba( $color_content_txt , 0.1); ?>;
[662] Fix | Delete
}
[663] Fix | Delete
[664] Fix | Delete
.widget a,
[665] Fix | Delete
.recentcomments a,
[666] Fix | Delete
.widget a:hover,
[667] Fix | Delete
.herald-sticky-next a:hover,
[668] Fix | Delete
.herald-sticky-prev a:hover,
[669] Fix | Delete
.herald-mod-subnav a:hover,
[670] Fix | Delete
.herald-mod-actions a:hover,
[671] Fix | Delete
.herald-slider-controls div:hover,
[672] Fix | Delete
.meta-tags a:hover,
[673] Fix | Delete
.widget_tag_cloud a:hover,
[674] Fix | Delete
.mks_autor_link_wrap a:hover,
[675] Fix | Delete
.meks-instagram-follow-link a:hover,
[676] Fix | Delete
.mks_themeforest_widget .mks_read_more a:hover,
[677] Fix | Delete
.herald-read-more:hover,
[678] Fix | Delete
.widget .entry-title a:hover,
[679] Fix | Delete
li.herald-mega-menu .sub-menu .entry-title a:hover,
[680] Fix | Delete
.entry-meta-wrapper .meta-item:hover a,
[681] Fix | Delete
.entry-meta-wrapper .meta-item:hover a:before,
[682] Fix | Delete
.entry-meta-wrapper .herald-share:hover > span,
[683] Fix | Delete
.entry-meta-wrapper .herald-author-name:hover,
[684] Fix | Delete
.entry-meta-wrapper .herald-author-twitter:hover,
[685] Fix | Delete
.entry-meta-wrapper .herald-author-twitter:hover:before{
[686] Fix | Delete
color:<?php echo esc_attr( $color_content_acc ); ?>;
[687] Fix | Delete
}
[688] Fix | Delete
.widget ul li a,
[689] Fix | Delete
.widget .entry-title a,
[690] Fix | Delete
.herald-author-name,
[691] Fix | Delete
.entry-meta-wrapper .meta-item,
[692] Fix | Delete
.entry-meta-wrapper .meta-item span,
[693] Fix | Delete
.entry-meta-wrapper .meta-item a,
[694] Fix | Delete
.herald-mod-actions a{
[695] Fix | Delete
color: <?php echo esc_attr( $color_content_txt ); ?>;
[696] Fix | Delete
}
[697] Fix | Delete
.widget li:before{
[698] Fix | Delete
background: <?php echo herald_hex2rgba( $color_content_txt , 0.3); ?>;
[699] Fix | Delete
}
[700] Fix | Delete
.widget_categories .count{
[701] Fix | Delete
background: <?php echo esc_attr( $color_content_acc ); ?>;
[702] Fix | Delete
color: #FFF;
[703] Fix | Delete
}
[704] Fix | Delete
input[type="submit"],
[705] Fix | Delete
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
[706] Fix | Delete
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
[707] Fix | Delete
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
[708] Fix | Delete
.spinner > div{
[709] Fix | Delete
background-color: <?php echo esc_attr( $color_content_acc ); ?>;
[710] Fix | Delete
}
[711] Fix | Delete
.herald-mod-actions a:hover,
[712] Fix | Delete
.comment-body .edit-link a,
[713] Fix | Delete
.herald-breadcrumbs a:hover{
[714] Fix | Delete
color:<?php echo esc_attr( $color_content_acc ); ?>;
[715] Fix | Delete
}
[716] Fix | Delete
.herald-header-wraper .herald-soc-nav a:hover,
[717] Fix | Delete
.meta-tags span,
[718] Fix | Delete
li.herald-mega-menu .herald-ovrld .entry-title a,
[719] Fix | Delete
li.herald-mega-menu .herald-ovrld .entry-title a:hover,
[720] Fix | Delete
.herald-ovrld .entry-meta .herald-reviews i:before{
[721] Fix | Delete
color: #FFF;
[722] Fix | Delete
}
[723] Fix | Delete
.entry-meta .meta-item,
[724] Fix | Delete
.entry-meta span,
[725] Fix | Delete
.entry-meta a,
[726] Fix | Delete
.meta-category span,
[727] Fix | Delete
.post-date,
[728] Fix | Delete
.recentcomments,
[729] Fix | Delete
.rss-date,
[730] Fix | Delete
.comment-metadata a,
[731] Fix | Delete
.entry-meta a:hover,
[732] Fix | Delete
.herald-menu li.herald-mega-menu .col-lg-3 a:after,
[733] Fix | Delete
.herald-breadcrumbs,
[734] Fix | Delete
.herald-breadcrumbs a,
[735] Fix | Delete
.entry-meta .herald-reviews i:before{
[736] Fix | Delete
color: <?php echo esc_attr( $color_content_meta ); ?>;
[737] Fix | Delete
}
[738] Fix | Delete
[739] Fix | Delete
.herald-lay-a .herald-lay-over{
[740] Fix | Delete
background: <?php echo esc_attr( $color_content_bg ); ?>;
[741] Fix | Delete
}
[742] Fix | Delete
.herald-pagination a:hover,
[743] Fix | Delete
input[type="submit"]:hover,
[744] Fix | Delete
.entry-content .herald-search-submit:hover,
[745] Fix | Delete
.wpcf7-submit:hover,
[746] Fix | Delete
.herald-fa-wrapper .meta-category a:hover,
[747] Fix | Delete
.herald-ovrld .meta-category a:hover,
[748] Fix | Delete
.herald-mod-desc .herald-search-submit:hover,
[749] Fix | Delete
.herald-single-sticky .herald-share .meks_ess a:hover,
[750] Fix | Delete
body div.wpforms-container-full .wpforms-form input[type=submit]:hover,
[751] Fix | Delete
body div.wpforms-container-full .wpforms-form button[type=submit]:hover,
[752] Fix | Delete
body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{
[753] Fix | Delete
cursor: pointer;
[754] Fix | Delete
text-decoration: none;
[755] Fix | Delete
background-image: -moz-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
[756] Fix | Delete
background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0.1)));
[757] Fix | Delete
background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
[758] Fix | Delete
background-image: -o-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
[759] Fix | Delete
background-image: -ms-linear-gradient(left,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
[760] Fix | Delete
background-image: linear-gradient(to right,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
[761] Fix | Delete
}
[762] Fix | Delete
.herald-sticky-next a,
[763] Fix | Delete
.herald-sticky-prev a{
[764] Fix | Delete
color: <?php echo esc_attr( $color_content_txt ); ?>;
[765] Fix | Delete
}
[766] Fix | Delete
.herald-sticky-prev a:before,
[767] Fix | Delete
.herald-sticky-next a:before,
[768] Fix | Delete
.herald-comment-action,
[769] Fix | Delete
.meta-tags span,
[770] Fix | Delete
.herald-entry-content .herald-link-pages a{
[771] Fix | Delete
background: <?php echo esc_attr( $color_content_txt ); ?>;
[772] Fix | Delete
}
[773] Fix | Delete
.herald-sticky-prev a:hover:before,
[774] Fix | Delete
.herald-sticky-next a:hover:before,
[775] Fix | Delete
.herald-comment-action:hover,
[776] Fix | Delete
div.mejs-controls .mejs-time-rail .mejs-time-current,
[777] Fix | Delete
.herald-entry-content .herald-link-pages a:hover{
[778] Fix | Delete
background: <?php echo esc_attr( $color_content_acc ); ?>;
[779] Fix | Delete
}
[780] Fix | Delete
[781] Fix | Delete
/* Footer */
[782] Fix | Delete
[783] Fix | Delete
.herald-site-footer{
[784] Fix | Delete
background: <?php echo esc_attr( $color_footer_bg ); ?>;
[785] Fix | Delete
color: <?php echo esc_attr( $color_footer_txt ); ?>;
[786] Fix | Delete
}
[787] Fix | Delete
.herald-site-footer .widget-title span{
[788] Fix | Delete
color: <?php echo esc_attr( $color_footer_txt ); ?>;
[789] Fix | Delete
background: transparent;
[790] Fix | Delete
}
[791] Fix | Delete
.herald-site-footer .widget-title:before{
[792] Fix | Delete
background:<?php echo esc_attr( $color_footer_txt ); ?>;
[793] Fix | Delete
}
[794] Fix | Delete
.herald-site-footer .widget-title:after,
[795] Fix | Delete
.herald-site-footer .widget_tag_cloud a{
[796] Fix | Delete
background: <?php echo herald_hex2rgba($color_footer_txt, 0.1); ?>;
[797] Fix | Delete
}
[798] Fix | Delete
.herald-site-footer .widget li:before{
[799] Fix | Delete
background: <?php echo herald_hex2rgba($color_footer_txt, 0.3); ?>;
[800] Fix | Delete
}
[801] Fix | Delete
.herald-site-footer a,
[802] Fix | Delete
.herald-site-footer .widget a:hover,
[803] Fix | Delete
.herald-site-footer .widget .meta-category a,
[804] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-prev:hover,
[805] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-next:hover,
[806] Fix | Delete
.herald-site-footer .herald-slider-controls .herald-mod-actions:hover{
[807] Fix | Delete
color: <?php echo esc_attr( $color_footer_acc ); ?>;
[808] Fix | Delete
}
[809] Fix | Delete
.herald-site-footer .widget a,
[810] Fix | Delete
.herald-site-footer .mks_author_widget h3{
[811] Fix | Delete
color: <?php echo esc_attr( $color_footer_txt ); ?>;
[812] Fix | Delete
}
[813] Fix | Delete
.herald-site-footer .entry-meta .meta-item,
[814] Fix | Delete
.herald-site-footer .entry-meta span,
[815] Fix | Delete
.herald-site-footer .entry-meta a,
[816] Fix | Delete
.herald-site-footer .meta-category span,
[817] Fix | Delete
.herald-site-footer .post-date,
[818] Fix | Delete
.herald-site-footer .recentcomments,
[819] Fix | Delete
.herald-site-footer .rss-date,
[820] Fix | Delete
.herald-site-footer .comment-metadata a{
[821] Fix | Delete
color: <?php echo esc_attr( $color_footer_meta ); ?>;
[822] Fix | Delete
}
[823] Fix | Delete
.herald-site-footer .mks_author_widget .mks_autor_link_wrap a,
[824] Fix | Delete
.herald-site-footer .mks_read_more a,
[825] Fix | Delete
.herald-site-footer .herald-read-more,
[826] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-prev,
[827] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-next,
[828] Fix | Delete
.herald-site-footer .herald-mod-wrap .herald-mod-actions a{
[829] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_footer_txt, 0.2); ?>;
[830] Fix | Delete
}
[831] Fix | Delete
.herald-site-footer .mks_author_widget .mks_autor_link_wrap a:hover,
[832] Fix | Delete
.herald-site-footer .mks_read_more a:hover,
[833] Fix | Delete
.herald-site-footer .herald-read-more:hover,
[834] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-prev:hover,
[835] Fix | Delete
.herald-site-footer .herald-slider-controls .owl-next:hover,
[836] Fix | Delete
.herald-site-footer .herald-mod-wrap .herald-mod-actions a:hover{
[837] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_footer_acc, 0.5); ?>;
[838] Fix | Delete
}
[839] Fix | Delete
.herald-site-footer .widget_search .herald-search-input{
[840] Fix | Delete
color: <?php echo esc_attr( $color_footer_bg ); ?>;
[841] Fix | Delete
}
[842] Fix | Delete
.herald-site-footer .widget_tag_cloud a:hover{
[843] Fix | Delete
background:<?php echo esc_attr( $color_footer_acc ); ?>;
[844] Fix | Delete
color:#FFF;
[845] Fix | Delete
}
[846] Fix | Delete
.footer-bottom a{
[847] Fix | Delete
color:<?php echo esc_attr( $color_footer_txt ); ?>;
[848] Fix | Delete
}
[849] Fix | Delete
.footer-bottom a:hover,
[850] Fix | Delete
.footer-bottom .herald-copyright a{
[851] Fix | Delete
color:<?php echo esc_attr( $color_footer_acc ); ?>;
[852] Fix | Delete
}
[853] Fix | Delete
.footer-bottom .herald-menu li:hover > a{
[854] Fix | Delete
color: <?php echo esc_attr( $color_footer_acc ); ?>;
[855] Fix | Delete
}
[856] Fix | Delete
.footer-bottom .sub-menu{
[857] Fix | Delete
background-color: rgba(0,0,0,0.5);
[858] Fix | Delete
}
[859] Fix | Delete
[860] Fix | Delete
/* Borders */
[861] Fix | Delete
[862] Fix | Delete
[863] Fix | Delete
.herald-pagination{
[864] Fix | Delete
border-top: 1px solid <?php echo herald_hex2rgba( $color_content_title , 0.1); ?>;
[865] Fix | Delete
}
[866] Fix | Delete
.entry-content a:hover,
[867] Fix | Delete
.comment-respond a:hover,
[868] Fix | Delete
.comment-reply-link:hover{
[869] Fix | Delete
border-bottom: 2px solid <?php echo esc_attr( $color_content_acc ); ?>;
[870] Fix | Delete
}
[871] Fix | Delete
.footer-bottom .herald-copyright a:hover{
[872] Fix | Delete
border-bottom: 2px solid <?php echo esc_attr( $color_footer_acc ); ?>;
[873] Fix | Delete
}
[874] Fix | Delete
[875] Fix | Delete
.herald-slider-controls .owl-prev,
[876] Fix | Delete
.herald-slider-controls .owl-next,
[877] Fix | Delete
.herald-mod-wrap .herald-mod-actions a{
[878] Fix | Delete
border: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.2); ?>;
[879] Fix | Delete
}
[880] Fix | Delete
.herald-slider-controls .owl-prev:hover,
[881] Fix | Delete
.herald-slider-controls .owl-next:hover,
[882] Fix | Delete
.herald-mod-wrap .herald-mod-actions a:hover,
[883] Fix | Delete
.herald-author .herald-socials-actions .herald-mod-actions a:hover {
[884] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_content_acc, 0.5); ?>;
[885] Fix | Delete
}
[886] Fix | Delete
[887] Fix | Delete
#wp-calendar thead th,
[888] Fix | Delete
#wp-calendar tbody td,
[889] Fix | Delete
#wp-calendar tbody td:last-child{
[890] Fix | Delete
border: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.1); ?>;
[891] Fix | Delete
}
[892] Fix | Delete
[893] Fix | Delete
.herald-link-pages{
[894] Fix | Delete
border-bottom: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.1); ?>;
[895] Fix | Delete
}
[896] Fix | Delete
[897] Fix | Delete
.herald-lay-h:after,
[898] Fix | Delete
.herald-site-content .herald-related .herald-lay-h:after,
[899] Fix | Delete
.herald-lay-e:after,
[900] Fix | Delete
.herald-site-content .herald-related .herald-lay-e:after,
[901] Fix | Delete
.herald-lay-j:after,
[902] Fix | Delete
.herald-site-content .herald-related .herald-lay-j:after,
[903] Fix | Delete
.herald-lay-l:after,
[904] Fix | Delete
.herald-site-content .herald-related .herald-lay-l:after {
[905] Fix | Delete
background-color: <?php echo herald_hex2rgba($color_content_txt, 0.1); ?>;
[906] Fix | Delete
}
[907] Fix | Delete
.wp-block-button__link,
[908] Fix | Delete
.wp-block-search__button{
[909] Fix | Delete
background: <?php echo esc_attr( $color_content_acc ); ?>;
[910] Fix | Delete
}
[911] Fix | Delete
.wp-block-search__button{
[912] Fix | Delete
color: <?php echo esc_attr( $color_content_bg ); ?>;
[913] Fix | Delete
}
[914] Fix | Delete
input[type="text"],
[915] Fix | Delete
input[type="search"],
[916] Fix | Delete
input[type="email"],
[917] Fix | Delete
input[type="url"],
[918] Fix | Delete
input[type="tel"],
[919] Fix | Delete
input[type="number"],
[920] Fix | Delete
input[type="date"],
[921] Fix | Delete
input[type="password"],
[922] Fix | Delete
select,
[923] Fix | Delete
textarea,
[924] Fix | Delete
.herald-single-sticky,
[925] Fix | Delete
td,
[926] Fix | Delete
th,
[927] Fix | Delete
table,
[928] Fix | Delete
.mks_author_widget .mks_autor_link_wrap a,
[929] Fix | Delete
.widget .meks-instagram-follow-link a,
[930] Fix | Delete
.mks_read_more a,
[931] Fix | Delete
.herald-read-more{
[932] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_content_txt, 0.2); ?>;
[933] Fix | Delete
}
[934] Fix | Delete
.entry-content .herald-search-input,
[935] Fix | Delete
.herald-fake-button,
[936] Fix | Delete
input[type="text"]:focus,
[937] Fix | Delete
input[type="email"]:focus,
[938] Fix | Delete
input[type="url"]:focus,
[939] Fix | Delete
input[type="tel"]:focus,
[940] Fix | Delete
input[type="number"]:focus,
[941] Fix | Delete
input[type="date"]:focus,
[942] Fix | Delete
input[type="password"]:focus,
[943] Fix | Delete
textarea:focus{
[944] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_content_txt, 0.3); ?>;
[945] Fix | Delete
}
[946] Fix | Delete
.mks_author_widget .mks_autor_link_wrap a:hover,
[947] Fix | Delete
.widget .meks-instagram-follow-link a:hover,
[948] Fix | Delete
.mks_read_more a:hover,
[949] Fix | Delete
.herald-read-more:hover{
[950] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_content_acc, 0.5); ?>;
[951] Fix | Delete
}
[952] Fix | Delete
.comment-form,
[953] Fix | Delete
.herald-gray-area,
[954] Fix | Delete
.entry-content .herald-search-form,
[955] Fix | Delete
.herald-mod-desc .herald-search-form{
[956] Fix | Delete
background-color: <?php echo herald_hex2rgba($color_content_txt, 0.06); ?>;
[957] Fix | Delete
border: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.15); ?>;
[958] Fix | Delete
}
[959] Fix | Delete
.herald-boxed .herald-breadcrumbs{
[960] Fix | Delete
background-color: <?php echo herald_hex2rgba($color_content_txt, 0.06); ?>;
[961] Fix | Delete
}
[962] Fix | Delete
.herald-breadcrumbs{
[963] Fix | Delete
border-color: <?php echo herald_hex2rgba($color_content_txt, 0.15); ?>;
[964] Fix | Delete
}
[965] Fix | Delete
[966] Fix | Delete
.single .herald-entry-content .herald-ad,
[967] Fix | Delete
.archive .herald-posts .herald-ad{
[968] Fix | Delete
border-top: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.15); ?>;
[969] Fix | Delete
}
[970] Fix | Delete
.archive .herald-posts .herald-ad{
[971] Fix | Delete
border-bottom: 1px solid <?php echo herald_hex2rgba($color_content_txt, 0.15); ?>;
[972] Fix | Delete
}
[973] Fix | Delete
li.comment .comment-body:after{
[974] Fix | Delete
background-color: <?php echo herald_hex2rgba($color_content_txt, 0.06); ?>;
[975] Fix | Delete
}
[976] Fix | Delete
.herald-pf-invert .entry-title a:hover .herald-format-icon{
[977] Fix | Delete
background: <?php echo esc_attr( $color_content_acc ); ?>;
[978] Fix | Delete
}
[979] Fix | Delete
[980] Fix | Delete
<?php
[981] Fix | Delete
[982] Fix | Delete
/* Find which area contains main navigation and apply styles to responsive nav */
[983] Fix | Delete
[984] Fix | Delete
if(herald_main_nav_section() == 'middle'){
[985] Fix | Delete
$color_header_responsive_bg = $color_header_middle_bg;
[986] Fix | Delete
$color_header_responsive_txt = $color_header_middle_txt;
[987] Fix | Delete
$color_header_responsive_acc = $color_header_middle_acc;
[988] Fix | Delete
} else {
[989] Fix | Delete
$color_header_responsive_bg = $color_header_bottom_bg;
[990] Fix | Delete
$color_header_responsive_txt = $color_header_bottom_txt;
[991] Fix | Delete
$color_header_responsive_acc = $color_header_bottom_acc;
[992] Fix | Delete
}
[993] Fix | Delete
[994] Fix | Delete
[995] Fix | Delete
if( $color_header_responsive_bg == $color_content_bg ){
[996] Fix | Delete
echo '.herald-responsive-header{ box-shadow: 1px 0 0 1px '.herald_hex2rgba($color_header_responsive_txt, 0.15).';}';
[997] Fix | Delete
}
[998] Fix | Delete
[999] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function