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.

#1319
Robert Kavgić
Participant

For the title styling, just use the following css selector (i’ve added the “color” attribute so you can see the change once you copy and paste the code into the “Elvyre options -> Appearance – Custom CSS” box):

.pt-title h1 {
    font-size: 25px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
}

Yes, you can change the title size of portfolio elements. Can you tell me, on which page do you want to change the font?

Robert