Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #63883
    Jamie
    Member

    Hi,

    On each page of my website I tried to remove the page title and I used this css:
    .entry-title { display: none; }

    This worked but it also removed the page titles on the featured content on the homepage which I don’t want to have happening.

    Can you tell me the proper css to use?

    Also I would like to add some padding between the promotion headline and the subheadline on the homepage.

    my website is quick.dljcreative.com.

    Thank you!

    #63960
    Sakin
    Keymaster

    @Jamie: Try adding following css in “Appearance => Theme Options => Custom CSS” box:
    .content-area .type-page .entry-header { display: none; }

    #64301
    Jamie
    Member

    Thanks, Sakin that worked great!

    Now can you tell me how to add padding between the promotion headline and the subheading on the homepage?

    #65027
    Sakin
    Keymaster

    @Jamie: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #homepage-message p { padding-top: 20px; }

    #65032
    Jamie
    Member

    Thank you Sakin, that worked perfectly!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing Page Title Links’ is closed to new replies.