Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #315405
    #315410

    Hi!

    You can put your custom css in your child theme style.css file, regarding the other thing, try:

    [class*=date]{
    display: none;
    }

    Regards,
    Josue

    #315537

    Josue,
    I tried the custom.css code in my child style.css file with no effect. It only worked when I put it in the quick css. Is there something in this code
    `.post-meta-infos {
    display: none !important;
    }`
    that I should change when I add it to the child theme?

    Thank you for the other code suggestion. I will try adding to the child theme and take the quick css out and see what the results are.

    #315549

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #315596
    This reply has been marked as private.
    #315604

    Hi!

    Child style.css seems to work fine, make sure you don’t put the code within the /* comments */.

    Regards,
    Josue

    #315641
    This reply has been marked as private.
    #315643
    This reply has been marked as private.
    #315659

    No problem, glad to help :)

    Regards,
    Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.