Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87482
    Anton
    Participant

    Hi! Help me)

    how to hide “entry-title” on a page
    for example

    http://www.xn--80aaomcqcorfemf5k.kiev.ua/krovlya/

    hide “Кровля”

    #87499
    Mahesh
    Keymaster

    @katonov: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS”
    1. If you want to hide entry-title on given page only:

    .page #content article.page.post-13 .entry-header {
        display: none;
    }

    2. If you want to hide entry-title on entire page of you site:

    .page #content article.page .entry-header {
        display: none;
    }

    Regards,
    Mahesh

    #87530
    Anton
    Participant

    Hi, Mahesh! Thank you for help!!

    #87609
    Mahesh
    Keymaster

    @katonov: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide title’ is closed to new replies.