- This topic has 1 reply, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.
NooTheme Premium WordPress Theme › Forums › Palazzo › Property details additional information
hello, may I know how do I remove the additional information together with the “:”
Hi,
Please add this Custom CSS segment to Theme Options > Custom CSS & Script > Custom CSS:
h3.noo-title {
display: none;
}
li.additional-feature-0.col-md-4.col-sm-6 {
display: none;
}
You can check it, then feedback us.
Best Regards,
NooTheme
You must be logged in and have valid license to reply to this topic.