Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Editing Custom CSS
- This topic has 8 replies, 2 voices, and was last updated 7 years, 8 months ago by
lefthookdigital.
-
AuthorPosts
-
September 15, 2018 at 7:34 pm #19212
lefthookdigital
ParticipantBeen 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/da164b32f04cNow 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/cfc38a176011I 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 Marcinko. Reason: added pw
September 17, 2018 at 9:46 am #19224Ernest Marcinko
KeymasterHi!
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!
September 17, 2018 at 5:14 pm #19237lefthookdigital
ParticipantYou cannot access this content.
September 17, 2018 at 5:50 pm #19240Ernest Marcinko
KeymasterHi 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.
September 17, 2018 at 6:49 pm #19243lefthookdigital
ParticipantYou cannot access this content.
September 17, 2018 at 8:40 pm #19250Ernest Marcinko
KeymasterHi!
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.
September 18, 2018 at 12:20 am #19259lefthookdigital
ParticipantYou cannot access this content.
September 18, 2018 at 4:57 am #19262Ernest Marcinko
KeymasterHi 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
September 18, 2018 at 2:18 pm #19272lefthookdigital
ParticipantOh 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!
-
This topic was modified 7 years, 8 months ago by
-
AuthorPosts
- The topic ‘Editing Custom CSS’ is closed to new replies.