• Hi, How do I change the text size and position of the page title?

    I need to modify only the Page titles. The one that appears just below the main navigation bar.

    I need the page title to be bigger or in the center, or completly remove it.

    Here is the link to a page on my wordpress website:
    https://prevenpr.com/1/servicios-3/

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter franciscogarciapr

    (@franciscogarciapr)

    I bought the template with an email account I no longer have access, so I cannot register on their forum because they ask for a purchase number which is on my email that I cannot access anymore.

    The www.remarpro.com support forums are meant for the core application, themes and plugins that are distributed on www.remarpro.com. We do not support commercial themes.

    Thread Starter franciscogarciapr

    (@franciscogarciapr)

    Can you at least let me know if there is a plugin for hiding the page titles? I saw a couple that did this but the ones I saw are not compatible with WP 3.5

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter franciscogarciapr

    (@franciscogarciapr)

    Nevermind.. Found one called Hide Pages which says its only compatible until 3.4 but it works fine on 3.5

    wpfreak1

    (@wpfreak1)

    jeeee … sorry about that Francisco! Some people around here just refrain from trying to help … one easy way to get rid of a page title is by modifying your css (create a child theme before editing your css, its really easy with the One Click Child Theme Plugin).

    Add the following line to your child theme css:
    #content header .entry-title, #content header .page-title {
    display:none;
    }

    That is it! Let me know how that works 4u. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change or remove page title’ is closed to new replies.