theme body color not changing

Home Forums Legacy Support Support queries Styling issues theme body color not changing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #139146
    mygurubudy
    Spectator
    I have been trying to change the body color of my website. but its not working. I'm following the below steps wp-admin->appearance->customize->body->body background color please let me know what is the problem thanks
    #139249
    Diana
    Participant
    @mygurubuddy, Try adding the below css to change the body color in appearance > customize > custom css .no.content {background-color:#70c989;} section#content {background-color:#70c989;} Just pass the hex color codes in the given css to change the colors according to your need.
    #140824
    mygurubudy
    Spectator
    i  have added the above css and still my website looks very patchy. please take a look https://ibb.co/fs2MvR
    #140828
    Diana
    Participant
    @mygurubuddy, Paste the given css in the editor .widget.pricing {background-color: #70c989 !important;} div#item-header-content {background-color: #70c989 !important;} div#item-admins {background-color: #70c989 !important;} To change the course menu background color, go to appearance > Customize > Body > Single menu Light Background Color
    #140840
    mygurubudy
    Spectator
    is it possible to add gradient color to the body and content area and different widgets ...?
    #140844
    Diana
    Participant
    @mygurubuddy, Yes, you can add gradient colors like this : .widget.pricing { background: linear-gradient(to bottom, #70c989 10%, #ff99cc 90%) !important; } refer : http://prntscr.com/hs5hud
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘theme body color not changing’ is closed to new replies.