Hi! I how you guys are fine.
There is something that started happening recently... when I write in bold letter parts of my paragraphs in product, courses or units, some of them are missing when I refresh the page... when I go to edit the page, you can see them, but when you go to the page, they are missing... can you help me? thanks.
ok as per your instructions trying to replicate this on local setup
will share the results here
hi
just checked on the local setup
http://somup.com/crf0iKFqZx
and it is working fine
let me know if I am replicating it wrong
you can also provide us a video to replicate the issue
and also make sure that you have updated to the latest version of the theme and plugins
thanks
This reply has been marked as private.
see:
this display: none; is causing this:
http://prntscr.com/1r7k84k
check in the custom CSS section and then remove it
it will work
Perfect, we solved it! thanks a lot!
Now is working perfect but I see there is something I'd like to hide: the number of reviews, please refer: https://prnt.sc/1rdpicg
Thanks.
use this:
div#item-header-content div#item-meta :nth-child(2){
display:none;
}
thanks for you confirmation