jmcree
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of postsGreat! Thanks! You were a huge help.
Total solution for future searches:
Add the following to the Custom CSS area in the Theme Appearance section.
————————————————————————–
.page-title {
display: none;
}#content {
padding-top: 0;
}
—————————————————————————Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of poststhere’s about an inch from the menu to the title of the first post listed. its a container of sorts, 50px tall. theres actually 2 “elements” i guess is the correct term that appear to apply to it. .row and .container-fluid but i dont know that im using google’s inspect element feature properly.
if you collapse all the carrots, expand body, expand <div id’+page”.. expand the 3rd carrot, <div id=”primary”… expand <div id=”content”… the first div class=”containter”>
if i could get rid of that container, that is where the page title was.
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of postsworked like a champ. Thanks! I will make my own page titles in the page. now, any thoughts on getting rid of that gap? lol
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of posts[removed. double post]
- This reply was modified 9 years, 6 months ago by jmcree.
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of postsI added it to the bottom of that file, no change and just above a similar add_filter function but no change there either. Thanks for your fast reply though!
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of postsah.. i tried too soon.. let me try again
Forum: Themes and Templates
In reply to: [Pure & Simple] Remove Category Title from page of postsI added that in the Appearance > Edit CSS window but no change. Should i place it in a file?