New Topic

Changing color in Menu drop down

Home › Forum › Account › Changing color in Menu drop down

This topic contains 11 replies, has 2 voices, and was last updated by  StartupWP 4 years ago.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2181

    karin356
    Participant

    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/

    #2182

    StartupWP
    Keymaster

    1. 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. :)

    https://startupwp.com/topic/customizing-your-theme/

    #2183

    karin356
    Participant

    #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?

    #2184

    StartupWP
    Keymaster

    Please read the link shared above:

    https://startupwp.com/topic/customizing-your-theme/

    Thank you.

    #2185

    karin356
    Participant

    I 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.

    #2186

    karin356
    Participant

    I 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.

    #2189

    StartupWP
    Keymaster

    Ah, yes, in that case try adding a plugin like:

    https://wordpress.org/plugins/simple-custom-css/

    And you can then easily add the CSS.

    #2190

    karin356
    Participant

    Dear 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.

    http://lifechangechristiancounseling.org/

    #2191

    karin356
    Participant

    Thank 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.

    #2192

    StartupWP
    Keymaster

    It 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).

    #2194

    karin356
    Participant

    Thank 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!

    #2196

    StartupWP
    Keymaster

    You’re very welcome. :)

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.