• Resolved john112

    (@john112)


    hello, I am using the bayleaf theme and I am very happy with it. i would like to have the comments shown by default to improve the interaction with the site. can you help me to make this happen?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Veda

    (@vedathemes)

    Hi there,

    Thanks for trying Bayleaf WordPress theme.
    Following steps should help you,

    1. Go to WordPress Dashboard > Appearance > Customize
    2. Look for “Additional CSS” tab in left Sidebar
    3. Copy and Paste following CSS in the left text field,

    .js .comments-area {
      display: block !important;
    }
    
    .comments-toggle {
      display: none !important;
    }

    4. Click “Publish” button on top.

    Now you should have always visible comments area.

    Please inform if you need more help on this OR if any other help is required.

    If you like the theme, kindly support us by giving five star rating.

    Thanks,

    Thread Starter john112

    (@john112)

    perfect, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show comments always’ is closed to new replies.