WPIntell

Source evidence

Blog Button Text Color

Blog Filter – Post Grid Filter by Category or Tag · support · 2024-08-26T11:04:00+00:00

mixedsentiment
mediumseverity
0.85relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 18 rows with source links

27.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

13 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mooer resolved
Hello, It’s possible to change the color of Blog Buttons, but I can’t find an option to change the text color of the buttons. Is it possible in any way? EDIT: also noticed that the Blod Search Field looks different on the free version compared to the premium trial version, but I can’t find any options to change the appearance. Also, the “Search mechanic” does not work as well on the premium trial – it only finds posts when All categories are selected. Thanks This topic was modified 1 year, 9 months ago by mooer . Hi @mooer , Thanks for contacting us. 1. You can change filter buton text color with cusom CSS. 2. Search field does not have any CSS it gets css design from the themes. 3. Search field works on the loaded images not the whole image library. Thanks thanks for your reply. unfortunately the search field cannot be customized in the theme I’m using (Spectra), but that’s obviously not a Blog Filter-issue. I’ve a couple of other questions if I may. Is it possible to change the minimal size of the “post boxes”? If only the title is shown (ie not a picture, not author, not date or anything else) there is some excess space in the box which I’d rather not have. Is it possible to make the title font size responsive, ie choose a smaller font size when viewed on a mobile? thanks Hi @mooer , Thanks for contacting us. You can customize the Search bar using CSS. For mobile devices, add media queries for different sizes. Please share the live page URL where you are using the plugin. Thanks Wow, I appreciate the fast response! I have basically no coding skills, so I asked the theme support for guidance and they said I couldn’t be done at this time. The live page url where I’m using the plugin: https://akutrum.se/checklistor/ I have checked your page and in edge and chrome browser and its workng perefectly. Windows does not support Internet Explorer anymore so hre is the screenshot from edge browser – https://prnt.sc/DBmtLvRBBtQ9 Screenshot from Chrome – https://prnt.sc/W5o8bvyv5S0q Thanks I agree, it works perfectly fine and your plugin is smoother and more user friendly than most other similar plugins. My questions concern the esthetics , and you have already answered that the search field can only be styled using CSS (no idea how though), and that the font size is made responsive using media queries (not sure about this either). At the time i can help you with below CSS for search bar – input.filtr-controls.searchTerm { width: 40%; height: 30px !important; margin-bottom: 20px; border-radius: 5px !important; }

Comments

7 shown
Pathhan 2024-08-26T11:25:00+00:00

Hi @mooer , Thanks for contacting us. 1. You can change filter buton text color with cusom CSS. 2. Search field does not have any CSS it gets css design from the themes. 3. Search field works on the loaded images not the whole image library. Thanks

mooer 2024-08-30T07:52:00+00:00

thanks for your reply. unfortunately the search field cannot be customized in the theme I’m using (Spectra), but that’s obviously not a Blog Filter-issue. I’ve a couple of other questions if I may. Is it possible to change the minimal size of the “post boxes”? If only the title is shown (ie not a picture, not author, not date or anything else) there is some excess space in the box which I’d rather not have. Is it possible to make the title font size responsive, ie choose a smaller font size when viewed on a mobile? thanks

Pathhan 2024-08-30T09:39:00+00:00

Hi @mooer , Thanks for contacting us. You can customize the Search bar using CSS. For mobile devices, add media queries for different sizes. Please share the live page URL where you are using the plugin. Thanks

mooer 2024-08-30T10:24:00+00:00

Wow, I appreciate the fast response! I have basically no coding skills, so I asked the theme support for guidance and they said I couldn’t be done at this time. The live page url where I’m using the plugin: https://akutrum.se/checklistor/

Pathhan 2024-08-30T10:37:00+00:00

I have checked your page and in edge and chrome browser and its workng perefectly. Windows does not support Internet Explorer anymore so hre is the screenshot from edge browser – https://prnt.sc/DBmtLvRBBtQ9 Screenshot from Chrome – https://prnt.sc/W5o8bvyv5S0q Thanks

mooer 2024-08-30T11:01:00+00:00

I agree, it works perfectly fine and your plugin is smoother and more user friendly than most other similar plugins. My questions concern the esthetics , and you have already answered that the search field can only be styled using CSS (no idea how though), and that the font size is made responsive using media queries (not sure about this either).

Pathhan 2024-08-30T12:26:00+00:00

At the time i can help you with below CSS for search bar – input.filtr-controls.searchTerm { width: 40%; height: 30px !important; margin-bottom: 20px; border-radius: 5px !important; }