Site logo

Archived topic

Hide current title in pages and in blug articles

6 replies · Started by Philippe on February 22, 2015

Viewing posts 1–7 of 7

Hi Tom,

I have created a new site for a friend.

On this site I hide the title of curent page (not compatible with <h1></h1>, etc) with "Disable Elements =>Headline/Post Title". I create a new custom title on top page and I adjusts the position with "Generate Spacing => Content Top : 30

Like that everything is functional and attractive to the eye.

Unfortunately "Disable Elements =>Headline/Post Title" not work on the blug pages (run on preview but not after publication).

I must create a personalized CSS for hide all curent blug pages titles :

.category .page-header {
      display: none;
}
.category .entry-title {
      display: none;
}

It's work with these settings but height personalized title is not good compared to a standard page.

Standard page : http://image.noelshack.com/fichiers/2015/08/1424606314-tt1.png

Blug page : http://image.noelshack.com/fichiers/2015/08/1424606324-tt2.png

How to display title of "Evénements" more up ?

Tks by advence.

Hello,

I do not have successful to solve the problem...

If I request a post to be displayed by its item name everything is ok.

But if I request a post to appear by categories, the title are too down.

Thank you to advise me, the site is already on-line and it's really not as pretty as it is currently...

Excuse me for my bad english.

Hi Philippe - sorry for not getting back to you, I wasn't notified about this thread for some reason.

Can you link me to a category page so I can inspect the code? I tried to go to one via the URL you sent via email (the slideshow link), but it redirected to a regular page.

Let me know :)

Hello Tom,

I have sending to you teh url by email.

Tks by advance

Haven't received anything yet?

Resolved with this code on CSS :

.page-content,
.entry-content,
.entry-summary {
    margin: 0em 0 0;
}

Tks for attempting to help me :)

Nice! Great job :)

This archived topic is closed to new replies.