visionspicmark
Forum Replies Created
-
If you goto Customise > Header then uncheck Show Top Bar that will do what you want. Don’t forget to click Save & Publish before you leave that section.
Forum: Themes and Templates
In reply to: [Personal Portfolio] Remove CloverOk pretty sure I fixed it this time.
Goto Appearance – Editor find the style.css file should come up straight away.
Scroll down to section 13.0 custom css.
Scroll down again and find this section:
/*post*/
article.post,
article.page {
margin:0 0 20px;
padding:0 0 40px;
Remove this line >>>>> background:url(images/divider.png) center bottom no-repeat;
background-size: 580px auto;
Click on Update File and you’re done.
The clover is divider.png once that’s gone so will icon be.- This reply was modified 9 years, 7 months ago by visionspicmark.
Forum: Themes and Templates
In reply to: [Personal Portfolio] Remove CloverSeems I was only partly right with fix, now not working again, as post number changed on page and broke it.
- This reply was modified 9 years, 7 months ago by visionspicmark.
Forum: Themes and Templates
In reply to: [Personal Portfolio] Remove CloverIf anyone is still having problems with this add below to css, preferably in a child theme so you don’t have any problems if there’s a theme upgrade:
#post-2.content-box.post-2.page.type-page.status-publish.hentry {
opacity: 0;
}