Buy me a coffee

Add text to right of Header

You can use this code to Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('<p class="custom-text">Made by <a href="https://google.com/" target="_blank">@tuanphan</a></p>').appendTo('.header-display-desktop');
});
</script>
<style>
p.custom-text {
    white-space: nowrap;
    font-size: 19px;
}
</style>

Add Text To Right Of Header 0.1.jpg Min

You will have a result like this

Add Text To Right Of Header 01 Min