HIDE REVIEW SECTION TITLE ONLY
-
Hi,
For my website, I am using a third-party application called “Ryviu” which replaces the default review tool of WordPress.
However, I need to hide the tab title “Review” from the theme WITHOUT disabling the review itself. I have already tried to use your theme setting to disable reviews, but this completely disactivate the review.
I just want to hide the tab, that’s all.
attachment
Attachments:
You must be
logged in to view attached files.
I tried to use the following CSS code but does not work
.tabs-layout-tabs .tabs {
display: none
}
Hello,
Add this code to the Theme Settings > Custom CSS
body .tabs-layout-tabs .tabs li.active a {
opacity: 0;
}
Best Regards
The topic ‘HIDE REVIEW SECTION TITLE ONLY’ is closed to new replies.