My Profile page progress (7 replies and 6 comments)
You have to add your first header pic then they or it should start showing up. YOu can use the Support Ticket forum if you would like me to take a look-see just make sure you give all the info that ist ask for!
Office hours: 10 AM - 3 PM Monday to Friday, (USA eastern time zone).
That makes a lot of sense, I can't believe I didn't think about that. Do you also have a way I can change the font color in my register forum from white to black?
Do you know what the variable name is for the forum font? Or is there a way to inspect the elements so that I know what I need to change?
Off the top of my head,I do not remember it this plugin had been in development for over 10 years you should be able to find in with the inspector. There is a CSS file in every one of the plugins dir (or section) f each part of the program
Office hours: 10 AM - 3 PM Monday to Friday, (USA eastern time zone).
I found all the css files but I can't find the styles file that would be the HTML. I have spent quite a bit of time looking for it through all the files but I have no clue where the styles sheet is.
So I actually did it, my text is now finally in black =)

Glad you got it, CSS takes some time but can be done for sure and you just proved that,
You might want to post a pic and the CSS you used to make it with as an example for other members
Office hours: 10 AM - 3 PM Monday to Friday, (USA eastern time zone).
/* WP Symposium custom CSS */
.sektion-wrapper [data-sek-level], [data-sek-level] p, [data-sek-level] .sek-btn, [data-sek-level] button, [data-sek-level] input, [data-sek-level] select, [data-sek-level] optgroup, [data-sek-level] textarea {
color: #000000;
You just add the css as a separate block within your page titled "register." The color is currently set to black but with this you can change the text color of your inputs in the forum field.
THat is theme bound only looks good though
Closing
Office hours: 10 AM - 3 PM Monday to Friday, (USA eastern time zone).
My profile page is starting to look pretty good. I figured out how to do everything the guides explain in css. The one thing I'm struggling with is using extensions. Specifically the header extension. I'm creating the shortcode I'm using the slug and it just isn't working. [wps-extended slug="profile-header"] this is what I was using. The one other thing I can't figure out, is that in my sign up page the text comes up as white in the fill in forms. How can I fix this?