About.me Widget and Blog Text Codes
-
I want to specify colors for my name under my photo on the about.me widget and also for blog text but don’t know the CSS element codes.
The blog I need help with is: (visible only to logged in users)
-
Hi @debrambecker,
Try adding the following to your Custom CSS and adjust as necessary.
#slide-nav .widget-box a { color: red; } .post { color: black; } -
Thanks so much – I am now able to adjust my text color and the color of my name in my slide-bar widget, however I would still like to know the code to change my name attributes in my about me page right sidebar about.me widget. Is there key available which lists all code for the Port theme, i. .e., codes to make these types of changes?
-
Hi debrambecker
Have a look at this guide to identifying your themes CSS elements – http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
-
To change the color of your name in the about me wiget you could use the following CSS:
#slide-nav .widget-box a { color: #BC6E84; }By replacing the #BC6E84 value you can change to a color of your choice.
If there is another aspect of the widget you are wanting to alter, let me know and I will have a look at it for you.
-
Hi – I used that code and was able to successfully change the color of my name in the about.me widget displayed on my slider sidebar. I also have the widget displayed on the right sidebar on my About Debra page. The color did not change there. I am seeking the CSS code to alter the color in that second sidebar.
-
-
-
-
- The topic ‘About.me Widget and Blog Text Codes’ is closed to new replies.