changing color/appearance of a text widget

  • Unknown's avatar

    hello, i was trying to create a tab of some sort to be displayed along my blog so people could simple press that to scroll to the top of the page (similar to what they have achieved on pin interest) I was told that I could make one by inserting LINKING TEXT HERE into a text footer widget, which i did, but how do i know customize this text widget? using chateau for zestitup.com
    thank!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    I don’t understand what your title has to do with your question?
    But you were answered here using your CSS upgrade:

    hello i want viewers to be able to scroll to top of page similar to how pinterest does it- with a small button to right that allows viewers to not have to mouse all the way up blog posts, is this possible? using chateau theme, zestitup.com
    thanks!

    https://en.forums.wordpress.com/topic/how-to-add-scroll-to-top-button?replies=8#post-1009465

    Is this question resolved?

  • Unknown's avatar

    Add this to a text widget in the Chateau theme’s Sidebar Widget Area:

    <a name="top"></a>
    <a href="#top">Up!</a>

    Replace “Up!” with text of your choice or with the HTML code to display an image of your choice.

    Add this to your Appearance → Custom Design → CSS editor:

    a[name="top"] {
    	position: absolute;
    	top: 0;
    }
  • The topic ‘changing color/appearance of a text widget’ is closed to new replies.