Change color on mobile

Home Forums All Other Themes Change color on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32683
    nathannathan
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 16, 2016

    Can you give me the code to change the color on mobile to match the desktop site? I need to change the aqua blue to match the green. Thanks.

    Site – http://cd1.346.myftpupload.com

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

    Hi Nathan,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:980px) {
    .signin_wrap{background-color:#000000 !important;}
    }

    Regards,
    Dave

    #32772
    nathannathan
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 16, 2016

    Thanks Dave! Is there away to keep the top bar background where the email, hours, and phone are the darker blue and the menu bar green?

    #32773
    nathannathan
    Member
    • Topics: 1
    • Replies: 2
    • Total: 3
    Member since: March 16, 2016

    I’d like to leave the links at the top and bottom green as well. Thanks!

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

    Hi Nathan,

    Do you want to change the link color on header?

    Regards,
    Dave

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.