Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #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….

    #1257636

    Update:

    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)…

    #1257644

    Hey,

    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,
    Yigit

    #1258144

    Thanks.
    Everything is good now.

    Best regards

    #1258195

    Hi,

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Some problem with my website appears…’ is closed to new replies.