Forum Replies Created

Viewing 5 replies - 76 through 80 (of 80 total)
  • Forum: Fixing WordPress
    In reply to: Lines on homepage
    Thread Starter razorpig

    (@mjtilbury)

    I added this code to my style.css file…

    #comments {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    }

    …but it didn’t work in Firefox. Chrome was fine.

    This code works for all browsers:

    #comments {
    display: none;
    }

    OK for this site as I don’t want any comments, but I’m curious why disabling the borders didn’t work in Firefox…

    Forum: Fixing WordPress
    In reply to: Menu query
    Thread Starter razorpig

    (@mjtilbury)

    Got it. Just enter # as the link when you create the menu item ??

    Forum: Fixing WordPress
    In reply to: Lines on homepage
    Thread Starter razorpig

    (@mjtilbury)

    Thanks for the explanation Christine. I’ll try that method. What a great support community! Many thanks again.

    Forum: Fixing WordPress
    In reply to: Lines on homepage
    Thread Starter razorpig

    (@mjtilbury)

    Excellent:-) Thank you both. I opted for displaying no comments in my CSS file because I’m not sure which php file is set as my home page – I’m a WordPress novice. How can I find this out? Also, if I edit it, will my edit not get overwritten when the theme gets updated, or can I create a new php file within my child theme and make the modifications there?

    Thread Starter razorpig

    (@mjtilbury)

    Thanks for the reply – still don’t really understand what’s going on but I did what you suggested and it worked ??

Viewing 5 replies - 76 through 80 (of 80 total)