Remove "x-landmark" from header and change padding of ".x-header-landmark" to 10px

Hello!
We are using the renew stack X theme on our website. Need to have the “x-landmark” from header removed and change padding of the “.x-header-landmark” to 10px for a cleaner look on Woocommerce pages.

For eg kindly check the screenshots

How can we achieve this?

Thanks & Regards

Hi There,

Thanks for writing in!

please use this CSS to your X-> theme option -> CSS.

.single-product .x-landmark {
display: none;
}
.single-product .x-header-landmark {
padding: 10px 0px !important;
}

Hope this helps!

Thanks it worked.

You’re welcome.

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