This topic contains 11 replies, has 2 voices, and was last updated by StartupWP 4 years ago.
- AuthorPosts
- March 19, 2015 at 5:08 PM #2181
I don’t read code, but appreciate your willingness to help. Your theme has worked well this far. It is exactly what we needed. I have a few questions.
1. How do I change the drop down color in each sub menu item to E44424 instead of the clear it is in? When you hover it shows grey which I like but when I scroll down it is clear and I can’t read the titles.
2. How do I embed my pay pal donate button on the side bar or any where so it always shows regardless of where anyone goes?
3. How do I center my slider under my main title? Slider is to the left
4. Is there a way to have a little more space between my title and slider? It is right on top of the slider and looks crammed.
5. Thank you ever so much! Bless you my site is http://lifechangechristiancounseling.org/
March 19, 2015 at 5:16 PM #21821. Use:
#menu .sub-menu li a, #menu .children li a { background: #E44424; }
2. Under Appearance > Widgets drag a Text widget to the sidebar and paste in the PayPal code.
3-4. Try:
.metaslider { margin: 30px auto !important; }
5. You’re welcome. :)
March 19, 2015 at 10:25 PM #2183#2 Done! Thank you!
#1 Where exactly do I go to paste this into?
3-4 Where exactly do I go to paste this into?
March 20, 2015 at 7:47 AM #2184March 20, 2015 at 9:38 AM #2185I did. I don’t understand where to put the codes you gave me still. I tried to copy and paste them in Custom CSS and nothing changed. Where do I paste these codes? Can you please advise me?
Thank you.
March 20, 2015 at 10:05 AM #2186I read it and the article reads this……Add custom CSS within your theme options under: Appearance > StartupPro Options > Advanced Editing > Custom CSS
I do not have Startup Pro. Apperance gives me the Custom CSS, so I copied and pasted what you gave me there and nothing changed. What now please?
Thank you again.
March 21, 2015 at 7:48 AM #2189Ah, yes, in that case try adding a plugin like:
https://wordpress.org/plugins/simple-custom-css/
And you can then easily add the CSS.
March 21, 2015 at 10:26 AM #2190Dear Support,
Thank you very much. I installed the plugin and pasted in the code for drop down and the color is now changed. I am still stumped on:
3. How do I center my slider under my main title? Slider is to the left
4. Is there a way to have a little more space between my title and slider? It is right on top of the slider and looks crammed.
I copied and pasted the code you suggested and nothing changed. You can see our site in what I mean.
March 21, 2015 at 6:23 PM #2191Thank you once again support.
I figured out how to center the slider. My last question is: Would you happen to know how to put some space between the Title name of our site and the slider?
Very much appreciated.
March 22, 2015 at 7:40 AM #2192It appears all CSS provided is added and working.
Whenever adding new CSS be sure to clear your browser cache and WordPress cache if you’ve installed a caching plugin (you’ll know if you have).
March 24, 2015 at 7:23 PM #2194Thank you so very much! It is all working the way I hoped.
I could not have done this without you. Thank you, thank you, thank you!
March 25, 2015 at 9:40 AM #2196You’re very welcome. :)
- AuthorPosts
You must be logged in to reply to this topic.