• Resolved cmacdesign

    (@cmacdesign)


    I was hoping to tweak the Stylesheet to allow me to have a transparent background in the main body between the header/topmenu and the footer. Can you help locate the correct area in the CSS stylesheet to do this?

    Very well organized theme, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, I can help you with this, can you provide me the link to your site. This should be a simple fix.

    Thanks!

    Thread Starter cmacdesign

    (@cmacdesign)

    Hi etheisen,

    Thanks for helping! I’m new to this, so I really appreciate it. I’m only just getting going on this today, so pretty much no content is up yet, but the template stuff should help. At the moment the background colour is black, which I set using the settings that came with the theme. Ideally, I’d like the site’s background image to show through, so I’d like to be able to control the transparency of the background colour in that section. I just can’t find the right place in their CSS to add that code to. Here’s the site so far..
    https://ahalimos.com/WordPress/index.php

    AH, ok so I found the piece… do you have JetPack installed? You should be able to add custom that way. I’ll look to see if there’s a good plugin for that too.

    Otherwise you’d need to add CSS directly into the styles.css file.

    Thread Starter cmacdesign

    (@cmacdesign)

    No JetPack installed.. that might be a bit advanced, even though I know it’s designed to make things easier. I’d rather just find the place in the stylesheet to add it. Though there is a window in the misc. settings area for custom CSS, I just don’t know what that would be.

    Hi!

    Try to add this in the custom CSS textarea:

    #main {
      background-color: transparent;
    }
    Thread Starter cmacdesign

    (@cmacdesign)

    That worked perfectly! 10-Q!!!

    You’re welcome! ??

    Worked for me too. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Make BG colour transparent between header and footer’ is closed to new replies.