• Resolved malcooke

    (@malcooke)


    Hi Think this is great and rated accordingly ??

    A noobie when it come to some of this stuff so please bear with me .

    I want to remove the title from showing on my pages and I am guessing that I can do it using override.css, but where do I find / edit this.

    Or would a better option be to create a new page template in a child theme?

    When would you advise going for a child theme to do things?

    Thanks

    Malcolm

Viewing 1 replies (of 1 total)
  • Theme Author eminozlem

    (@eminozlem)

    You should start using child themes as soon as you have to make file changes in order not to lose those changes in the next update.
    In this case you can simply enable override.css or write in the Custom CSS textarea:
    h1.single-title {display:none}
    or just for “page” titles:
    body.page h1.single-title {display:none}

    Thanks for using the theme and your rating. But 4 star stands for “good” and “great” would be 5 ?? I’d be glad if you feel like change your vote accordingly.
    Marking as resolved let me know if you’ve further questions.

Viewing 1 replies (of 1 total)
  • The topic ‘override.css and child themes – help’ is closed to new replies.