Hi everyone!
… this is the webpage.
I’ve added page title and logo in the header with a script from your forum (thank you for that)
When you click the logo it redirects to the home page, how can I do the same with the title?
Thank you!
Hi,
Thank you for contacting us. I am happy to help with your queries.
Try doing these steps:
- Install and activate the TC Custom JavaScript plugin
- Go To Appearance > Custom JavaScript
- Paste the following code into the provided box
(function($){
$('.site-header .col-md-4 .site-title').wrapInner('<a href="https://ild.al/sq/kreu/"></a>');
})(jQuery);
- Update
- Add this CSS code to Appearance > Customize > Additional CSS from dashboard.
.site-header .col-md-4 .site-title a,
.site-header .col-md-4 .site-title a:hover {
color: #fff;
}
Regards,
Kharis
aThemes Support
Thank you!!! It worked
1 Like
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis
aThemes Support