I am unable to log in – i have the confirmation email, I have downloaded the theme and have begun to work on it and questions come up, however, I can not get logged into themeforrest even though I am typing the name and password correctly.
I am also trying to change anything all caps to upper and lower case, I’m quite frankly surprised that you would design that way, it is commonly known that all caps means you are yelling at people – not a great strategy when you’re trying to attract customers with a website. Please advise on changing all caps anywhere on the website, I am using the kriesi restaurant theme.
Hey Sabina,
To register for the Enfold Support Forum, first go to the Register Page and enter your Purchase Code from your Theme Forest account and creat a login. Then you can login to the forum and create a New Thread for your question.
Meanwhile you could add this css into the theme options Quick CSS to change the uppercase to the same case that is typed into the elements.
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: unset;
}
.iconbox .iconbox_content .iconbox_content_title {
text-transform: unset;
}
.widgettitle,.av-catalogue-title {
text-transform: unset;
}
Best regards,
Mike
