Support ForumColor changing on forms and inputs – Support Forum https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/feed Thu, 15 May 2025 09:36:29 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10352 <![CDATA[Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10352 Mon, 02 Nov 2015 11:47:10 +0000 hitechjazz Hi IshYoBoy,

I would like to change color.
Let me know how to change color, please.

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10376 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10376 Tue, 03 Nov 2015 07:34:59 +0000 IshYoBoy Hi hitechjazz,

you can change color of this elements by Custom CSS option.
“Appearance -> Theme Options -> General Options -> Cusotm CSS”
You can adjust all your specific elements you need.

E.g. this CSS code:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10382 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10382 Wed, 04 Nov 2015 06:10:15 +0000 hitechjazz Hi IshYoBoy,

Thank you so much.
How about these shadows?

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10392 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10392 Wed, 04 Nov 2015 08:34:56 +0000 IshYoBoy Hey,

These are done via “:before” & “:after” pseudo-elements. Just use the “Inspect Element” functionality in your Chrome browser and when you click on the :before element in the HTML structure it will show you also the CSS that is used to style it.

Check this out:
ishyoboy Chrome Browser Inspect Element WordPress theme

And this topic for more info:

Inspect Element to make CSS changes using Custom CSS or in Child Theme

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10402 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10402 Wed, 04 Nov 2015 08:51:03 +0000 hitechjazz Hi IshYoBoy,

Thank you so much!
That’s perfect.

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10403 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10403 Wed, 04 Nov 2015 08:51:48 +0000 IshYoBoy You’re welcome!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10442 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10442 Fri, 06 Nov 2015 09:32:35 +0000 hitechjazz Hi IshYoBoy,

I have another question for you.
I could change color of this elements by Custom CSS option.

Sidebar search area’s [input#s] is OK.

But I’d like to keep color of search page’s [input#s].

Let me know what to do.

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10451 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10451 Mon, 09 Nov 2015 05:26:13 +0000 IshYoBoy Hey,

the problem is in the CSS selector “input#s”. The styles will apply to all search fields wherever they are. So just use a stronger selector to apply the styles only to the search field inside the sidebar.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10465 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10465 Mon, 09 Nov 2015 08:22:11 +0000 hitechjazz Hi IshYoBoy,

I’m sorry.
I’m not a coder, so I don’t know how to use a stronger selector to apply the styles only to the search field inside the sidebar.

Could you show me how to do that in this case.

Best regards,
H

]]>
https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10469 <![CDATA[Reply To: Color changing on forms and inputs]]> https://support.ishyoboy.com/forums/topic/color-changing-on-forms-and-inputs/#post-10469 Mon, 09 Nov 2015 12:48:41 +0000 IshYoBoy Hey,

Try this selector to apply the styles only to the search input inside the sidebar.
.ish-main-sidebar input#s

We strongly recommend having a link at the following link if you are trying to re-style parts of your page:
https://www.w3schools.com/cssref/css_selectors.asp

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>