New Front EN › Support Forums › Tokyo Theme Support › Customising The Footer
- This topic has 6 replies, 2 voices, and was last updated 10 years, 6 months ago by satori.
-
AuthorPosts
-
April 30, 2014 at 11:00 am #3151noisesevParticipant
Hey Andrii,
I was wondering whether I can change the colour of the links on hovering in the copyright area? (The hover colour for the link in the promo text area in the top section works fine.) Also can I change the hover colour for the scroll to top button?
Thanks,
Chris
April 30, 2014 at 12:18 pm #3157satoriKeymasterHey Chris,
the color of the links on hovering in the copyright area can be changed by adding a line of custom CSS:
#copyright-inner a:hover { color: #000000; }
you can replace the “#000000” with the hex notation of any color you like. You can insert the code at the bottom of the theme’s main “style.css” file (opens by default when you visit the “Appearance -> Editor” section).
The “scroll to top” button is an image – you can customize the default one and upload it in the “Scroll to top button” field in the “Page Elements” tab of the Theme Options panel.
Sincerely,
Andrii / Satori StudioApril 30, 2014 at 12:33 pm #3159noisesevParticipantHi Andrii,
The code seems to have impacted the default text colour of the copyright area but not the link hover colour.
Regarding the scroll to top button: So there are two scroll to top buttons? A standard one and another for hovering?
I noticed that field in the page elements tab but then there would have to be two fields? May I download your standard button and alter its colour?
Cheers,
Chris
April 30, 2014 at 1:57 pm #3160satoriKeymasterHey Chris,
the copyright link code works on my machine – I’ll have to wait until I can see your website’s code to make a new suggestion, sorry.
The “scroll to top” button is a sprite – it is an image with two parts, and one or the other is revealed depending on whether the cursor is over it or not. You can of course take the default image and alter it as you like ;)
Sincerely,
Andrii / Satori StudioApril 30, 2014 at 2:59 pm #3161noisesevParticipantHey Andrii,
I uploaded this (http://noises.de/?attachment_id=346) but it isn’t displayed on the site. I’m a little confused as it has the same dimensions as the default version you linked (80×40) but next to the upload field in the page elements tab of the theme options it says the maximum dimensions are 51×51 px.
Best,
Chris
April 30, 2014 at 8:39 pm #3168noisesevParticipantOK, it does now…
May 1, 2014 at 8:52 am #3176satoriKeymasterHey Chris,
the image for the button is sourced as a background and powered by javascript, thus it may take a hard-refresh (or clearing the cache) to force the new one to display.
Sincerely,
Andrii / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.