Home Forums Pro Themes Education Hub Pro Some Colors defaulting to Orange – can't override via any Color Options.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #69906
    Jordan Cait
    Participant

    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.

    #69928
    wensolutions
    Keymaster

    Hello @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!!

    #70019
    Jordan Cait
    Participant

    Thanks for your reply.

    Please see http://b8s.f25.myftpupload.com/

    Scroll down to the bottom and you will see the orange chevron.

    #70124
    wensolutions
    Keymaster

    Hello @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!!

    #70126
    Jordan Cait
    Participant

    Thank you!

    Will you be correcting these types of problems in the next release of the theme?

    Jordan

    #70149
    wensolutions
    Keymaster

    Hello @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:

    http://prntscr.com/j5twfx

    So make sure you have the latest version of the theme.

    Any further issues are always welcome.

    Thank you.

    Best Regards!!

    #70154
    Jordan Cait
    Participant

    Thank 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

    #70157
    wensolutions
    Keymaster

    Hello @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!!

    #70337
    matador86
    Participant

    You 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”&gt;
    <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>

    #70349
    wensolutions
    Keymaster

    Hello @matador86,

    Thank you for the code.

    If you have any issue related to the theme then please let us know.

    Thank you.

    Best Regards!!

    #76869
    Steve Foerster
    Participant

    They 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 */
    }

    #76875
    wensolutions
    Keymaster

    Hello @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 !!

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.