• Resolved redhippoau

    (@redhippoau)


    HI

    I am having issues with the FAQ search. I have the ultimate plugin but i cannot change font size.

    I have changed the search box using CSS but would like to make the “enter your question” above the search box – how do i do this?

    also, unless I have auto complete on, I can’t get any search answers – if i turn it off and have the search button – it doesn’t go to anything just #

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi redhippoau,

    To change the font size of the text that says “Enter your question”, you can use the following custom CSS:

    
    label#ufaq-ajax-search-lbl {
    font-size: 25px;
    }
    

    You can set the font-size as per your requirement.

    Regarding your 2nd query, could you send us a link to your FAQ page and the shortcode you are using?

    Thread Starter redhippoau

    (@redhippoau)

    hi i am having issues with changing the CSS for the autocomplete in the search box – how do i change this?

    Hi redhippoau,

    The CSS class for make changes in the autocomplete function is .ui-autocomplete. For example, if you wish to make changes to the autocomplete list background then you can use the following custom CSS:

    
    .ui-autocomplete {
    background: #bcea92;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Issues with Search FAQ’ is closed to new replies.