Lo ideal sería que copies y pegues todo el footer.php entero para poder verlo bien.
Actualmente el texto "Cuevana3 - 2021 - Todos los Derechos Reservados." va dentro del div class="fcmpbox"
aquí pego todo el footer.
Por cierto donde puedo ver el ese div class, porque en style.css no está
<?php
/*
* ----------------------------------------------------
* @author: Doothemes
* @author URI:
https://doothemes.com/
* @copyright: (c) 2021 Doothemes. All rights reserved
* ----------------------------------------------------
*
* @since 2.5.0
*
*/
// Options
$focode = get_option('_dooplay_footer_code');
$footer = dooplay_get_option('footer');
$fotext = dooplay_get_option('footertext');
$foclm1 = dooplay_get_option('footerc1');
$foclm2 = dooplay_get_option('footerc2');
$foclm3 = dooplay_get_option('footerc3');
$focopy = dooplay_get_option('footercopyright');
$fologo = doo_compose_image_option('logofooter');
$fologo = !empty($fologo) ? $fologo : DOO_URI.'/assets/img/brand/dooplay_logo_gray.svg';
// Copyright
$copytext = sprintf( __d('%s %s by %s. All Rights Reserved. Powered by %s'), '©', date('Y'), '<strong>'.get_option('blogname').'</strong>', '<a href="
https://doothemes.com/items/dooplay/"><strong>DooPlay</strong></a>' );
$copyright = isset($focopy) ? str_replace('{year}', date('Y'), $focopy) : $copytext;
?>
</div>
<footer class="main">
<div class="fbox">
<div class="fcmpbox">
<?php if( $footer == 'complete' ) { ?>
<div class="primary">
<div class="columenu">
<div class="item">
<?php echo ( $foclm1 ) ? '<h3>'. $foclm1. '</h3>' : null; ?>
<?php wp_nav_menu( array('theme_location' => 'footer1', 'fallback_cb' => null ) ); ?>
</div>
<div class="item">
<?php echo ( $foclm2 ) ? '<h3>'. $foclm2. '</h3>' : null; ?>
<?php wp_nav_menu( array('theme_location' => 'footer2', 'fallback_cb' => null)); ?>
</div>
<div class="item">
<?php echo ( $foclm3 ) ? '<h3>'. $foclm3. '</h3>' : null; ?>
<?php wp_nav_menu( array('theme_location' => 'footer3', 'fallback_cb' => null)); ?>
</div>
</div>
<div class="fotlogo">
<?php
// Logo And text
echo '<div class="logo"><img src="'. $fologo .'" alt="'.get_option('blogname').'" /></div>';
echo ( $fotext ) ? '<div class="text"><p>'. $fotext. '</p></div>' : null;
?>
</div>
</div>
<?php } ?>
<div class="copy"><?php echo $copyright; ?></div>
<span class="top-page"><a id="top-page"><i class="fas fa-angle-up"></i></a></span>
<?php wp_nav_menu( array('theme_location' => 'footer','container_class' => 'fmenu', 'fallback_cb' => null ) ); ?>
</div>
</div>
</footer>
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4598720,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4598720&101" alt="contador" border="0"></a></noscript>
<!-- Histats.com END -->
<!-- Histats.com START (aync)-->
<script type="text/javascript">var _Hasync= _Hasync|| [];
_Hasync.push(['Histats.start', '1,4599419,4,0,0,0,00010000']);
_Hasync.push(['Histats.fasi', '1']);
_Hasync.push(['Histats.track_hits', '']);
(function() {
var hs = document.createElement('script'); hs.type = 'text/javascript'; hs.async = true;
hs.src = ('//s10.histats.com/js15_as.js');
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs);
})();</script>
<noscript><a href="/" target="_blank"><img src="//sstatic1.histats.com/0.gif?4599419&101" alt="contador" border="0"></a></noscript>
<!-- Histats.com END -->
</div>
<?php wp_footer(); if( $focode ) echo stripslashes( $focode ). "\n"; ?>
<div id="oscuridad"></div>
<?php if(is_single() == true AND get_post_type() != 'seasons' AND get_post_meta($post->ID, 'imagenes', true) ) { ?>
<div id="blueimp-gallery" class="blueimp-gallery">
<div class="slides"></div>
<h3 class="title"></h3>
<a class="prev"><?php _d('‹'); ?></a>
<a class="next"><?php _d('›'); ?></a>
<a class="close"><?php _d('×'); ?></a>
<a class="play-pause"></a>
<ol class="indicator"></ol>
</div>
<?php } ?>
</body>