Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #395641

    Hi,

    Is it at all possible to have sidebars on both left and right at the same time in this theme? Would be great if it can be done! Thanks.

    Cyan

    #395824

    Hi Cyandistribution!

    Currently it is not possible, but please feel free to post your request, or vote if already posted, here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #395920

    Hi,

    Okay, I have added it to the request section. I just have another question if that’s okay?

    Firstly, how would we go about making the outline of the text fields of a contact form red?

    Regards,
    Cyan

    #395925

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    input[type='text'] {
    border-color: red!important;
    }

    Best regards,
    Yigit

    #395926

    Hi,

    As shown on this page: http://79.170.40.236/kpmsuk.com/about-us/
    Some of the fields have gone red but others have not. Do you know why this would happen?

    Thanks,
    Cyan

    #395935

    Hi!

    Please change the code to following one

    input, textarea {
    border-color: red!important;
    }

    I only posted the code for text fields upon request that should take care of them all :)

    Regards,
    Yigit

    #395965

    It has work! Thank you very much!!

    Regards,

    Cyan

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Sidebars’ is closed to new replies.