This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Editing Custom CSS

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19212
    lefthookdigitallefthookdigital
    Participant

    Been learning your complex plugin for past couple days, and hit three walls:

    1. I’ve entered custom CSS classes into the Custom CSS box inside “Theme Options.” I know I saved successfully, because I see this message:
    https://cl.ly/da164b32f04c

    Now I want to edit what I entered. But as you’ll see from the screenshot, my saved classes aren’t appearing for editing. Surely this isn’t the behavior you’d expect!

    2. The reason I need custom CSS is because I don’t see any option to edit the font size of the search filters on the frontend. See:

    https://lefthookdigital.com/saas/

    and the font on the search filter, seen in this screenshot:
    https://cl.ly/cfc38a176011

    I can’t find any control inside your UI to change that font size or weight. Or what did I miss?

    3. How can I change the text in the search box from “Search here” to anything I want? Not seeing any option in the UI.

    • This topic was modified 7 years, 8 months ago by Ernest MarcinkoErnest Marcinko. Reason: added pw
    #19224
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    1. Can you enter the custom CSS there again? In case you use any form-fill browser plugins, I suggest turning them off temporarily, as it is possible that it may have clear the field before the saving. You can also copy/paste the custom CSS here, and I can try it as well, to make sure it is not an issue with the plugin.

    If your theme has a custom CSS box by any chance, you could try that as well in the meantime.

    2. Those fonts with the block layout are inherent with the theme, using custom CSS is the right choice in this case. If I may suggest a custom CSS to target those:

    [html]label.asp_label {
    font-size: 12px;
    }[/html]

    This should be the shortest solution.

    3. You can change that here: https://i.imgur.com/QQyZuTh.png

    I hope this helps!

    #19237
    lefthookdigitallefthookdigital
    Participant

    You cannot access this content.

    #19240
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Tom,

    I can’t seem to replicate this issue unfortunately. Can you please add site access? I suspect there might be a script error somewhere triggered, that may prevent the field from sending the information properly.

    #19243
    lefthookdigitallefthookdigital
    Participant

    You cannot access this content.

    #19250
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    It is working on my end, you can check the search instance, the custom CSS is there. There are no errors in the console either, that is good. I suspect this is going to be a browser extension causing the problem. Can you please try disabling any input related (password or text fill/remember) extensions? Thank you.

    #19259
    lefthookdigitallefthookdigital
    Participant

    You cannot access this content.

    #19262
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi Tom,

    That custom CSS looks correct to me, I thought you meant the filter text, not the header, that should be okay.

    The column width can be actually changed here: https://i.imgur.com/3EiTjIh.png

    #19272
    lefthookdigitallefthookdigital
    Participant

    Oh duh. I feel dumb- I searched on “column” in your settings finder and didn’t see that far down the page.

    Consider this ticket resolved!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Editing Custom CSS’ is closed to new replies.