Hello danny0103 ,
We are sorry for your experience.
If you can ask you query here or just reply this thread, we will try to provide you Custom CSS.
Best Regards!
Acme Themes
1. I would like to delete two buttons (see picture) OR delete/inactivate the whole popup if the name of the gallery can remain in the backgroud https://imgur.com/a/PF1vgGG If it’s same for you I would love second variant
2. I would like to have this line full thin or full thick. You can also consider this a feedback or request….it’s looks like a bug (even if I know it is not)
View post on imgur.com
Hello danny0103 ,
Go to Appearance => Customize => Additional CSS, and paste the following code. It should work on default installation of theme.
1.
.at-icon-link {
display: none;
}
2.
.page-header .page-title:before, .entry-header .entry-title:before {
display: none;
}
.page-header .page-title, .entry-header .entry-title {
border: none!important;
}
Best Regards!
Acme Themes