New Topic

Reply To: Newbie

Home › Forum › Help › Newbie › Reply To: Newbie

#798

StartupWP
Keymaster

Hello uendi,

Looks like you created a topic 3 days ago of the same name which we answered, just wanted to make sure you saw that?:

https://startupwp.com/topic/newbie/

Looks like you have some different questions though.

Slider. Just to be sure, is this the plugin you’re using?:

http://wordpress.org/plugins/wp-nivo-slider/

1. Use:

nav .current-menu-item a, nav .current_page_item a {
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #333333;
}

2. Use:

nav ul li a {
  padding: 0 25px;
}

3. Use:

nav #searchform {
  margin: -40px 7px 0 0;
}
#wrapper nav #s {
  background: none repeat scroll 0 0 #0909B8;
}

4. Checkout this plugin:

http://wordpress.org/plugins/theme-my-login/

5. Checkout a plugin like:

http://wordpress.org/plugins/posts-in-page/

Contact Form. Apologies, not sure what you’re asking for this one.

Since you’re on the free version, do make sure that you’re using a child theme so that you don’t lose your customizations upon upgrading:

https://startupwp.com/topic/child-theming/