Hide the Price and PRIVATE word

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide the Price and PRIVATE word

Tagged: 

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #274136
    ImthiyasHameed
    Participant
    I want to hide the proice from courses listing pages. Ex: https://training.berkeleyme.co.uk/courses/ I want to hide the price/ PRIVATE from this page. Please help me on this.
    #274243
    Diana
    Participant
    Use this custom CSS .directory.course #buddypress ul.item-list li .item-credits{display:none !important;} Paste in wp-admin > appearance > customize > custom css  
    #274589
    ImthiyasHameed
    Participant
    Please tell me to hide the price from the homepage and everywhere where there is cost is showing as PRIVATE https://training.berkeleyme.co.uk/
    #274661
    Diana
    Participant
    On Homepage I am not able to see the word anywhere: http://prntscr.com/thzid2 I guess you fixed this by yourself
    #274807
    ImthiyasHameed
    Participant
    Please clear your cache and see it again. I am asking how to hide the PRIVATE word because I don't link it with any product. So far I did not get the right answer from support since 2 days.
    #274921
    Diana
    Participant
    Here font size was passed as 0px and that's why it was not visible to me: http://prntscr.com/tis77m If you are using this same carousel block eeverywhere then this code will work .block.courseitem.course3 .block_content .course_price{display:none !important;} Add the above code in wp-admin > appearance > customize > custom css One thing I like to mention here, I try every possible way to help users but if I am fixing something and I am not able to replicate that. Then how it is possible for me to fix that? I hope you understand my point
    #276021
    ImthiyasHameed
    Participant
    Thanks. But still PRIVATE is showing in the sidebar boxes. Please send me teg code to hide it as well.
    #276092
    Diana
    Participant
    please share a screenshot of which sidebar box you are referring to? Because I am really not getting it
    #276250
    ImthiyasHameed
    Participant
    Please check out the right side showing PRIVATE. https://berkeleyme.org/course/cma-part-1/
    #276473
    Diana
    Participant
    Please paste this CSS code .single-course .widget_carousel.flexslider .block.courseitem .block_content .star-rating+strong{display:none !important;}
    #277536
    ImthiyasHameed
    Participant
    Thank you but still in the left side of "Courses" PRIVATE appears. https://berkeleyme.org/courses/
    #277624
    ImthiyasHameed
    Participant
    Please check out on the above site. PRIVATE is showing on every sidebars. https://berkeleyme.org/register/ https://berkeleyme.org/courses/
    #277706
    Diana
    Participant
    Use this For these pages sidebars .block.courseitem .block_content .star-rating+strong{display:none !important;}
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Hide the Price and PRIVATE word’ is closed to new replies.