Shop Categories

X

how to change background color

Home Forums Fury Theme how to change background color

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26764
    Rachelle Miller
    Participant

    is there a way to change the background color of the body of my website using the theme customization tools, or do i have to add additional css?

    #26766
    Zex
    Moderator

    Hello, Rachelle!

    This option is located in Customizing->General->Body menu. https://prnt.sc/sk3g9i

    Also, you can use the Custom CSS code to set your Page Content area semi-transparent.
    (insert the code into Customizing->Additional CSS)

    div.content-wrapper {
        background-color: rgba(255,255,255, 0.5)!important;
    }

    PS: Change the opacity level as you need (change the last number from 0-1)

    Regards

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