Login text - remove/change colour
NAubin
Registered Users Posts: 17 Big grins
Hi,
So on my site I have removed the "powered by smugmug" message via a CSS customisation, and now I want to either remove or make the Login text a dark grey. Can anyone help with how to change this please?
My site is www.myeyespy.com
thanks
Neil
So on my site I have removed the "powered by smugmug" message via a CSS customisation, and now I want to either remove or make the Login text a dark grey. Can anyone help with how to change this please?
My site is www.myeyespy.com
thanks
Neil
0
Comments
Log In
I now have a log in link in the upper left below my header I can click on that only I know is there.
www.richknechtphotography.com
"position:absolute" so it won't push other page elements out of the way?
I used this but can't seem to get it from pushing banner to the right.
<div style="position:absolute;"><a href="http://secure.smugmug.com/login" style="color: transparent"><span style="color: transparent;">Log In</span></a></div>
My Website index | My Blog
I added it right above my slideshow. It's only on my Homepage. I didn't add "position:absolute" because it did not effect my layout.
EDIT: I also set the top/bottom margins of the box to "0"
www.richknechtphotography.com
This will remove everything:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
www.richknechtphotography.com
How can I hide it but have it still someway available?
Like, say, changing the color of Login text to blend it with background?
Venice PhotoBlog
You can always type /login/ after your URL (YourURL/login/).
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I've "hidden" my login/logout link by "nesting" it under my menu's "Site Navigation" option - have a look at http://beardedgit.smugmug.com/ and hover over "Site Navigation", login/logout should be at the bottom of the list.
That's a good solution
Venice PhotoBlog
As of now I have:
If I try to use your code Hikin' Mike, it brings everything back. With above code I have only "Login" showing in the footer on my site and wish to remove it. I tried different ways to have it not display when not logged in, but failed. Would really appreciate a little help. Thanks!
This works:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
As I stated it will not work for me, cuz if I use it everything shows. At the moment, only "login" is showing. Perhaps it's because I have a custom design borne out of Isis?
I know in my custom footer I have .notLoggedIn.... {display: none;}, but when I try to use something like that, it just all comes back again. : Since I'm bad at coding, need a bit of help.
and add this:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
1. From my "Entire Site" CSS box; I remove/delete code I have in now, place your code in and the entire SM footer returns covering all of my custom footer
2. If I remove your code and put back in the code I had previously { A:first child }, all the SM footer disappears "except" for Login which is overlapping my custom footer | phone number | on every page of my site
My apologies for not articulating my situation properly.
Edit: Perhaps knowing this code in part is in my custom footer code in the Entire Site CSS box will help?
In your code here:
Should use this instead:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Golly gee... Will I ever get the hang of code? Doing all the Notes correctly not only cured the pesky LOGIN, but a bunch of other things! Thanks so very much for your help!!!!!
I kind of thought that would take care of that!
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk