Home Forums WordPress Themes – Premium Preferential background color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16299

    Ok, I think I must be missing something. I am trying to change the background color (behind the content) and I watched the video along with the documentation but it doesn’t seem to jive. In the video when you click background it takes you to a place in the dashboard. When I actually do it though it takes me to the theme customizer and there doesn’t seem to be a place to adjust the color, just to upload an image. Any idea what I might be doing wrong or has the process just changed? If it has changed, how do I change that background color?

    Thanks!

    #16300
    Shekhar Bhandari
    Participant

    Hi Janet,

    Currently there is no any options to change the background-color on the theme, we will take your suggestion as an update item and will update it in the next version asap, till then you can use the following custom css to change the background-color:

    
    body {
      background-color: red !important;
    }

    Thanks

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