• hi,
    can you please help me to remove the title of my pages? (i think it’s header2)

    i’m using an image of logo instead

    i’ve made a copy of the style.css – but i want to get some instruction before making changes.

    thank you very much

    ps: my site is : Archana International.com,
    executive pro theme, by studiopress

Viewing 7 replies - 1 through 7 (of 7 total)
  • You need to add the following code to either the bottom of the style.css file in your child theme, or if you don’t use a child theme and prefer not to create one, then add the code using a custom css plugin

    .entry-title {
      display: none;
    }
    Thread Starter jaiswalarchana

    (@jaiswalarchana)

    thank you for your prompt reply

    can you please tell me why your response did NOT come to my inbox, as per checkbox below?

    If your email is linked to this www.remarpro.com username, and you checked “Notify me of follow-up posts via email” then I have no idea why you wouldn’t receive an notifying email. If this is an ongoing issues then maybe one of the forum moderators can help

    Thread Starter jaiswalarchana

    (@jaiswalarchana)

    ok, i added the code, saved the pages

    and nothing happened

    Some existing css code may be overriding this. Try:

    .entry-title {
      display: none !important;
    }
    Thread Starter jaiswalarchana

    (@jaiswalarchana)

    ok
    i had to use the Genesis Title Toggle plugin.

    thanks

    Glad to hear you found a solution.

    Kind regards.

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