• Resolved pandglobal

    (@pandglobal)


    please i added this css to remove the existing request from my support form page but is not working. i added it in my child themes css.

    //CSS to hide existing existing tickets
    <style>
    .support_option_choose{
    display:none;
    }
    </style>

Viewing 4 replies - 1 through 4 (of 4 total)
  • wsdesk

    (@wsdesk)

    Hi,

    Please add the code to your additional CSS. It will work.

    Regards,
    Team WSDesk

    • This reply was modified 7 years ago by wsdesk.
    Thread Starter pandglobal

    (@pandglobal)

    Okay thanks it worked, i simply added this code
    .support_option_choose{
    display:none;
    }

    not the below one, the below was indicating errors
    //CSS to hide existing existing tickets
    <style>
    .support_option_choose{
    display:none;
    }
    </style>

    Thread Starter pandglobal

    (@pandglobal)

    Please the css removed the button that said check for existing request in the form page which i wanted, but then the page i placed [wsdesk_support display=check_request] is no longer showing users already submitted tickets, why?

    my intention was to remove the link that says check existing request from the form but i will output the result in a separate page which will show only submitted tickets

    wsdesk

    (@wsdesk)

    [wsdesk_support display=check_request] short-code is a premium feature and you are using the free version.

    Regards,
    Team WSDesk

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Css not working’ is closed to new replies.