How to hide Avada Theme/Fusion Theme portfolio element titles

  1. Log into WordPress > Avada > Theme Options > Custom CSS
  2. Copy the CSS below into the “Custom CSS” field and click “Save”:
/* hide portfolio element titles */
.fusion-rollover-title{
display:none;
}
.fusion-rollover-categories{
display:none;
}
.ilightbox-title{
display:none;
}

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.