• mitchhoulston

    (@mitchhoulston)


    I want to change the background colour of my single product pages and related products any help?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Go to Appearance >> Customizing >> Shop(WooCommerce) settings >> Background and enable ‘Custom background’

    Theme Author apollo13themes

    (@apollo13themes)

    Other than this you can use CSS to get your single product page customized.

    for instance:

    body.single-product #content{background-color: #aeaeae;}

    Thread Starter mitchhoulston

    (@mitchhoulston)

    I tried a custom background with no joy, but it didn’t change I’d like to change a single product and related products via CSS from the current colour to
    #1b1c1d

    https://snipboard.io/awX8Rl.jpg custom background no joy

    Below are the areas I would like to change to #1b1c1d

    https://snipboard.io/Gc0DI4.jpg

    https://snipboard.io/NuOsEm.jpg

    could you help?

    thanks

    Thread Starter mitchhoulston

    (@mitchhoulston)

    Also how do I change the font colour of the single product to white?

    Theme Author apollo13themes

    (@apollo13themes)

    It looks like the background of a single product page has been changed.

    https://snipboard.io/8ynvRg.jpg

    to change the font color use this:

    body.single-product #content{color: #ffffff;}

    Thread Starter mitchhoulston

    (@mitchhoulston)

    tried this it hasn’t worked I put it in addtional css and tried in custom css

    Theme Author apollo13themes

    (@apollo13themes)

    Well… what can I say.

    If you want to manually change the styles of this or that element (and the theme’s configuration panel does not have any bespoke controls for it) then you need to play around with custom css.

    This is beyond supporting the theme. It’s not theme related, it’s custom code you need to produce.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change background colour of single page and related products’ is closed to new replies.