charity theme

Home Forums All Other Themes charity theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39748
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    Is it possible to have two different logo images?

    When working on the desktop our white logo is on top of an image, when you switch to tablet or phone the logo is on a light grey background. The white logo looks good when on top of the image, but when switched gets lost in the light grey background.

    So I have two logos, a white one and dark grey one. White one for desktops and grey one for tablets and phones.

    If this is not possible, can I change the background color for tablets and phones for the logo area?

    Hope that all makes sense?

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

    Hi Michael,

    Two different logo images might be quite difficult but you can change the background color for tablets and phones. Kindly show us your website URL so that we can give you CSS instruction on this.

    Regards,
    Dave

    #39773
    MichaelMichael
    Participant
    • Topics: 44
    • Replies: 73
    • Total: 117
    Member since: June 12, 2016

    http://www.woofamilyministry.org

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

    Hi Michael,

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

    Add this code there:

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

    Regards,
    Dave

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