Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #265979
    btcbtc
    Participant

    I own a couple of Audioman themes and I am trying to convince my daughter to buy a Zubin theme. There is no way I can explain why I want to get the answer to this question but I think it will help me sell her:

    There is an icon used to show the scroll down process on the front page of the theme. It is shown in page source as this:

    .scroll-down .scroll-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: scrollDown 1.5s infinite;
    animation: scrollDown 1.5s infinite;
    box-sizing: border-box;

    Can you tell me where I can find that icon to make a change to it?

    Thank you.

    #266018
    Skandha
    Participant

    @btcbtc: Hello there,
    Can you please let me know if you want to change the color of the icon or change the icon as a whole?

    Kind Regards,
    Skandha

    #266042
    btcbtc
    Participant

    Thank you for always being there for us.

    Don’t ask me why she wants this but I am trying to teach her things and you can get a new customer also.

    She wants me to add the letters, “See below” right above it so those words can move with the arrow. I can do that if I know what the file is that you are moving. Thank you again!

    Bruce

    #266063
    Skandha
    Participant

    @btcbtc: Hello Bruce,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .scroll-down::after {
        content: "See Below";
        -webkit-animation: scrollDown 1.5s infinite;
        animation: scrollDown 1.5s infinite;
    }

    Let me know if this works out!
    Kind Regards,
    SKandha

    #266065
    btcbtc
    Participant

    I have no idea why (or how) you keep on giving the most excellent support on the web but I can’t say enough about you. I try to all of the time. I will show my daughter what you did and make sure she buys the Premium Theme within the next week! You deserve the money! Thank you (again)!

    #266086
    Skandha
    Participant

    @btcbtc: Hello Bruce, I hope I was able to resolve your issue. If it’s not too much trouble I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/zubin/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Zubin scroll-icon used on front page’ is closed to new replies.