• Resolved chltrx

    (@chltrx)


    How can i style the search and question fields?
    I would like to have it like your screenshots.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi chltrx,

    Sorry, which of the screenshots are you referring to? The reason I’m asking is because our screenshots on https://ww.wp.xz.cn/plugins/ultimate-faqs/ , show three different options for the “FAQ Display Style” (Default, Color Block and Block).

    If you’re a premium user and want to try out the different styles on your own, you can do so by going to UFAQ Settings-> Premium-> “FAQ Display Style”, choose an option, then click Save Changes at the bottom of the page.

    Thread Starter chltrx

    (@chltrx)

    Hey

    I’m referring to the Screenshots Nr. 4 and 5 on this site.
    https://ww.wp.xz.cn/plugins/ultimate-faqs/

    Hi chltrx,

    Are you talking about the actual inputs for the search and question submitting? We don’t apply much styling to the input fields (text box and submit button). Most of what you see is the styling that your theme is giving the inputs. That being said, you should be able to overwrite your theme’s input styling pretty easily by making use of the “Custom CSS” box in the “Basic” area of the “Settings” tab. For example, you could do something like:

    .ufaq-text-input {
    background: #aaa;
    color: #000;
    border-radius: 3px;
    }
    
    Thread Starter chltrx

    (@chltrx)

    Okay, thanks

    Is it possible to remove some of the labeling?
    For example the Proposed Anwser text on the [submit-question].

    Hi chltrx,

    To remove the “Proposed Anwser” label from the Submit Question form, you can add this code to the Custom CSS box:

    .ewd-ufaq-meta-field label{
    display:none;}
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Search and Question Styling’ is closed to new replies.