Home › Forums › Pro Themes › Education Hub Pro › Some Colors defaulting to Orange – can't override via any Color Options.
- This topic has 11 replies, 4 voices, and was last updated 6 years, 3 months ago by wensolutions.
-
AuthorPosts
-
April 12, 2018 at 3:30 pm #69906Jordan CaitParticipant
I have customized all of the colors under Customization – Color Options. I am finding two places where a default color of orange #ffab1f
1.
<i class=”fa fa-chevron-up”></i>2.
When I insert a blockquote in my html, the left side of the block is also orange.April 13, 2018 at 12:56 am #69928wensolutionsKeymasterHello @Jordan Cait,
First of all thank you very much for using the pro version.
As for the color, can you provide your site URL so that we can provide the precise fix on this?
Thank you.
Best Regards!!
April 13, 2018 at 4:07 pm #70019Jordan CaitParticipantThanks for your reply.
Please see http://b8s.f25.myftpupload.com/
Scroll down to the bottom and you will see the orange chevron.
April 15, 2018 at 11:21 pm #70124wensolutionsKeymasterHello @jordancait,
To change the color of scroll to top button please use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.
.scrollup { background: #88498f none repeat scroll 0 0; }
Here change the color code as per your requirement.
Thank you.
Best Regards!!
April 15, 2018 at 11:33 pm #70126Jordan CaitParticipantThank you!
Will you be correcting these types of problems in the next release of the theme?
Jordan
April 16, 2018 at 3:53 am #70149wensolutionsKeymasterHello @jordancait,
Nice to know that your issue is resolved.
Also, when we have tested the option, it is working fine as you can see in below given screenshots:
So make sure you have the latest version of the theme.
Any further issues are always welcome.
Thank you.
Best Regards!!
April 16, 2018 at 5:19 am #70154Jordan CaitParticipantThank you, once again, for your prompt response. I would just like to make sure that I understand the process as I am new to this. Will I be receiving notifications on my dashboard that there is a new version of the theme available?
Jordan
April 16, 2018 at 5:53 am #70157wensolutionsKeymasterHello @jordancait,
Yes, you will get the notification in the dashboard in the location Admin Panel > Updates.
Always make sure to update your theme to the latest version.
Thank you.
Best Regards!!
April 19, 2018 at 5:25 am #70337matador86ParticipantYou can create an stateListdrawable which defines, different colors or drawables for different states of Button, and can set this xml drawable as background of the button.
For example for the button you can use following code:
<?xml version=”1.0″ encoding=”utf-8″?>
<selector xmlns:android=”http://schemas.android.com/apk/res/android”>
<item android:state_pressed=”true”
android:drawable=”@drawable/button_pressed” /> <!– pressed –>
<item android:state_focused=”true”
android:drawable=”@drawable/button_focused” /> <!– focused –>
<item android:state_hovered=”true”
android:drawable=”@drawable/button_focused” /> <!– hovered –>
<item android:drawable=”@drawable/button_normal” /> <!– default –>
</selector>April 19, 2018 at 6:56 am #70349wensolutionsKeymasterHello @matador86,
Thank you for the code.
If you have any issue related to the theme then please let us know.
Thank you.
Best Regards!!
August 3, 2018 at 1:10 am #76869Steve FoersterParticipantThey didn’t answer about blockquote borders, but this works for me in the same “additional CSS” section:
blockquote {
border-left-color: #88498f; /* or whatever hex code or color name */
}August 3, 2018 at 1:59 am #76875wensolutionsKeymasterHello @stevefoerster,
We apologize if we have missed any response in the support thread, also thank you for the heads up code.
If you have any theme related issues further, please feel free to write back to us and we will definitely help you further.
Best Regards !!
-
AuthorPosts
- You must be logged in to reply to this topic.