How to remove underline on header name

Hi! I have a hyperlink on the name of the site in the header I’d like to remove. Is there a custom CSS to remove just the header link? I was able to do it for the menu items.

Site: sexanddessert.com

Thanks!

Hello There,

Thanks for posting in! Your site seems to be under construction mode. We cannot check the homepage because we are directed to a landing page.

Generally, you can remove the hyperlink on the name of the site using a custom css. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-brand.text {
    text-decoration: none;
    pointer-events: none;
}

We would loved to know if this has work for you. Thank you.

Hey there! Thank you, it worked great. I removed the “pointer-events” code so that the header title could click onto the homepage.

Glad that it works for you!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.