4 problems with Clean Pro

Home Forums All Other Themes 4 problems with Clean Pro

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #82043
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    chris:

    i don’t get it — you just repeated the same instructions as before, which didn’t work.

    here’s what’s happening:
    https://www.dropbox.com/s/ztpg9z7tw2mdo7z/Screen%20Shot%202017-08-29%20at%2010.04.06%20AM.png?dl=0

    the sub-menu appears white. i need it a different colour, so the white links will show up.

    my site is now live at http://janetjohnson.ca.

    this is the last hitch in my site. please help me out here!

    art

    #82072
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Remove:

    @media screen and (max-width:767px) {
    .sitenav ul li a { color:#000 !important;}
    }

    And add this new code there:

    @media screen and (max-width:1023px) {
    .sitenav ul li a { color:#000 !important;}
    }

    Regards,
    Chris

    #82132
    art1art1
    Member
    • Topics: 1
    • Replies: 10
    • Total: 11
    Member since: August 15, 2017

    perfect!

    thanks for all your help on this thread.

    a.

    #82168
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.