no background colour or image change

Home Forums Legacy Support Support queries Styling issues no background colour or image change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184141
    chinomocca9
    Participant
    Hi! I am trying to change the background of demo 7 to either a colour other than white or add a background picture. Neither works in the customizer and I'm thinking, this can't be hard :-) Just nothing works, really. Can you help? Thank you loads, Anna
    #184169
    logan
    Member
    Hey Anna, please paste these code according to your requirement: Goto wp-admin > appearance > customize > custom css > paste 1)  if you want to change the color of background, use this code div.pusher {background-color: #caff7f !important;} refer: http://prntscr.com/lhob23 ** #caff7f is hex color code. change accordingly.   2) if you want to set background image then use this code div.pusher {background-image: url('http://www.mysite.com/wp-content/uploads/main-banner.jpg') !important; background-attachment: fixed !important; background-size: cover !important; } please copy the url from wp-admin > media > library. refer: http://prntscr.com/lhoc1v hope this helps.
    #184304
    chinomocca9
    Participant
    worked like a charm! thank you loads!
    #184340
    logan
    Member
    happy to help you. closing this topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘no background colour or image change’ is closed to new replies.