Home › Forums › Art WordPress Theme › Code when opening my page
- This topic has 4 replies, 2 voices, and was last updated 2 months ago by
SeaTheme.
- AuthorPosts
- November 23, 2020 at 1:07 pm #23081
Hello i have a code which is some letters that change colors, whoever goes on my website (www.simplicitestudio.com) before they see the homepage, i would like them to see this code with letters for few seconds.
<!DOCTYPE html>
<html>
<head>
<title>CSSDesk</title>
<style type=”text/css”>
body { background-color: #2574b0; }
body
div{
margin: 0 auto;
text-align: center;
}
div {
font-family: ‘Lucida Grande’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
padding: 100px;
font-size: 45px;
color: gray
}
body {
animation: 25000ms ease-in-out infinite color-change;
}
@keyframes color-change {
0% {
background-color: white;
}
20% {
background-color: black;
}
40% {
background-color: white;
}
60% {
background-color: black;
}
80% {
background-color: white;
}
100% {
background-color: black;
}
}}
</style>
</head>
<body>
<div> SIMPLICITÉ Studio </div>
<div>
text text text text text text text text text text text text text text text
</div>
<DIV> INFO@SIMPLICITESTUDIO.COM </div>
<div> more soon <div>
</body>
</html>November 23, 2020 at 8:07 pm #23082actually i want preloader
November 24, 2020 at 1:54 am #23086Hi,
There is the preloader in the ART theme. Please go to ART Theme > Theme Options > General Settings, enable “Page Loader”.
It is not possible to add color animation by quick codes. It needs more coding job, it is beyond what we are able to do for customers as it is not an automatic feature of the theme and it needs a custom modification.
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
November 24, 2020 at 3:34 pm #23095I have another question, I want to put on my homepage video via vimeo but I do not want the play button and vimeo information to appear. I would like it to be intensified as I upload videos via wordpress.
I want to do this because the videos through wordpress are slow and I do not have good results on the websiteNovember 25, 2020 at 2:02 am #23104Hi,
Do you mean to auto-play the Vimeo video(and with loop)?
Regards
- AuthorPosts
- You must be logged in to reply to this topic.