Theme CSS

Home Forums Jevelin Theme Theme CSS

Home Forums Jevelin Theme Theme CSS

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • llennox1689
    Participant

    Hi Guys,

    My embedded Java Donation form (from Blackbaud) is picking up some of the theme’s CSS and for my dropdown fields, and it isn’t showing a down arrow.

    Can you please help me with this, probably something easy to correct.

    My website page/form is at: https://floridahumanities.org/donation/

    Click the designation field as an example, it’s a drop-down with no arrow.

    Thank you very much.

    Hi @llennox1689,

     

    I hope you are well today and thank you for your question.

     

    Please update the theme on your site to the below latest version as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

     

    Also, please try clearing and temporarily disabling the WP Fastest Cache that you are using on your website.

     

    Best regards,
    Shufflehound team

    llennox1689
    Participant

    Hello,

    I have updated my theme to 4.5.8 and my form still looks the same, dropdown fields do not have a down arrow.

    I am sure it is in the CSS someplace but could use a little assistance.

    Here is the form with no dropdown arrows on fields:

    https://floridahumanities.org/donation/

    As an example look at the “designation” field.

    Thank you very much.

    llennox1689
    Participant

    Additional WP Fastest Cache is deactivated and not causing the problem.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container select.BBFormSelectList  {
    	-webkit-appearance: menulist;
    }

    llennox1689
    Participant

    Thank you, worked perfectly!

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)