Title: Some styling issues
Last modified: August 22, 2016

---

# Some styling issues

 *  Resolved [snp_85](https://wordpress.org/support/users/snp_85/)
 * (@snp_85)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/)
 * -When I reload a webpage ctrl+f5 , I’ll see all backgrounds in white for instance,
   and it’s seems quite ugly, specially if the connection is not fast. Someting 
   to do with a sequence of loading page? How I can fix it?
 * -In the secondary menu, how I can unset the hover effect(shadows?) , and let 
   it like it’s in a footer menu list? Just highlithing of white.
 * -And for the last, I’ve got the link color white, pointing link orange color,
   but when I click a link and move the mouse out of a link, it’s colored blue. 
   I think it’s about the original color scheme… How I can determine it on orange,
   as it was thinked to be.
 * I really apreciate your help on this theme, it’s kind of new for me, but I’m 
   learning.
 * [http://icf.bofh.ru/~phr0zen/](http://icf.bofh.ru/~phr0zen/)

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/#post-5944119)
 * 1. You can set the color to be similar to the image right in the theme options
   settings. Then you can optimize your image by saving for web and compressing.
 * 2. You can add this css:
 *     ```
       #nav-second ul.sf-menu>li {
         background: transparent !important;
       }
       ```
   
 * 3. add this:
 *     ```
       a:hover, a:link:hover {
           color: #ddb471;
       }
       a, a:link {
         color: #fff;
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [snp_85](https://wordpress.org/support/users/snp_85/)
 * (@snp_85)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/#post-5944157)
 * 1. Not reaaly understood. Where to set that color? And compress all the jpges
   and pngs to the “save for web” like in photoshop ?
 * 2.Worked
 * 3.Worked, but now the footer links are white, insted black, as it was before.
   No reason I guess that’s css rule was for entire site, possible to specify?
 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/#post-5944159)
 * 1. set the color in the same place you set the background.
    Yes like in photoshop
 * 3. change for:
 *     ```
       #content a:hover, #content a:link:hover {
           color: #ddb471;
       }
       #content a, #content a:link {
         color: #fff;
       }
       ```
   
 *  Thread Starter [snp_85](https://wordpress.org/support/users/snp_85/)
 * (@snp_85)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/#post-5944161)
 * Thank’s a lot. Best WP support.

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

The topic ‘Some styling issues’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [snp_85](https://wordpress.org/support/users/snp_85/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/some-styling-issues/#post-5944161)
 * Status: resolved