-
AuthorPosts
-
November 2, 2020 at 3:42 pm #1257622
Hello,
My website works absolutely normal.
I do not know what happened, but my website now have these problems:
1) Content space become smaller ( now space from left and right end side to content area become bigger)
https://gofile.io/d/nEpvZt
2) Size and colors of main menu links somehow changed.
I already changed it earlier in advanced styling (as it can be viewed in theme options). But suddenly it shows some grey color and small size, no matter it is different in Advanced styling.Please, help me….
November 2, 2020 at 4:20 pm #1257636Update:
I found a problem.
I added this code to css:
/* custom style form fields */
#top .av-contact-form-color .input-text,
#top .av-contact-form-color input[type=’text’],
#top .av-contact-form-color input[type=’input’],
#top .av-contact-form-color input[type=’password’],
#top .av-contact-form-color input[type=’email’],
#top .av-contact-form-color input[type=’number’],
#top .av-contact-form-color input[type=’url’],
#top .av-contact-form-color input[type=’tel’],
#top .av-contact-form-color input[type=’search’],
#top .av-contact-form-color textarea,
#top .av-contact-form-color select {
/* Background color */
background-color: #F8F8F8!important;I wanted to change field color in contact form, but definitely something is not good with it.\
I deleted that code, and everything is ok.Now, can you tell me how change color of background in contact form elements (Name, Email and similar)…
November 2, 2020 at 4:40 pm #1257644Hey,
Your code is missing a closing curly bracket. Please change it to following
/* custom style form fields */ #top .av-contact-form-color .input-text, #top .av-contact-form-color input[type=’text’], #top .av-contact-form-color input[type=’input’], #top .av-contact-form-color input[type=’password’], #top .av-contact-form-color input[type=’email’], #top .av-contact-form-color input[type=’number’], #top .av-contact-form-color input[type=’url’], #top .av-contact-form-color input[type=’tel’], #top .av-contact-form-color input[type=’search’], #top .av-contact-form-color textarea, #top .av-contact-form-color select { /* Background color */ background-color: #F8F8F8!important; }
You can use a website like this one – csslint.net to check your custom CSS for errors :)
Regards,
YigitNovember 3, 2020 at 10:23 pm #1258144Thanks.
Everything is good now.Best regards
November 4, 2020 at 11:24 am #1258195Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts
- The topic ‘Some problem with my website appears…’ is closed to new replies.