• Opulus Sombre Theme I am working with.

    The only conflict I am having is under Apperance – Opulus Sombre Theme Options – Design – it only allows me to change colors. My question is how do I put images in instead?

    If anyone can help it would be greatly appreciated

    Thank you,
    – Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • To clarify:
    Are you trying to change the body background to an image?

    You will need to do this using CSS, I don’t think it can be done with in the theme settings.

    Thread Starter StormGardens

    (@stormgardens)

    Yes i am trying to change the banner graphic from color to image

    From the WP dashboard go to:
    Media – Add new and upload the image to your library that you want to use as your background image, then grab the absolute file location.

    After you copy the url to the image, go to:
    Appearance – Opulus Sombre Theme Options – Custom CSS and paste this code:

    #ribbon_wrap {
    background-image:url(‘image file url’) !important;
    background-repeat:repeat !important;
    }

    Replace the ‘image file url’ with the url to the image.
    Click Save.

    Feel free to change the background-repeat as needed.

    Let me know if you have any problems.

    Thread Starter StormGardens

    (@stormgardens)

    Thank you very much jmoorepr, I am trying to change the “Ribbon Background Color” and replace it with an image.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Opulus Sombre Theme – Images instead of Color’ is closed to new replies.