• Resolved actionneo

    (@actionneo)


    First of all … A big thanks to create this wonderful theme & sharing it with us all which is now wisely used for making flexible websites.

    I am new to wordpress & php coding too. I know a little bit about html & css… I am trying to make a website with static Pages & lastly a page with posts…

    So, I want to somehow remove the title text (Page heading Title ) from all pages…. so the pages can be used with html for customizing & inserting other elements. and if I can separately put navigational menu with their ahref links for the pages… I don’t know if it’s related with page meta-tag & other call/evoke function used in theme .. so i am nowhere near to put my hand on this….

    Any help there… Thanks for the great support i have seen here…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Styled Themes

    (@gejay)

    You’re very welcome….I was about to say I have a setting to disable page titles but that is in my pro version. However, for you with Preference Lite, the best way is to do some custom css using a CSS editor plugin if you have one by adding this:

    .type-page .entry-header {
    display: none;
    }

    I know some people use Jetpack so if you do, it has an Edit CSS feature built in, otherwise you can use another plugin for editing css.

    Thread Starter actionneo

    (@actionneo)

    Thank you very much!!

    It resolved the problem… I really appreciate ur quick support.

    Like i said i am new to wordpress… I didn’t see u have pro versions too otherwise i would have gone with that only without so much cluster..

    Looks like I am surely gonna use ur pro-themes in my next projects…

    ps. – ur website “announcement” has spelling error in development.. i think..

    I love the preference lite theme!
    I have been reading a lot of posts regarding the page title but can’t seem to figure out where to add the code display:none.
    Is it in the Editor section of WordPress? Because I tried to do that and it didn’t work. I still see the page title.
    Thanks!

    @hortensedupin2: If you require assistance then, as per the Forum Welcome, please post your own topic.

    This 1 month old topic has been resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with Preference Lite customizing’ is closed to new replies.