Title: Some problems with diffrent things
Last modified: August 20, 2018

---

# Some problems with diffrent things

 *  Resolved [markaabo](https://wordpress.org/support/users/markaabo/)
 * (@markaabo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/)
 * First 2 problems are with the drop-down menu in primary location
 * The fill color has round corners ([See image linked](https://www.dropbox.com/s/py98d28udjfa70g/Website_Dropdown.JPG?dl=0)),
   is there a way to make it not have round corners?, and/or maybe have the white
   background have corners?
    [https://www.dropbox.com/s/py98d28udjfa70g/Website_Dropdown.JPG?dl=0](https://www.dropbox.com/s/py98d28udjfa70g/Website_Dropdown.JPG?dl=0)
 * Theres an empty space between the drop-down “button” and the actually drop-down
   which is extremely annoying, is there a way to fix this?? ([See gif linked](https://media.giphy.com/media/jH0lMkwnyb7mIhO2FR/giphy.gif))
   
   [https://media.giphy.com/media/jH0lMkwnyb7mIhO2FR/giphy.gif](https://media.giphy.com/media/jH0lMkwnyb7mIhO2FR/giphy.gif)
 * Second
 * is there a way to change the color of the icons and text in the footer ([See image linked](https://www.dropbox.com/s/3b7fi52fj8263l4/Website_FooterTextColor.JPG?dl=0))
   
   [https://www.dropbox.com/s/3b7fi52fj8263l4/Website_FooterTextColor.JPG?dl=0](https://www.dropbox.com/s/3b7fi52fj8263l4/Website_FooterTextColor.JPG?dl=0)
 * Many thanks inadvance, Mark
    -  This topic was modified 7 years, 11 months ago by [markaabo](https://wordpress.org/support/users/markaabo/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Spiracle Themes](https://wordpress.org/support/users/spiraclethemes/)
 * (@spiraclethemes)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/#post-10605631)
 * Hi Mark (@markaabo),
 * You can try the following CSS
 * /* For Dropdown */
    .dropdown-menu > li:first-child > a:hover, .dropdown-menu
   > li:first-child > a:focus{ border-top-left-radius: 4px; border-top-right-radius:
   4px; }
 * .dropdown-menu > li:last-child > a:hover, .dropdown-menu > li:last-child > a:
   focus{
    border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
 * .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    border-radius:
   0; }
 * .dropdown-menu li:last-child{
    border-bottom: 0; }
 * /* To Remove Padding between Menu and Dropdown */
    header.menu-wrapper nav ul
   li a{ padding-bottom: 0; }
 * Copy the above CSS and paste it in **Appearance -> Customize -> Additional CSS**
 * For Second query, You can go to **Appearance -> Customize -> Footer Settings**
   and then from the option **Footer Links Color** You can change the color.
 * Best Regards
 *  Thread Starter [markaabo](https://wordpress.org/support/users/markaabo/)
 * (@markaabo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/#post-10606994)
 * Almost all of it worked
 * The footer color i already tried but i found out that if i use google chrome 
   it doesn’t update all the edits i do in “customize” but it does edit and save
   just need to refresh or use firefox, but still thanks 🙂
 * The remove padding between menu and dropdown, made the gap a little smaller but
   its still there, is there something else that could maybe cause it?
 * Kind regards Mark
 *  Thread Starter [markaabo](https://wordpress.org/support/users/markaabo/)
 * (@markaabo)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/#post-10607002)
 * Also noticed footer copyright text says that HTML is allowed but it doesn’t work
   nothing HTML inputted in the copyright footer text works it just display directly
   the raw text
 *  [Spiracle Themes](https://wordpress.org/support/users/spiraclethemes/)
 * (@spiraclethemes)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/#post-10608960)
 * Hi Mark,
 * Writing down few more lines of CSS that will eliminate the dropdown margin. Hope
   this would help.
 * .dropdown-menu{
    margin:0; }
 * Yes, you can’t add HTML code there because of the data sanitization. We will 
   change the text in our next theme update. Sorry for that confusion.
 * Best Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Some problems with diffrent things’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/krystal/1.5.0/screenshot.png)
 * Krystal
 * [Support Threads](https://wordpress.org/support/theme/krystal/)
 * [Active Topics](https://wordpress.org/support/theme/krystal/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/krystal/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/krystal/reviews/)

## Tags

 * [dropdown](https://wordpress.org/support/topic-tag/dropdown/)
 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 4 replies
 * 2 participants
 * Last reply from: [Spiracle Themes](https://wordpress.org/support/users/spiraclethemes/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/some-problems-with-diffrent-things/#post-10608960)
 * Status: resolved