I apologize for my bad english ….
Enfold is in my opinion a great theme but I have three small problems:
1) I would like to decrease the font size in h1 only on the phone, I tried writing in css quick but this code does not work:
@media only screen and (max-width: 480px) {
h1 {font-size: 12px! important; }
}
2) I changed the logo but the new logo appears in only a few pages and in others still show the old logo
3) using masonry gallery images are displayed with a movement, it is possible that they remain firm? I wish you could see exactly how they see themselves after they viewed the first time
I hope that my English is bad enough to make understandable what I wrote
thank you
Marco Corni
Italy
Hey macomac75,
1- Please try the code as following
@media only screen and (max-width: 480px) {
h1 {font-size: 12px!important; }
}
2- Please make sure that you are not seeing your transparent logo. You can change your transparent logo in Enfold theme options > Header > Transparency Options
3- I am not sure if i understood this one clearly. Can you please post a screenshot and show the changes you would like to make? :)
Best regards,
Yigit
thank you, I solved the problem.
I also solved the problem number three, I found it in a previous message and entering this code I got the desired effect:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
webkit-animation: none; / * Safari 4+ * /
-moz-animation: none; / * Fx * 5+ /
animation: none; / * IE 10+ * /
}
.av-masonry-entry {
opacity: 1! important;
visibility: visible! important;
}
Thank you very much
Marco
Hi,
Glad the issues is sorted for you :)
To learn more about enfold features please check – http://kriesi.at/documentation/enfold/
Please feel free to get in touch with us if you have any questions.
Best regards,
Vinay