steamyunicorn
Forum Replies Created
-
Forum: Plugins
In reply to: [Keto Calculator] Interference with other pluginsStill not working after the update though…
Forum: Plugins
In reply to: [MaxButtons - Create buttons] Latest Update on 19.06.17 Broke SiteBroke mine too! It is interfering with a.o. SiteOrigin
Forum: Themes and Templates
In reply to: [Wallstreet] Hide metaThanks! worked perfectly!
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Replace form input by asterisksBut is the field input than hashed or something like that or does it just hide the input but stores it in the db as the normal value.
Forum: Themes and Templates
In reply to: [Wallstreet] Delete leaf headerIt worked, I used:
.page-mycarousel img
{
display: none !important;
}.page-mycarousel
{
padding: 120px !important;
}together with (i think) this that i found in another thread
.page-mycarousel title
{
display: none !important;
}Forum: Themes and Templates
In reply to: [Wallstreet] Hide metaThank you very much!
Is there also a way to hide the ‘comments’ thing in the top right corner?Forum: Themes and Templates
In reply to: [Wallstreet] Delete leaf headerIt doesn’t work, the page is too high, the padding 120px seems not to work.
the page is behind the top menu.Forum: Themes and Templates
In reply to: [Wallstreet] Delete leaf headerthank you very much, how do i use these together?
I also want to delete the title.
.page-mycarousel img
{
display: none !important;
}.page-mycarousel
{
padding: 120px !important;
}