Home Forums WoodMart support forum HIDE REVIEW SECTION TITLE ONLY

HIDE REVIEW SECTION TITLE ONLY

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #99745

    Jeriss Cloud Center
    Participant

    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.

    #99746

    Jeriss Cloud Center
    Participant

    attachment

    Attachments:
    You must be logged in to view attached files.
    #99748

    Jeriss Cloud Center
    Participant

    I tried to use the following CSS code but does not work

    .tabs-layout-tabs .tabs {
    display: none
    }

    #99749

    Jeriss Cloud Center
    Participant

    Link in private

    #99810

    Hello,

    Add this code to the Theme Settings > Custom CSS

    body .tabs-layout-tabs .tabs li.active a {
        opacity: 0;
    }

    Best Regards

    #99831

    Jeriss Cloud Center
    Participant

    Works well, thanks!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘HIDE REVIEW SECTION TITLE ONLY’ is closed to new replies.