Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #298323

    Hello!

    i want the style of the two elements in the snapshot to be edentical.
    the “page up” element should look and behave like the “next/previos post” element

    Thank You very much!

    Cheers
    finlando

    #298338

    Hey Finlando!

    Please add following code to Quick CSS

    #top .avia-post-nav { color: black; }
    #top .avia-post-nav:hover { background: rgba(250,250,250,0.8); }

    Best regards,
    Yigit

    #298370

    Thank You, Yigit!

    and for editing the second element?
    maybe I can find a list of those elements?

    Thanks a lot!

    Cheers,
    finlando

    #298371

    Hey!

    Sorry i thought you wanted to match the styling of post nav with back to top button. Please use this code

    #scroll-top-link { background-color: red; color: orange; border-color: green;  }

    Best regards,
    Yigit

    #298376

    Very nice! Thank You, Yigit!

    Cheers,
    finlando

    #298377

    Sorry, and how to get rid of the boarder?

    Cheers,
    finlando

    #298380

    Hi!

    Please add following code to Quick CSS

    #scroll-top-link { border: none !important; }

    Best regards,
    Yigit

    #298386

    Sorry once again.

    how to apply colors for the hover?

    Cheers,
    finlando

    #298388

    Hey!

    No worries Finlando :)

    #scroll-top-link:hover {
    background-color: yellow;
    color: purple;
    }

    Best regards,
    Yigit

    #298404

    Many Thanks, Yigit!

    Cheers,
    Finlando

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘flick through posts’ is closed to new replies.