Customizing the Action Bar
-
To put it simply, I hate being forced to use the Action Bar on my blog, but I’m told I have no choice.
However, I was told by a moderator that I can use CSS to change the color of the action bar so that it doesn’t draw so much attention away from my content, and I was advised to ask for the code here.
If someone could please help me with the code, I would greatly appreciate it.
In the meantime, I will be wishing for a disable option for the action bar.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
This should make it a little more subtle:
#actionbar { background-color: transparent; border: none; }Let me know if that helps!
Sage -
Hi Sage!
I appreciate the assistance! Unfortunately, the code doesn’t work. I even tried replacing the transparency with a color, but it changed nothing.
-
Hey there,
No worries! I’m not seeing the code show up at all even to be overwritten, is it still in the CSS?
Thanks,
Sage -
-
It might work better with this:
#actionbar { background-color: transparent !important; border: none !important; }If it doesn’t work, would you mind leaving the code in so I can see why?
Thanks!
Sage
- The topic ‘Customizing the Action Bar’ is closed to new replies.