Forum replies created
Hi Petra. Thank you for your feedback. We will definitely consider it. In the meanwhile, if you need any assistance please let me know.
Hi and Happy New Year to you, too. I was going to ask you some questions about whether you set this and that, but it would be better simply to look. Please make sure that you’ve set the widgets and allow access to WordPress admin in a private message. Thanks!
But it’s not the same )) You gave an example of an archive page, now you want to change the block in search results. For them add the following:
.search .alert {background-color: transparent;border-color: transparent;}
Hi. I’m not sure yet what is causing this – it might have actually something to do with your PHP version or something similar. We will look into it, but in the meanwhile, I turned the error reporting off in wp-config, and now the messages are gone. I also updated our shortcodes plugin to a newer version.
Hi Reinhard, I’m back. You can try something like this:
.archive .alert {background-color: transparent;border-color: transparent;}
Does it work for you?
Hi Ekkehard, I’m sorry it took me so long to respond. Health issues. It looks fine, shouldn’t break anything I can thank of.
I don’t see any downside. Choose whatever you prefer )
Sure. Try:
.thumbnail-post .icon-portfolio-link {
right: 15px!important;
}
Let me know if you find the result satisfactory.
Please add the following CSS to Customizer->Additional CSS. It should give you the solution you are looking for:
.thumbnail-post .mask a.link, .thumbnail-post .mask a.zoom {
width: 60%;
}
.zoom {
display: none!important;
}