• On the home page, when i add content it appears in a white box with the title of the page a line underneath, and then my content. Is there a way to get rid of the white box and make my info float, or change the color of that background at least. To transparent?

    https://www.wingsnmofongo.com

    Thank you so very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You can do that, but you won’t be able to read your content.

    .pin-article {
    background: transparent;
    }

    Add that to your child theme’s style.css or custom.css file.

    Thread Starter jadams1974

    (@jadams1974)

    Thank you janet. Is there away to make it a different color? I tried the hex in replace of “transparent” as suggested and it did not work. Also, instead of having the HOME title above it can I insert an image or different text? And lastly, where would i change the padding, it is rather distant from the nav menu. Thank you so very much. I hope that is not too much to ask in one post.

    I think you’ll want to do a little reading… sounds like you’d like to do quite a bit of customizing and it would be a good idea to learn the basics, try and ask for help when you hit a snag.

    https://www.presscoders.com/wordpress-theme-customization-guide/

    Thread Starter jadams1974

    (@jadams1974)

    Okay Thank you, i needed something like that. I appreciate it very much. But would you mind just telling me the css to make the background a color? Thank you very much.

    just change the transparent to a hex code. Don’t forget the #.

    https://html-color-codes.info/

    Thread Starter jadams1974

    (@jadams1974)

    Thank you, I have learned quite a bit from the info you provided and I am very thankful you sent me that. It has helped extremely. One last question that I have been unable to locate the answer. The .pin-article (Box) we were initially trying to change the appearance to transparent: I am trying to make the .pin-article (Box) with a Gaussian Blur (dark grey) Transaparent 30% approx. Do you know how this can be done? Thank you again for your help.
    Have a look at what Im talking about.

    https://www.wingsnmofongo.com

    Thank you again.

    Are you saying you want a drop shadow?
    https://css3gen.com/box-shadow/

    Or maybe you want the dark grey box to only @30% transparency?
    https://www.cssportal.com/css3-rgba-generator/
    that would be something like this:

    background-color: rgba(49, 50, 53, 0.3);
    color: rgba(49, 50, 53, 0.3);
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Home Page white Box w/Home title Removal or Change Color’ is closed to new replies.