Support » Theme: raindrops » How can I remove titles from pages?

  • I was wondering if there is a way to remove the titles from pages. I am using the theme as a website not just a blog. I have tried leaving the title area blank, but that took the page off of the menu as well. Please advise. Thanks again for all of the help.

    http://www.riverregionradio.net

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If there is no option within the dashboard, you could resolve this through CSS. Are you using a Custom CSS plugin or Child Theme?

    Thread Starter KyleKessler

    (@kylekessler)

    Andrew, I am not using a Custom CSS plugin or child theme that I’m aware of. Thanks for any help you can offer.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download (and install) a Custom CSS Manager plugin. It allows you to make changes externally, so you don’t edit the theme’s files. Furthermore, your CSS modifications will be safeguarded when the theme updates, instead of erased if within a theme file.

    Then within the section of the dashboard allocated by that plugin, enter this;

    .entry-title {
     display: none;
    }

    Theme Author nobita

    (@nobita)

    Hi KyleKessler

    Raindrops theme support embed style for each posts and pages

    Please create a custom field name ‘css’
    value set below.

    .entry-title a{display:none;}

    example

    Please check above

    whether the style is applied or not.
    index and category archive and single post.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I remove titles from pages?’ is closed to new replies.