Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1573
Robert Kavgić
Participant

Hello,

Add the following code to “Elvyre options -> Appearance – Custom CSS” box:

dl:not(.gallery-item) dt {
    position: static !important;
}

If you want to remove the left border on elements, use the following code:

dl:not(.gallery-item) dd {
    border-left: none;
}

Robert