Hey there mourya.ch,
Hope you’re well today!
You can find the line for that button link in header.php which is located in /wp-content/themes/arcade-basic/header.php. Go to line 71, it looks like this:
<?php _e( ‘See More’, ‘arcade’ ); ?>
Replace the # with the your link. I strongly suggest creating child theme and editing the header.php file there instead of changing the original file.
Hope this helps. Have a great weekend 🙂
Best regards,
Bojan
Hey again,
I apologize for not putting the code line in code tag, here it is:
<a href="#" id="more-site" class="btn btn-default btn-lg"><?php _e( 'See More', 'arcade' ); ?></a>
Best regards,
Bojan
Is there any way i could change the height of the ‘see more’ box? couldn’t find it anywhere in the code.
found it already, thankyou!