• Resolved snp_85

    (@snp_85)


    -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/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@snp_85)

    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?

    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

    (@snp_85)

    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.